tagging version 0.3.2 git-svn-id: http://plugins.svn.wordpress.org/wp-ffpc/trunk@511034 b8457f37-d9ea-0310-8a92-e5e31aec5664
cadeyrn cadeyrn@b8457f37-d9ea-0310-8a92-e5e31aec5664
Mon, 27 Feb 2012 09:37:30 +0000
2 files changed,
7 insertions(+),
2 deletions(-)
M
readme.txt
→
readme.txt
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=8LZ66LGFLMKJW&lc=HU&item_name=Peter%20Molnar%20photographer%2fdeveloper&item_number=petermolnar%2dpaypal%2ddonation¤cy_code=USD&bn=PP%2dDonationsBF%3acredit%2epng%3aNonHosted
Tags: cache, APC, memcached, full page cache Requires at least: 3.0 Tested up to: 3.3.1 -Stable tag: 0.3 +Stable tag: 0.3.2 Fast Full Page Cache, backend can be memcached or APC@@ -56,6 +56,11 @@ **Solution**: this is the zlib compression of the page text. If PHP uses Memcached (with the 'd' at the ending), the compression cannot be turned off (it should, but it does not) and nginx is unable to read out the entries.
Please use only the Memcache extension. You also need to select it on the settings site, this is because some hosts may provide both PHP extensions, and if it's not going to be used with nginx, Memcached is better. == Changelog == + += 0.3.2 = +2012.02.27 + +* apc_cache_info replaced with apc_sma_info, makes plugin faster = 0.3 = 2012.02.21
M
wp-ffpc.php
→
wp-ffpc.php
@@ -1,7 +1,7 @@
<?php /* Plugin Name: WP-FFPC -Version: 0.3 +Version: 0.3.2 Plugin URI: http://petermolnar.eu/wordpress/wp-ffpc Description: Fast Full Page Cache, backend can be memcached or APC Author: Peter Molnar