I've enabled Apache mod-deflate on my local machine.
It compresses all html/js/css files. I have also minimified, thanks to 
uglifyjs2, core.z.js (down to a 2.6MB file)

Loading the test2.htm page on my local server resulted in a 2.9MB transfer, 
whereas the same page results in a 4.09MB transfer.
The main issue there is that all files are compressed by mod-deflate except 
core.z.js. It means that this file is served as a 2.6MB file (instead of 540kB 
if properly gziped)
Looking at the headers from the server, it appears that Apache considers this 
file as already being compressed.
I suspect that changing the filename to plain core.js would allow it to be 
properly processed.

Paul
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to