Minimize HTML, CSS and JS files
        Posted  
        
            by karmic
        on Super User
        
        See other posts from Super User
        
            or by karmic
        
        
        
        Published on 2010-01-03T22:18:33Z
        Indexed on 
            2010/03/27
            12:33 UTC
        
        
        Read the original article
        Hit count: 267
        
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?
© Super User or respective owner