Hi,

When i put following code after $closure for increase performance at that time following data are not showing..

1) Ads which is displayed using openads module
2) Google maps

    if(module_exists('javascript_aggregator')) {
      $scripts = javascript_aggregator_cache($scripts);
    }

     print $scripts 

Comments

derjochenmeyer’s picture

Try to put it right BEFORE $closure. Does it still not work then?

kuldip zala’s picture

still not working, same issue.

derjochenmeyer’s picture

Status: Active » Closed (works as designed)

Its probably because these modules output some settings in the header which requires the js to load before.