Under the site performance, the following are enabled:
- Normal Cache
- Gzip Page Compression
- Optimize CSS
- Optimize & Minify JS
- GZip JS
- GZip CSS
- Use JSMin+
I have around 250+ Modules in my site.
Finding
Menu icons Module is the only one which runs out of the flock.
It does not come with CSS or JS though.
I have attached two screen shots (Before/After Installing the Menu_icon module)
from one minute down to 13 seconds (wow)
By the way, other people experienced issue with strange javascript behaviors.
I advice to use Firebug to analyzewhat is going on.
Also note, that as far as php zlib compression is enabled, or obzhandler... in both cases, you will not see the net dump of firebug. so disable the temporarily to see what is happening behind.
'
Regards
Bakr.
| Comment | File | Size | Author |
|---|---|---|---|
| Capture2.JPG | 42.92 KB | bakr | |
| Capture.JPG | 97.05 KB | bakr |
Comments
Comment #1
bakr commentedComment #2
bakr commentedNotice that the aggregated js file does not exists on the server, this means all the modules which would rely on relevant compressed javascripts would not function and report that javascript is missing.
This could relate to #538274: Aggregated javascript contains BOM's and thereby breaks JSMIN+
and to #528508: JSMIN+ breaks some JS-intensive modules such as Hierarchical Select
Comment #3
bakr commentedComment #4
skilip commentedRelease 6.x-2.1 now uses a physical CSS file.
Comment #5
skilip commentedComment #6
bakr commentedThanks alot,
Enabling the module :)