Forum Moderators: phranque
The webserver that my site is on has the mod_gzip module enabled. I've add this line of code : ob_start("ob_gzhandler"); to a page that I want compressed.
It does help. However, on some pages I load a large, external javascript file. I do not know if this .js file (32K) is being compressed.
Does the link to the .js file need to be in the <head> section in order to be encoded?
Is it possible that the mod_gzip is not configured to compress .js files or is that highly unlikely?
TIA
Jim