Introduction
Hi,everyone. I’m happy to introduce this plugin to you .This plugin is a page caching system for wordpress inspired by jeedo aquino.This plugin is written for users who cannot install a Redis(In-Memory Database) on the server hosting WordPress,because of limitation of the hosting service.This plugin increase WordPress Performance Up To 1,000% — 100,000%(This score is not joke.) This plugin requires no other Services(Redis,MongoDB,etc…) or Libraries(pear,System_daemon).
Now,this plugin are currently pending review of WordPress.org.But you can download the plugin from this site. Installation and Un-instlattion is very easy. Let’s Enjoy this plugin!!
Functions of Plugin
Page Caching
When a visitor access to a permalink on your site,if the permalink is cached, this plugin returns a chached page.Else, forward the request to wordpress and create cache file ,then return a resopnse to the visitor.
Clear Caches
In plugin control panel of WordPress, you can clear all cached files.
Re create Caches
In plugin control panel of WordPress, you can generate a pege (URL) which can make you to re-create a whole caches.
Installation
WORDPRESS_ROOT >> Wordpress installed directory
- Install this plugin from wordpress admin panel.(Now,this plugin are currently pending review of WordPress.org. So,you download the plugin from this site,and upload the download file(text-cache-controller-latest.zip) to your WordPress.
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Copy index.php which is in WORDPRESS_ROOT to original_index.php.
- Copy index-textcache.php which is in this plugin directory to WORDPRESS_ROOT/index.php.
example of linux commands.
[bash]
$ cd WORDPRESS_ROOT
$ cp index.php original_index.php
$ cp wp-content/plugins/text-cache-controller/index-textcache.php index.php
[/bash]
Downlaod
text-cache-controller-latest2.zip
Screen Shots
Plugin Controll Panel on WordPress

Perfomance Inprovements
This is a sample of Logfile of this plugin.
Increase WordPress Performance Up To 1,000% — 100,000%

Here is a log of this site,really now.
My server machine is poor ,but if chache is enabled ,the performance improve 100,000% Over!!!
If request forward to WordPress, the response is too too too slow.
[bash]
2014-03-27 23:57:53 TotalTime : 0.00114 This response is using CACHE!!
2014-03-27 23:57:53 TotalTime : 0.0009 This response is using CACHE!!
2014-03-27 23:57:53 TotalTime : 0.00155 This response is using CACHE!!
2014-03-27 23:57:53 TotalTime : 0.00154 This response is using CACHE!!
2014-03-27 23:57:53 TotalTime : 0.00061 This response is using CACHE!!
2014-03-27 23:57:53 TotalTime : 0.00133 This response is using CACHE!!
2014-03-27 23:57:53 TotalTime : 0.0008 This response is using CACHE!!
2014-03-27 23:57:53 TotalTime : 0.00078 This response is using CACHE!!
2014-03-27 23:57:53 TotalTime : 0.00084 This response is using CACHE!!
2014-03-27 23:57:53 TotalTime : 0.00087 This response is using CACHE!!
2014-03-27 23:57:53 TotalTime : 0.00111 This response is using CACHE!!
2014-03-27 23:57:53 TotalTime : 0.00105 This response is using CACHE!!
2014-03-27 23:57:53 TotalTime : 0.00112 This response is using CACHE!!
2014-03-27 23:57:53 TotalTime : 0.00133 This response is using CACHE!!
2014-03-27 23:57:53 TotalTime : 0.0014 This response is using CACHE!!
2014-03-27 23:57:53 TotalTime : 0.00112 This response is using CACHE!!
2014-03-27 23:57:53 TotalTime : 0.00103 This response is using CACHE!!
2014-03-28 00:08:03 TotalTime : 11.01534 This request is Forward to WordPress(with Creating CACHE)
2014-03-28 00:08:31 TotalTime : 0.03378 This response is using CACHE!!
2014-03-28 00:08:35 TotalTime : 1.62793 This request is Forward to WordPress(with Creating CACHE)
2014-03-28 00:08:55 TotalTime : 0.00113 This response is using CACHE!!
2014-03-28 00:08:55 TotalTime : 0.00108 This response is using CACHE!!
2014-03-28 00:08:55 TotalTime : 0.00109 This response is using CACHE!!
2014-03-28 00:08:55 TotalTime : 0.00105 This response is using CACHE!!
2014-03-28 00:09:06 TotalTime : 10.89119 This request is Forward to WordPress(with Creating CACHE)
2014-03-28 00:11:27 TotalTime : 0.00075 This response is using CACHE!!
2014-03-28 00:11:28 TotalTime : 0.00133 This response is using CACHE!!
2014-03-28 00:11:29 TotalTime : 17.64119 This request is Forward to WordPress(with Creating CACHE)
2014-03-28 00:11:31 TotalTime : 1.86071 This request is Forward to WordPress(with Creating CACHE)
2014-03-28 00:11:40 TotalTime : 0.0011 This response is using CACHE!!
2014-03-28 00:12:36 TotalTime : 1.73476 This request is Forward to WordPress(with Creating CACHE)
2014-03-28 00:14:32 TotalTime : 1.38339 This request is Forward to WordPress(with Creating CACHE)
2014-03-28 00:14:35 TotalTime : 0.00181 This response is using CACHE!!
2014-03-28 00:14:38 TotalTime : 0.00122 This response is using CACHE!!
2014-03-28 00:14:42 TotalTime : 0.00091 This response is using CACHE!!
2014-03-28 00:14:52 TotalTime : 6.66489 This request is Forward to WordPress(with Creating CACHE)
2014-03-28 00:15:07 TotalTime : 8.64448 This request is Forward to WordPress(with Creating CACHE)
2014-03-28 00:18:47 TotalTime : 0.00099 This response is using CACHE!!
2014-03-28 00:21:34 TotalTime : 0.00094 This response is using CACHE!!
:
[/bash]
Re-Creating Caches
If you upload a new POST to WordPress. You can easily re-create caches of a whole of your site.This plugin generates a page which can re-create caches like this.

Now, Check the improvements !!
Please check the improvements with a browser which is not logged in WordPress.
or use Private Browse Mode.
- if you are logged in WordPress with a browser,access a post on your site with the browser,the cache system does not work.
- if you refresh (F5) a page, deletes the cache of that page.
- A link to a post is clicked,the cache system work.
If you can use Redis
If you can use a redis server ,don’t use this plugin.Let’s enjoy jeedo’s chaching system.
In English
see more here: http://www.jeedo.net/lightning-fast-wordpress-with-nginx-redis/
In Japanese
see more here: http://lovelinux.mydns.jp/?p=667
Uninstall
- copy orignal_index.php that is in WORDPRESS_ROOT to index.php
- Remove this plugin from WordPress Admin Panel
27 Comments
Thanks for one’s marvelous posting! I actually enjoyed reading it,
you happen to be a great author.I will be sure tto bookmark your blog and will
eventually come back someday. I want to encdourage continue
yoour great work, have a nice morning!
Heey very nice blog!
Wow, that’s what I was seeking for, what a material!
existing here at this website, thanks admin of this website.
Excellent article. I definitely appreciate this site. Keep writing!
Heya i’m for the first time here. I found this board and I find
It truly useful & it helped me out a lot. I hope to give something back and help others like
you aided me.
Wow! After all I got a webpage from where I be able to actually obtain valuable information regarding my study and knowledge.
Definitely, what a great website and illuminating posts, I surely will bookmark your website.Have an awsome day!
Right here is the right website for everyone
who hopes to understand this topic. You realize a whole
lot its almost tough to argue with you (not that I really would want to…HaHa).
You certainly put a brand new spin on a subject which has been written about for years.
Great stuff, just wonderful!
It’s really a nice and helpful piece of information. I am glad that you just shared this helpful information with us. Please keep us up to date like this. Thanks for sharing.
Hi there, just wanted to tell you, I enjoyed this post.
It was funny. Keep on posting!
Thanks to my father who stated to me concerning
this weblog, this webpage is actually amazing.
Keep on writing, great job!
I’m not that much of a internet reader to be honest but your blogs really nice, keep it
up! I’ll go ahead and bookmark your site to come back later.
Cheers
Pretty nice post. I just stumbled upon your weblog
and wanted to say that I have really enjoyed surfing around your blog posts.
In any case I’ll be subscribing to your feed and I hope
you write again very soon!
I couldn’t resist commenting. Well written!
Hello! I’ve been reading your web site for some time now and
finally got the courage to go ahead and give you a shout out from
Houston Tx! Just wanted to tell you keep up the great job!
Рost writing iis also a fun, if you be аcquainted with аfterward you can write otherwise it is
complicated to write.
It’s remarkable for me to have a website, which is helpful for my know-how.
thanks admin
I have read so many content regardinmg the blogger lovers however
this paragraph is genuinely a fastidiohs paragraph,
keep it up.
It’s going to be ending of mine day, but before ending I am reading this fantastic piece of writing to increase my knowledge.
Remarkable! Its really amazing piece of writing, I have got much
clear idea on the topic of from this article.
I used to be able to find good advice from your articles.
I will immediately grab your rss feed as I can’t find your e-mail subscription hyperlink or newsletter service.
Do you have any? Kindly permit me recognize in order that I may subscribe.
Thanks.
Thanks in support of sharing such a nice idea, paragraph is fastidious,
thats why i have read it entirely
Thank you for the good writeup. It in fact was a amusement account it.
Look advanced to far added agreeable from you! However, how could we communicate?
Wonderful blog! Do you have any suggestions for aspiring writers?
I’m hoping to start my own website soon but I’m a little lost
on everything. Would you suggest starting with a free platform like
Wordpress or go for a paid option? There are so many choices out there that
I’m completely confused .. Any tips? Appreciate it!
Wonderful blog! I found it while searching on Yahoo News.
Do you have any tips on how to get listed in Yahoo News? I’ve been trying for a while but
I never seem to get there! Thank you