WordPress.org

Plugin Reviews

WP Minify

This plugin uses the Minify engine to combine and compress JS and CSS files

Average Rating
4 stars
4.1 out of 5 stars
You are currently viewing the reviews that provided a rating of 4 stars. Click here to see all reviews.
4 stars
Works very well :-)
By , for WP 3.5.1

Works very well :-)

Good job !

4 stars
Works great, shaved 2 seconds off my load time
By , for WP 3.4.2

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

4 stars
Almost perfect!
By , for WP 3.5

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.