If you're running a blog using a content management system Wordpress, it is recommended to use the plug-in WP Super Cache.
According to the description:
"This plugin generates static html files from your dynamic WordPress
blog. After a html file is generated your webserver will serve that
file instead of processing the comparatively heavier and more expensive
WordPress PHP scripts." (2011, Wordpress.org)
With this plug-in, it will reduce the loading time of your website by 20-50% faster.
Knowing the advantages, now let's find out the disadvantages. Well I'm running a e-commerce websites, for example www.breeder.co, www.talked.com, www.headcam.com, etc. My e-commerce websites were designed to randomly display the products in the main page, so we can showcase all products that we have in store. The website load faster but since it was converted to static html, the random display of products become static too. So I decided not to use the WP Super Cache plug-in in our e-commerce websites.
I hope this help.
0 Comments