does my blog need cache

Filed under: WordPress — admin @ 2007-08-09 01:59:22 (2) comments

Why my blog need caching, because the purpose of caching is to make the web page faster. If the page was cached, when is requested, the server will direct send the cache file to the server rather than generating html codes from PHP files, which will use a lot of system resources. Sometimes, cache is not a suitable solution for your web, if your web page need real-time and dynamically updates, but for some CMS system such as wordpress, the need of real-time update is not so important, and cache is a better way to speed up your web.

If you can not notice the existing of the cache, this cache system is perfect. How to design a perfect cache system, it is dependent on the system you want to cache, the perfect cache should update cache files if any changes occurred. Let’s take a guestbook for example, we know the guestbook page will be renewed if new message leaved, so we design a cache, when someone leaved his or her message, the cache will regenerate the cache files, this cache mechanism is perfect for this system, because you’ll not notice the cache, you may take it as a normal php page, we can also do the same thing to wordpress .

For wordpress, if we want to cache the posts and pages into real HTML files, the plug-in
cos-html-cache is the right one we need, this cache will generate a real HTML page for your post, when the post or page is edited or deleted or commented, the plug-in will regenerate cache files. Is it perfect? For default wordpress, yes it is perfect, because if any changes happened the cache will regenerate the cache file ,but if you have some third-part plug-ins , you may need to juge if you need this plug-in or not. Because cache will renew only on the condition of the four actions I’ve mentioned, as a blogger, I do not need so many plug-ins , I just want to blog to to make my blog more faster, as I used this plug-in, and It speed up my web dramatically!

cos-html-cache2.0 released

Filed under: WordPress — admin @ 2007-08-05 19:24:55 only 1 comment

****** cos-html-cache ******

Tags: html, cache,performance
Contributors: Jiangdong

cos-html-cache is an extremely efficient WordPress page caching system to make you site much faster and responsive.It based on URL rewriting , and the plugin will automatically generate real html files for posts when was first loaded, and automatically renew the html file if changes happened!
cos-html-cache. Current version, cos-html-cache2.0, is a huge improvement over previous versions of cos-html-cache.

cos-html-cache is composed of two parts:

1. cos-html-cache  this file aim on add javascript to single page to read the cookie of commentors!

2. cosbeta.php this file’s job is get the current page’s output and write it into a static html file.

**** Installation ****

1.Upload to your plugins folder, usually `wp-content/plugins/` and unzip the file, it will create a `wp-content/plugins/cos-html-cache/` directory.

2.Activate the plugin on the plugin screen.

3.Make sure that you deactivated compression on the Miscellaneous options screen and that gzip encoding is turned off on the PHP level.

3.done
**** Uninstallation ****

1.go into admin->options->cos-html-cache
2.delete all cache files (very important)
3.go into admin->plugins ,disable cos-html-cache
4.done.

**** Frequently Asked Questions ****

** Do I really need to use this plugin? **

* If your site gets Slashdotted
* If you’re on a very slow server
* If you’ve had a complaint from your host about performance
* If you just want to blog rather than testing new plugins and functions of wordpress

** How can I tell if it’s working? **

cos-html-cache adds some stats to the very end of a page in the HTML, so you can view source to see if there any codes like “<!– create at yyyy-mm-dd hh:mm:ss by cos-html-cache 2.0 –>”

** Do you cache other pages such as cat ? **

No,this plugin only cache posts and pages.

**** More Info ****

For more info, please visit [http://www.storyday.com and do site search through key word " cos-html-cache"]

Download Plugin


cosbeta is proudly powered by WordPress | admin| About Us | site map 0.326s & 25 .