Increase your Wordpress Performance Up To 1,000% — 100,000% – Text Cache Controller plugin

Increase your WordPress Performance Up To 1,000% — 100,000% – Text Cache Controller plugin

Increase your WordPress Performance Up To 1,000% — 100,000% – Text Cache Controller plugin

27 Comments on Increase your WordPress Performance Up To 1,00027 — 100,00027 – Text Cache Controller plugin

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

  1. 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.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Copy index.php which is in WORDPRESS_ROOT to original_index.php.
  4. 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

screenshot-1

Perfomance Inprovements

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

screenshot-2

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.

screenshot-3

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

About the author:

Related Posts

Back to Top