This plugin uses the Minify engine to combine and compress JS and CSS files
Works very well :-)
Good job !
Works great, shaved 2 seconds off my load time.
Gave it only 4 stars though because there were two bugs in the code I had to manually fix:
1 - .js files in footer.php weren't combining - found fix in the forum
//http://wordpress.org/support/topic/plugin-wp-minify-how-to-change-position-of-minified-files
2 - external cache expiry option was not saving, had to edit manually in DB
it does only need to be able to fully compress the HTML on demand, for example, actual compressed version:
<!DOCTYPE html>
<!--[if lte IE 8]><html
class="ie" lang="en-US" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#"><![endif]--><html
lang="en-US" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#"><!--<![endif]--><head>
New compression:
<!DOCTYPE html><!--[if lte IE 8]><html class="ie" lang="en-US" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#"><![endif]--><html lang="en-US" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#"><!--<![endif]--><head>
Then I give you 5 stars :D
Thank you so much!
P.S. be sure to give 755 permissions to wp-content/plugins/wp-minify/min/config.php
You must log in to submit a review. You can also log in or register using the form near the top of this page.