Making Stylesheets load faster

PHP Hypertext Preprocessing
Oct
20

This new article is on using mod_gzip or the GZIP compression support in PHP to send your CSS stylesheets as GZipped compressed files to help save on load time.

For optimal performance you should remove extra white-space from your JavaScript and from your Stylesheets, and also send it as GZipped content where possible. With JavaScript it is relatively simple to do so but with CSS it can be trickier.

Article: GZipping Stylesheets

your comments - Post a comment

blog comments powered by Disqus