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?
Leave a Comment