Skip to content
Advertisement

Tag: minify

How to minify php page html output?

I am looking for a php script or class that can minify my php page html output like google page speed does. How can I do this? Answer CSS and Javascript Consider the following link to minify Javascript/CSS files: https://github.com/mrclay/minify HTML Tell Apache to deliver HTML with GZip – this generally reduces the response size by about 70%. (If you

Advertisement