How to tell if webpage is gziped

Tips and help with HTML, CSS, JavaScript, and site development.
Post Reply
User avatar
ccb056
Site Administrator
Posts: 981
Joined: January 14th, 2004, 11:36 pm
Location: Texas
Contact:

How to tell if webpage is gziped

Post by ccb056 »

If you are unsure if a webserver is gziping files or if your webpages are being gzipped correctly and not twice, I recomend you use this:
http://www.desilva.biz/gzip-test.php

It will tell you if your webserver gzips files, if your files are gzipped

You dont want your files to be gzipped twice because they are only unzipped once
Post Reply