// 28.Dec.2008

3 Ways to Compress CSS Files Using PHP

CSS files can quickly become very long and large files take time to load. Cats Who Code have compiled 3 interesting ways of compressing CSS files by using PHP. But I have to ask, why not just GZIP the files on the server prior to delivery - isn’t that how we’re supposed to play?

No Comments


// 15.Oct.2008

Runtime Page Optimizer

RPO runs on a web server applying performance optimizations to pages at runtime, just before the page is sent to the browser. I can’t wait for the Apache version to become available. [via]

No Comments