Title: Continuously caching the same pages
Last modified: August 22, 2016

---

# Continuously caching the same pages

 *  Resolved [xberg](https://wordpress.org/support/users/xberg/)
 * (@xberg)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/continuously-caching-the-same-pages/)
 * Hi
    Hello
 * I migrated from an nginx to apache server. FFPC was working perfectly with nginx.
   
   I use APC with both configurations.
 * With apache it caches the pages, but each new visitor puts the page back into
   cache so there is no benefit. Nobody gets served a cached page and everybody 
   puts pages in cache 🙂
 * Cache duration is set to 15 minutes (900 sec)
 * I tried un installing and re-installing but no success.
 * thanks in advance for any help
 * [https://wordpress.org/plugins/wp-ffpc/](https://wordpress.org/plugins/wp-ffpc/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Thread Starter [xberg](https://wordpress.org/support/users/xberg/)
 * (@xberg)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/continuously-caching-the-same-pages/#post-5226749)
 * I moved from APC to PHP Memcache and it now works.
    This is strange though…
 *  Plugin Author [petermolnar](https://wordpress.org/support/users/cadeyrn/)
 * (@cadeyrn)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/continuously-caching-the-same-pages/#post-5226917)
 * Now that’s not an expected behaviour.
    My initial guess is that the rewrite engines
   works too different, but I’d take a look if you could please tell me the os, 
   the apache version and the apache config details you’re using.
 *  Plugin Author [petermolnar](https://wordpress.org/support/users/cadeyrn/)
 * (@cadeyrn)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/continuously-caching-the-same-pages/#post-5226918)
 * If you’re using 5.4 PHP, it’s a well-known issue that APC is marked unstable 
   there.
 * Use APCu and Opcache instead.
 *  Thread Starter [xberg](https://wordpress.org/support/users/xberg/)
 * (@xberg)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/continuously-caching-the-same-pages/#post-5226943)
 * Thanks. I will give it a try.
    Are APCu and Opcache 2 different things?
 *  Plugin Author [petermolnar](https://wordpress.org/support/users/cadeyrn/)
 * (@cadeyrn)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/continuously-caching-the-same-pages/#post-5226945)
 * opcache is caching compiled php automatically, apcu is in-memory, key-value user
   cache.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Continuously caching the same pages’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-ffpc_ffffff.svg)
 * [WP-FFPC](https://wordpress.org/plugins/wp-ffpc/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-ffpc/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-ffpc/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-ffpc/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-ffpc/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-ffpc/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [petermolnar](https://wordpress.org/support/users/cadeyrn/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/continuously-caching-the-same-pages/#post-5226945)
 * Status: resolved