Tagged Questions
1
vote
1answer
314 views
HTML compressor/minifier
Currently I am using a system where HTML gets cached server-side before it's sent to the browser. I'm looking to compress the HTML source of my website before it is cached.
Basically I'm looking for ...
3
votes
1answer
505 views
How to enable more file formats for GZIP/Deflate Compression
I enabled gzip/Deflate compression on our servers per Google's Page Speed directives, and it looks like it's now compression html/php files, but a couple file formats aren't being compressed that ...
8
votes
9answers
376 views
How do I compress my JavaScript and/or CSS?
I know that there are ways to dynamically load it into the page, but if I want to compress my code so it loads even faster, how do I do it?