I'm working off the List of Google Pagespeed's guidelines for speeding up pageload times. One of them is minifying CSS and JS files.
Since these files change quite often I was thinking of using a PHP script that minifies this script on-the-fly upon request (from the browser).
Or do you think this is a bad idea? After all, it would result in static resources having to be passed through a php script before delivering them.