=== Lite Cache === Tags: cache,performance,staticizer,apache,htaccess,tuning,speed,bandwidth,optimization,tidy,gzip,compression,server load,boost Requires at least: 3.0 Tested up to: 3.2.1 Stable tag: trunk Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=s-xclick&hosted_button_id=2545483 Contributors: satollo The smallest cache plugin ever released (but still greatly efficient). == Description == Lite Cache is a small cache plugin ultra efficient. It's small and lite because it does only onw thing: caching. Lite Cache is compatible with gzip compression and handles it automatically. Lite Cache con 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 (but there could be not already found issues). Usage of .htaccess rules is possible using the code generated inside the administrative panel. Lite Cache is actually used on a blog, (http://www.periodofertile.it), which counts over a 1,500,000 page views per month and is saving the little virtual server where it is installed (with other two blogs). 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). == 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 == Frequently Asked Questions == = 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. == Screen shots == No screen shots are available at this time. == Changelog == = 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