https://drupal.org/project/js seems like a good module.

But I wonder if it is overlapping with advagg or in conflict.

Comments

mikeytown2’s picture

Status: Active » Fixed

It does not overlap. The https://drupal.org/project/js module is designed to serve requests involving AHAH, AJAX, JSON, XML... as in it handles active requests against the server. AdvAgg deals with CSS/JS aggregates or .css .js files; something that is static for the most part.

There might be a slight conflict if the JS project does not allow for hook_ajax_render_alter to function properly due to the limited Drupal bootstap. If this is the case, the additional js/css files that might be needed in the popup modal (example of a AJAX request) may not be aggregated with advagg. Overall not the end of the world; and I'm guessing the JS project would account for this and load up the correct modules so that hook will work correctly.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.