Title: Lite Cache
Author: Stefano Lissa
Published: <strong>July 25, 2011</strong>
Last modified: August 23, 2014

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/lite-cache.svg)

# Lite Cache

 By [Stefano Lissa](https://profiles.wordpress.org/satollo/)

[Download](https://downloads.wordpress.org/plugin/lite-cache.zip)

 * [Details](https://wordpress.org/plugins/lite-cache/#description)
 * [Reviews](https://wordpress.org/plugins/lite-cache/#reviews)
 *  [Installation](https://wordpress.org/plugins/lite-cache/#installation)
 * [Development](https://wordpress.org/plugins/lite-cache/#developers)

 [Support](https://wordpress.org/support/plugin/lite-cache/)

## Description

New! The Lite Cache technology is now part of [Hyper Cache](http://www.satollo.net/plugins/hyper-cache).
You should migrate
 to Hyper Cache, Lite Cache won’t be update anymore (other than
important fixes).

Lite Cache is an ultra efficient cache plugin. It’s small and lite because it
 does
only one thing: caching.

Lite Cache is compatible with gzip compression and handles it automatically.

Lite Cache can detect mobile devices and use a different theme for them creating
a separate
 cache.

Lite Cache works even with commenters, people who left a comment in the past.
 Other
caching plugin usually are not able to serve cached content to commenters creating
performance issues on higly partecipative blogs.

Usage of .htaccess rules is possible using the code generated inside the administrative
panel (but
 pay attention that a too much complex .htaccess seems to slow down more
than serving cached pages via PHP).

Install it and go to the options panel to find how to configure it.

Lite Cache official page: http://www.satollo.net/plugins/lite-cache

Lite Cache official forum: http://www.satollo.net/forums/forum/lite-cache

#### Tanslations

 * Russian by Artnikov

### Screen shots

No screen shots are available at this time.

## Installation

 1. Put the plug-in folder into [wordpress_dir]/wp-content/plugins/
 2. Go into the WordPress admin interface and activate the plugin
 3. Go to Lite Cache options panel, choose a woring mode and mody your blog as explained

## FAQ

  Where can I find the latest FAQ?

Here: (http://www.satollo.net/plugins/lite-cache)

  How can I know if it is working?

Open the admin side of your blog. Log out (yes, log out). Go to the home page
 or
any other page of your blog. Load it twice. Look at the source code of the page:
on the bottom you should see the lite cache signature.

  I installed it, but nothing changed

Did you choose the working mode and followed the configuration panel instructions?

Please double check them.

## Reviews

![](https://secure.gravatar.com/avatar/99e77ab73e36b91796c08372c2b69006d189a386624cf18a0f19bf75c31df700?
s=60&d=retro&r=g)

### 󠀁[Best cache plugin ever](https://wordpress.org/support/topic/best-cache-plugin-ever-6/)󠁿

 [tpiha](https://profiles.wordpress.org/tpiha/) September 3, 2016

I’ve tried them all and this is definitely the best one. I’m using it for years,
works great on all WordPress versions.

![](https://secure.gravatar.com/avatar/c32cea20be5c0350dc2153eae7f3c1cedd81f618e433b6f60a57008c92948770?
s=60&d=retro&r=g)

### 󠀁[So far so good](https://wordpress.org/support/topic/so-far-so-good-369/)󠁿

 [gcdavis](https://profiles.wordpress.org/gcdavis/) February 7, 2017

I’ve just installed it after removing (too complex for a beginner) W3 Cache which
twice left me with the white screen of death. Lite Cache has speeded up my admin
page, adding products etc that had recently slowed to a crawl with no cacheing installed.
Congratulations to the author, I shall make a donation. Graham

 [ Read all 20 reviews ](https://wordpress.org/support/plugin/lite-cache/reviews/)

## Contributors & Developers

“Lite Cache” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ Stefano Lissa ](https://profiles.wordpress.org/satollo/)

[Translate “Lite Cache” into your language.](https://translate.wordpress.org/projects/wp-plugins/lite-cache)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/lite-cache/), check
out the [SVN repository](https://plugins.svn.wordpress.org/lite-cache/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/lite-cache/) by 
[RSS](https://plugins.trac.wordpress.org/log/lite-cache/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.3.4

 * Russian translation

#### 2.3.3

 * Readme link fix

#### 2.3.2

 * Added the dismissing procedure

#### 2.3.1

 * Added the cache header

#### 2.3.0

 * Added the option to disable the “commentator optimization”

#### 2.2.9

 * Added a compatibility check with XML Sitemap 4.x

#### 2.2.8

 * Fixed blog on Windows
 * Added the Content-Length header

#### 2.2.7

 * Changed from readfile to file_get_contents (see www.satollo.net)

#### 2.2.6

 * Fixed user agent detection

#### 2.2.5

 * Added user agent rejection
 * Added custom latest post invalidation

#### 2.2.4

 * Fixed a little issue with comment form autocompletion

#### 2.2.3

 * Fixed the constant AGENTS

#### 2.2.2

 * Fixed the comment javascript injection
 * Removed style images
 * Extracted the administrative code (for efficiency)

#### 2.2.1

 * Fixed the host name moving it to lowercase version
 * Added the gzip disable control

#### 2.2.0

 * Added support for IS_PHONE constant
 * Fix a bug when user is logged in (introduced on version 2.1.9)

#### 2.1.9

 * Added the Vary: User-Agent
 * Code improvements to avoid debug noticies

#### 2.1.8

 * Fixed the home clean up on post/page change

#### 2.1.7

 * Improved the cache invalidation on comments

#### 2.1.6

 * Little fix on foreach instructions

#### 2.1.5

 * Added regular expression for folder names clean up
 * Added host name to (may be) support multisite with 3rd level hosts

#### 2.1.4

 * Some fixes on options panel

#### 2.1.3

 * fixed a first installation problem when option was not saved

#### 2.1.2

 * added max cache age
 * added Vary header while serving gzip

#### 2.1.1

 * terrible bug on clean cache from administrative panel

#### 2.1.0

 * added the 304 response
 * ability to put in cache only newer post
 * admin panel reviewed
 * cache folder selectable

#### 2.0.6

 * fixed the last modified header

#### 2.0.5

 * script added before the body closing

#### 2.0.4

 * Added URLs rejection
 * Option to simulate favicon.ico
 * Option to simulate crossdomain.xml

#### 2.0.3

 * Evaluate the $hyper_cache_stop to be compatible with plugins already integrated
   with Hyper Cache

#### 2.0.2

 * Added bbpress integration

#### 2.0.1

 * Small changes to the options page
 * Better update and activation process

#### 2.0.0

 * mobile detection with theme change
 * logged in user cache
 * reviewed the plugin page (http://www.satollo.net/plugins/lite-cache)
 * autoinstallation
 * administrative panel warnings

#### 1.1.4

 * Fixed the plugin name…

#### 1.1.3

 * Fixed metadata

#### 1.1.2

 * Added a check for the WPCACHE definition

#### 1.1.1

 * added compatibility with “type” archives
 * added compatibility with “year” archives

#### 1.1.0

 * cache_buffer filter support
 * changed the cache folder to cache/lite-cache
 * improved documentation on option panel
 * changed the .htaccess code (please update)

#### 1.0.0

 * First release

## Meta

 *  Version **2.3.4**
 *  Last updated **12 years ago**
 *  Active installations **100+**
 *  WordPress version ** 3.0 or higher **
 *  Tested up to **3.9.40**
 * Tags
 * [Apache](https://wordpress.org/plugins/tags/apache/)[cache](https://wordpress.org/plugins/tags/cache/)
   [htaccess](https://wordpress.org/plugins/tags/htaccess/)[performance](https://wordpress.org/plugins/tags/performance/)
 *  [Advanced View](https://wordpress.org/plugins/lite-cache/advanced/)

## Ratings

 4.9 out of 5 stars.

 *  [  17 5-star reviews     ](https://wordpress.org/support/plugin/lite-cache/reviews/?filter=5)
 *  [  1 4-star review     ](https://wordpress.org/support/plugin/lite-cache/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/lite-cache/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/lite-cache/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/lite-cache/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/lite-cache/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/lite-cache/reviews/)

## Contributors

 *   [ Stefano Lissa ](https://profiles.wordpress.org/satollo/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/lite-cache/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://www.satollo.net/donations)