PHP Class to Minify HTML for WordPress
This class minify HTML Output for WordPress websites. Through regular expressions, this class also capture and minify inline CSS & JS.
- Remove JavaScript Inline comments (Don't remove if it's a URL)
- Remove JavaScript Block comments
- Remove all new lines, carriage returns, tabs, vertical whitespaces, esc & form feeds characters
- Remove all spaces (when there are 2 or more)
- Remove CSS Block comments
- Remove all new lines, carriage returns, tabs, vertical whitespaces, esc & form feeds characters
- Remove all spaces (when there are 2 or more)
- Remove all HTML comments
- Remove all new lines, carriage returns, tabs, vertical whitespaces, esc & form feeds characters
- Remove all spaces (when there are 2 or more)
That's all!