Quote:
Originally Posted by L2V
Great mod! I am still learning a bit of how much it is doing.
One question I have is what setting am I supposed to have that will switch the vB page to downloading the vbsc.gz file instead of the vbsc.js file? There is almost a 200k file size difference between the two and it keeps loading the larger uncompressed file. I have common javascript cache and Google Closure Compiler both set to Yes. Am I doing something wrong or misunderstanding what should be happening?  ?
|
No, the .gz file is for servers that support it (nginx) to serve automatically in place of the .js rather than gzipping the .js file on every request.
If your server is serving the .js without gzipping it then you have it configured wrong