USEFULFREETIPS.COM|Blog
Disadvantage of WordPress Super Cache
WordPress is one of the most popular CMS(Content Management System) we have today available on World Wide Web.WordPress stores all the information into database.So we can say , Database plays the most important role in any CMS including WordPress.All the data is stored in database and WordPress provides the mechanism by which the data is fetched from database and displayed to user as html.
The most common Database we used today for this purpose is MYSQL.So you can understand that every time fetching data from Database and then displaying to user may take sometime , comparatively more than displaying a static page.So for this purpose, there are several plugins available in WordPress Directory which can actually generate static html files from dynamic WordPress Pages.Once the static html files are generated, WordPress will display these static html files rather than dynamically generating pages.WP Super Cache is one such plugin available and used by most of the WordPress bloggers including me.And I must say there was significant improvement in the page load time.
The most common Database we used today for this purpose is MYSQL.So you can understand that every time fetching data from Database and then displaying to user may take sometime , comparatively more than displaying a static page.So for this purpose, there are several plugins available in WordPress Directory which can actually generate static html files from dynamic WordPress Pages.Once the static html files are generated, WordPress will display these static html files rather than dynamically generating pages.WP Super Cache is one such plugin available and used by most of the WordPress bloggers including me.And I must say there was significant improvement in the page load time.
However there are few disadvantages also of using such plugins.Recently I wanted to add few JavaScript to my pages in my blog and I faced a very strange issue.When I am adding those JavaScript the changes were reflected to me in my web browser however when I checked it on other PC , I cannot see my changes.Even I tried checking other web browser in my PC and the changes were not visible.Clearing browsing data also cleared the changes which were visible in the browser which I used for adding JavaScript.I read in some forums that WordPress doesn’t allow JavaScript etc etc which was definitely not true.I knew it because I have added JavaScript in the past to my blogs.Without any clue what to do I tested few plugins which lets you add Javascript to your blogs but the problem still persist.Then while uninstalling those plugins I realized Super Cache Static pages might be the reason behind it.And to my surprise indeed it was.I guess every time it was the static page which was displayed to the user so the changes I was doing were not reflected.
Has anyone else faced this issue before ? Is what I have mentioned is correct ? At least after deactivating WP Super Cache I can see my changes.What’s your experience with such plugins? Share your opinions.
If you like the post, kindly share it
You May also prefer reading :
Popularity: 2%
- Share this:
- Share
If you enjoyed this article, please consider sharing it!
6 Responses to Disadvantage of WordPress Super Cache
Leave a Reply Cancel reply
Like Us on Facebook
My Favorite
Archives
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010

![[del.icio.us]](http://www.blog.usefulfreetips.com/wp-content/plugins/bookmarkify/delicious.png)
![[Digg]](http://www.blog.usefulfreetips.com/wp-content/plugins/bookmarkify/digg.png)
![[Facebook]](http://www.blog.usefulfreetips.com/wp-content/plugins/bookmarkify/facebook.png)
![[Google]](http://www.blog.usefulfreetips.com/wp-content/plugins/bookmarkify/google.png)
![[LinkedIn]](http://www.blog.usefulfreetips.com/wp-content/plugins/bookmarkify/linkedin.png)
![[MySpace]](http://www.blog.usefulfreetips.com/wp-content/plugins/bookmarkify/myspace.png)
![[Reddit]](http://www.blog.usefulfreetips.com/wp-content/plugins/bookmarkify/reddit.png)
![[Squidoo]](http://www.blog.usefulfreetips.com/wp-content/plugins/bookmarkify/squidoo.png)
![[StumbleUpon]](http://www.blog.usefulfreetips.com/wp-content/plugins/bookmarkify/stumbleupon.png)
![[Twitter]](http://www.blog.usefulfreetips.com/wp-content/plugins/bookmarkify/twitter.png)
![[Windows Live]](http://www.blog.usefulfreetips.com/wp-content/plugins/bookmarkify/windowslive.png)
![[Yahoo!]](http://www.blog.usefulfreetips.com/wp-content/plugins/bookmarkify/yahoo.png)
![[Email]](http://www.blog.usefulfreetips.com/wp-content/plugins/bookmarkify/email.png)








nice post
Hi Rahul
Thanks for the updated comment.That adds clarity to the approach suggested by you earlier.
Will try this and let you know about the result.
Ha Ha Ha
Smart web application they have parsed the content
I wrote often we use:-
src=”js/sample.js”
instead use :-
src=”js/sample.js?ver=1″
src=”js/sample.js?ver=2″
Hi Rahul
Thanks for suggesting alternate approach.However can you explain this version concept little more ? In your comment I guess some text went missing.As you have mentioned ,it is actually WordPress Super Cache plug in that generate static html pages for WordPress Posts.
M not a frequent user of wordpress so have no idea about the Super Cache plugin.
But as far as my understanding wordpress would be regenerating the static html(s) whenever u r republishing the article so html would have been generated.
Since JS and CSS are included externally (most of the cases) browser cache these files for faster page loads. Not even the browser your web server and even the proxy server used to access internet cache these files to reduce the turn around time for these request. So at times you may not be able to see the changes done in JS and CSS file even if u clear everything in browser data.
So as suggested for JS and CSS files u can use versioning.
Ex. Wherever we have included JS
instead use
So everytime ur page loads and needs to include a javascript a new request will be send to web server to serve the file
If u can try the same approach even with ur Super Cache Pluging Enabled and do provide the feedback for both +ve and -ve results
My experience is more horrible. I tried it twice. The curve in Google Webmaster tool simply goes to the base. That means Google thinks there were no searches done/people clicked in Google search. Analytics dips too, but not much. I use TraceMyIp to track visitors. That shows everything fine. I have not found a single person complaining about this thing!