all repos — wp-ffpc @ 127b5fd01ce01f3cfc3f064dbe3cd3fb6fb89a41

apc_cache_info replaced with apc_sma_info, faster

git-svn-id: http://plugins.svn.wordpress.org/wp-ffpc/trunk@511031 b8457f37-d9ea-0310-8a92-e5e31aec5664
cadeyrn cadeyrn@b8457f37-d9ea-0310-8a92-e5e31aec5664
Mon, 27 Feb 2012 09:33:47 +0000
commit

127b5fd01ce01f3cfc3f064dbe3cd3fb6fb89a41

parent

9468dd729b27f894261cb284f6b78a4a4f5cd9ed

1 files changed, 11 insertions(+), 1 deletions(-)

jump to
M readme.txtreadme.txt

@@ -1,5 +1,6 @@

=== WP-FFPC === Contributors: cadeyrn +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&currency_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

@@ -43,7 +44,16 @@ 4. Fine tune the settings in `Settings` -> `wp-ffpc` menu in WordPress. For WordPress Network, please visit the Network Admin panel, the options will be available at WP-FFPC menu entry.

== Frequently Asked Questions == -== Upgrade Notice == += '%3C' character on home page load = +**Description**: When the page address is entered by hand, it gets redirected to `page.address/%3C`. + +**Solution**: only occurs with memcached, the reason is yet unknown. The bug has emerged once for me as well, setting up everything and restarting the memcached server solved it. + += random-like characters instead of page = +**Description**: when nginx is used with memcached, characters like `xœí}ksÛ8²èg»` shows up instead of the page. + +**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 ==