My site NOT Compressed

I have Lighttpd with mod_compress in Webuzo panel. I can’t get php compression working and I had received message said my site at www.thejobs.com.my is not compressed. Any idea how to fix it? I can compress css and js.

  1. Use gzip compression for transferring compressable responses: 80/100
    464.0 KB total in compressible text, target size = 371.8 KB - potential savings = 92.2 KB

FAILED - (77.0 KB, compressed = 13.2 KB - savings of 63.8 KB) - http://www.thejobs.com.my/
FAILED - (40.4 KB, compressed = 16.8 KB - savings of 23.6 KB) - http://www.thejobs.com.my/mod/CssRibbon/css/PIE.htc
FAILED - (9.0 KB, compressed = 4.2 KB - savings of 4.8 KB) - http://www.thejobs.com.my/mod/CssRibbon/css/PIE.htc

  1. http://www.whatsmyip.org/http-compression-test/?url=d3d3LnRoZWpvYnMuY29tLm15
    This tool checks your server to see if it is sending out compressed data. It checks for compression via mod_gzip, mod_deflate, or any server-side language that does content compression. Enter the address of a specific page or file to check.

www.thejobs.com.my is NOT Compressed
Page Size: 76.5 KB
Compressed Page Size: 12.7 KB
Potential Savings: 83.4%

Have you applied the recommendations at the foot of the page to load mod_deflate and mod_gzip to your .htaccess file?

I guess Lighttpd didn’t support .htaccess so I only installed lighttpd’s compress mod. I didn’t have such problem when I used mod_deflate in Apache…

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.