Minimize HTML, CSS and JS files
- by karmic
How do you automatically pack/minimize the HTML, CSS and JS files served on a webpage.
More specifically, I wish to have this for a wordpress website.
Should it be done at the webserver level (lighttpd), at the application level (wordpress), at the PHP level, or somewhere else?