Minification is to reduce how long it takes the browser to download a file. Performance problems in PHP code are more likely to be caused by the code taking too long to *run* on the server, which has nothing to do with how fast the browser can download the output. Are you sure that minification will solve the right problem?
– WyzardJul 21 '12 at 00:56
Are you already gzipping all your content and assets? I feel like there are much better ways to improve performance than minifying html source.
– troyntJul 21 '12 at 01:09
possible duplicate of [How to minify php page html output?](http://stackoverflow.com/questions/6225351/how-to-minify-php-page-html-output)
– AbudayahMar 13 '14 at 13:14