![]() |
Shared Hosting WP GZIP - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: Web Performance (/forumdisplay.php?fid=3) +--- Forum: Optimization Discussions (/forumdisplay.php?fid=5) +--- Thread: Shared Hosting WP GZIP (/showthread.php?tid=239) |
Shared Hosting WP GZIP - grahamginsberg - 06-10-2010 05:52 AM Hi I have a Shared Hosting, WP site and I'd like to get some form of GZIP to work. Hostgator says that they don't support Mod_gzip or Mod_deflate What should I do for better compression of text and images? RE: Shared Hosting WP GZIP - wasimasif - 06-17-2010 01:20 AM you should try plugins at http://wordpress.org/extend/plugins/tags/gzip its possible to gzip the content from php without the apache modules. For css you should minize the css using http://www.csscompressor.com/ RE: Shared Hosting WP GZIP - grahamginsberg - 06-17-2010 04:58 AM (06-17-2010 01:20 AM)wasimasif Wrote: you should try plugins at http://wordpress.org/extend/plugins/tags/gzip I've tried gzippy and gzip pluggins and then ran the web page perf test and both had no affect at all. I'll try your suggestion for css though Thanks |