What advantages do either method offer for html, css and javascript files served by a LAMP server. Are there better alternatives?
Ccna final exam - java, php, javascript, ios, cshap all in one. This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
Showing posts with label gzip. Show all posts
Showing posts with label gzip. Show all posts
Thursday, May 24, 2012
Why use deflate instead of gzip for text files served by Apache?
Tags
apache,
compression,
deflate,
gzip,
lamp,
Tips For Programmer
Monday, May 21, 2012
How can I pre-compress files with mod_deflate in Apache 2.x?
I am serving all content through apache with Content-Encoding: zip but that compresses on the fly. A good amount of my content is static files on the disk. I want to gzip the files beforehand rather than compressing them every time they are requested.
Subscribe to:
Posts (Atom)