Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] gzip filter

See attached screenshot, it seems to work at least for recent firefox:
- ContentEncoding is gzip
- ContentLength is 2.2kb where uncompressed content is 5.6kb (i just used 'show source' and copied it to an editor then saved to disk to verify it)

One note about performance: While gzipping content in general is good and improves initial dowload of resources, in the log run you can gain even more by using "far-away-expire" dates (e.g. one year) and encoding a version string in the filename of static resources to download only files when resources really change. That even saves you a couple of uneccessary server request.

You can use google page speed to test for several things this also includes compression: https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fhome.coldbits.com there is also a firefox plugin for offline analysis.

Am 13.01.2015 02:59, schrieb Andrew Penhorwood:
I have setup a test page. http://home.coldbits.com

The page is HTML5 about 5.6k, displays the filter as configured on the site plus some filler text.


Attachment: Bildschirmfoto.png
Description: PNG image


Back to the top