Rating: 5 stars
This is just awesome.
]]>Rating: 5 stars
Reduced loading time of Ajax queries by 30%!
]]>Rating: 5 stars
We’ve been using this plugin on several high-traffic WooCommerce shops for 1.5 years and it has been absolutely rock solid and delivering outstanding performance.
If you are running sites on nginx, have a memcached server, and don’t mind spending some time tweaking and testing the setup (especially the cache exceptions), there is no way around this plugin.
]]>Rating: 5 stars
One of the best plugins for caching, simple and fast performance.
]]>Rating: 5 stars
Really fast caching for memcached WP sites.
]]>Rating: 5 stars
Works great, really helped to speed the site up, thanks!
]]>Rating: 5 stars
No issues with this plugin, works great, just out of the box. Very happy with it.
]]>Rating: 5 stars
I’m using PHP7 and Memcached, it’s working well. Need to changed from this plugin from W3 Total Cache because it does not support Memcached PHP7 yet and alot of issues with PHP7.
Really thanks!
Will consider to use this for other WP sites on other server with PHP5.5 and APCu
]]>Rating: 5 stars
I am using NGINX and APCu.
The Caching ist working perfect.
Thank you very much.
]]>Rating: 5 stars
Works very well, with simple and effective options, no bloat and just so fast. The only thing I would like to see is a “clear cache” button for the admin toolbar.
]]>Rating: 5 stars
My VPS has better response with this plugin.
]]>Rating: 5 stars
This is one of the few plugins that support Memcached and other caching engines out of the box.
]]>Rating: 5 stars
I’m runnig this plugin in conjunction with cdn-linker (github).
This weekend I had a flooding attempt to my site with 1000 requests per minute at index.php (compared to the ususal 50-100rpms).
The amazing thing is that the delivery time for the index.php DROPPED from 400ms to 200ms during the flooding attempt.
An amazing plugin – Thanks a lot!
Rating: 5 stars
I’m also using APCu Object Cache, they seem to work fine in parallel. I’m using PHP 5.6.8 with Zend OpCache and APCu 4.0.7. It’s fun using the apc.php utility to see what the two plugins are storing in APCu, so yes, they really work.
]]>Rating: 5 stars
I use this cache on some sites and it’s working great with a big performance boost. Very good work by the developer!
]]>Rating: 5 stars
I’ve used almost all caching plugins available on the market, some year ago tried FFPC and became super happy since. Recently I decided to check other plugins again and compare if anything changed during last year. It didn’t. While other plugins are getting bloated FFPC is getting more awesome ??
Nginx 1.7 with memcached module + PHP 5.5.9 with OPcache and memcacheD + Memcached + MariaDB 10. Crazy fast.
]]>Rating: 5 stars
The speed of the plugin is really unbeatable. Nginx direct access to memcached cached by WP-FFPC data makes it fast of fastest caching plugins. I use it 2 years more already – plugin is extremely stable and fast. Due to security reasons I don’t use its pre-cache capability, just replaced it with Scrapy crawler and cron. Support is great, author Peter Molnar responds quickly. WP-FFPC is highly recommended to every WordPress user.
]]>Rating: 5 stars
Using it on all my sites, PHP 5.6 and APCU.
]]>Rating: 5 stars
cool!
and if people will add in .htaccess like this:
# Set up caching on media files for 1 year (forever?)
<filesMatch “\.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav)$”>
ExpiresDefault “access plus 1 year”
Header append Cache-Control “public”
</filesMatch>
# Set up caching on media files for 1 week
<filesMatch “\.(gif|jpg|jpeg|png|swf)$”>
ExpiresDefault “access plus 1 week”
Header append Cache-Control “public, max-age=604800”
</filesMatch>
# Set up 2 Hour caching on commonly updated files
<filesMatch “\.(xml|txt|html|js|css)$”>
ExpiresDefault “access plus 1 day”
Header append Cache-Control “must-revalidate, proxy-revalidate, max-age=86400”
</filesMatch>
# Force no caching for dynamic files
<filesMatch “\.(php|cgi|pl|htm)$”>
ExpiresDefault “access plus 1 day”
Header append Cache-Control “max-age=86400, proxy-revalidate, must-revalidate “
ExpiresActive Off
# Header set Pragma “no-cache”
</filesMatch>
all just f@cking fast!
]]>Rating: 5 stars
I’ve tried most caching plugins in this is the one that I think in my environment delivers the best results. I’m using the nginx-memcache integration and it works great. The plugin has no strange behaviour, is straightforward to use and easy to operate.
The nginx-memcached combo is not for the faint of heart but if you can master it there is very little that will deliver speed in such a clean and scalable fashion.
]]>Rating: 5 stars
Other popular file-based caches are way too painful to sync.
]]>Rating: 5 stars
I i stalled latest wp 4.1 and this plugin
Cant activate it.
I got memcached on server..
When press activate plugin
Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected T_FUNCTION in /home/mataleo/public_html/ccpattayaexchange.com/wp-content/plugins/wp-ffpc/wp-common/plugin_utils.php on line 187
Any ideas please
Thx
]]>Rating: 3 stars
I tried it and yes your site becomes really fast, but I removed it because you need lot of RAM/CPU power if your site becomes more visitors. It should be much better if you use this plugin together with Varnish. Without Varnish you need to use W3TC or SuperCache.
]]>Rating: 2 stars
I install this plugin hope seeing any improve on my VPS response time .
But after many test I notice my site become slower every time I enable it.
if you don’t test you site often you wont notice this but I used webpagetest.org to test every tweaking I do and when I enable WP-FFPC TTFB increased to 270ms from 142ms that regularly I got with my current tweaking .
Last I don’t need this plugin any more I use it to flush APC cache and failed so I do it on old way
serves php5-fpm restart
and all cache gone away .
Rating: 5 stars
Отличный плагин, значительно ускоряет работу вордпресса.
]]>Rating: 4 stars
Very happy with this plugin! Supports a lot of cache adapters, good admin panel. Lacks some advanced options found in W3 Total Cache, but fully usable as is!
]]>Rating: 5 stars
The best page cache out there! Just the right options and it really works!
Peter: I love the new upgrade to 1.6.1 with the filters embedded in the admin panel. It’s great how you listen to your users!
]]>Rating: 5 stars
For disk based caching, Hyper Cache has been my favorite (WP Super Cache and W3 Total have been useless beasts, especially with their insistence on the crappy idea of .htaccess
files, which Apache itself discourages.)
But for the truly busy sites where in-memory caches can be truly useful, this is superb. Nginx’s own memcached module really helped us. The “time to first byte” is superlative, and the rendering of the pages is now flying. Thanks!
]]>Rating: 5 stars
I’d like to help promote this plugin anyway I can. Its fast… super fast. I’m a bit tired of the W3-Total-Cache hype. Which, although it can be useful is almost always misconfigured and uses .htaccess, something which is a basic performance no-no.
So make the switch to WP-FFPC, you won’t regert it!
]]>Rating: 5 stars
I add the setting with Nginx, with CDN, our client says the site is unbelievable FAST!
]]>