Wp-minify + Super Cache OR Wp-minify +W3 Total Cache

Wordpress Plugins

As your WordPress website traffic increases you will eventually need to host your website on a faster server. This happened to me but instead of upgrading to a dedicated server or paying more for more resources to keep my website online to handle the traffic.

I went to try out a few caching plugins to speed up the page load time. This helped me save a lot of money in the long run because it’s all free.

WordPress Cache Plugins: Wp-minify + Super Cache

I first install Wp-minify and Super Cache together.

Wp-minify combine all your JS and CSS files into one JS file and one CSS file and optimize the codes inside the files. Instead of multiple JS files and multiple CSS files, wp-minify automatically combine all the JS and CSS files into a single JS file and CSS file. This help improve your page load.

Then I install Super Cache, this plugin automatically generate dynamic pages (PHP scripts) into static HTML pages. This also help speed up your page load time.

WordPress Cache Plugins: Wp-minify +W3 Total Cache

I deactivate Super cache and install W3 Total Cache, which is another plugin similar to Super Cache. W3 Total Cache also generate static HTML pages, but for some reasons it seem to load my pages even slower.

At the end I went with Wp-minify + Super Cache and you can see it in use on this site. I been using them for the past year and never had any problems.


Related posts:

How did I build my WordPress web site? (Part 1 of 2)
How did I build my WordPress web site? (Part 2 of 2)
Things you need to do before upgrading WordPress
HTTPS security disable & security enable at WordPress.com
Best WordPress statistic plugins

There are 4 Comments to "Wp-minify + Super Cache OR Wp-minify +W3 Total Cache"

  • MustiNo Gravatar says:

    Hi, I ´ve been looking for a comparision, just like you did in this post, about Wp-minify + Super Cache OR Wp-minify +W3 Total Cache. And I guess that you´ve done a good job here. However I still wonder why you didn´t minify the javasacript files as well on this site. Did you experience any issues doing it or you just prefered it this way. Thanks a lot

    Agree or Disagree Thumb up 0 Thumb down 0

    • TBX StduioNo Gravatar says:

      I had problems when minify the javasacript files. Some of the javasacript didn’t work for me, you can try it out on your site.

      Agree or Disagree Thumb up 0 Thumb down 0

      • MustiNo Gravatar says:

        Thanks for your reply. I was testing it in one of my clients sites and I got the same issue as you, causing problems with some scripts, so I disabled JavaScript minifying option. And I ended up with doing it manually.

        Agree or Disagree Thumb up 0 Thumb down 0

      • TBX StduioNo Gravatar says:

        Yea you can do it manually, but if you upgrade WordPress or upgrade a plugin you will have to remember to manually paste in the new js codes. That’s why I just disable the minify JS.

        Agree or Disagree Thumb up 0 Thumb down 0

Write a Comment



(optional)
*