Title: Very slow with Objects Cache
Last modified: August 21, 2016

---

# Very slow with Objects Cache

 *  Resolved [ramonjosegn](https://wordpress.org/support/users/ramonjosegn/)
 * (@ramonjosegn)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/very-slow-with-objects-cache/)
 * Hello dear
 * After some days testing with TRIBE CACHE, running very very slow
 * I think the “object cache” option with some object cache plugin is no working
   fine for me
 * [https://wordpress.org/plugins/wp-performance-pack/](https://wordpress.org/plugins/wp-performance-pack/)

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

 *  Plugin Author [Bjoern](https://wordpress.org/support/users/greencp/)
 * (@greencp)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/very-slow-with-objects-cache/#post-4659381)
 * Which cache type do you use with tribe cache? Did it become gradually slower?
 * I’ll include some extra cache debugging in the next WPPP version. Maybe that 
   can help to identify the cause.
 * Edit: Maybe you are running out of cache memory. E.g. default cache Memory for
   APC is 32MB which is used up quite fast (you can use WP APC Panel plugin to check
   your cache memory). Translations can take up quite a lot cache memory, the way
   WPPP cach works right now.
 *  Thread Starter [ramonjosegn](https://wordpress.org/support/users/ramonjosegn/)
 * (@ramonjosegn)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/very-slow-with-objects-cache/#post-4659459)
 * Thanks for support
 * I consumptioin 50% of memory (abour 32 megabytes), no gradually slower, after
   installation I can see the worpdress amdin running very slow, I am testing with
   Cachify + Tribe Cache + WPPP, but today I testing a new plugin for cache [http://wordpress.org/plugins/bodi0s-easy-cache/](http://wordpress.org/plugins/bodi0s-easy-cache/)(
   in the next days I testing with some object cache plugin)
 * I think there is Xcache installed in the server hosting
 *  Plugin Author [Bjoern](https://wordpress.org/support/users/greencp/)
 * (@greencp)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/very-slow-with-objects-cache/#post-4659529)
 * I reworked caching and it now (version 0.9) uses way less cache space.
 * Directly after activating an object cache the first calls of your wordpress might
   be slower, as the cache Needs to be filled first (and since not only WPPP uses
   the cache, and caches like APC also cache PHP object code) this can take a while.
   The second time it should be faster. But the cache has to work. If something 
   is not working with the object cache itself, this will slow down your site, as
   data will be cached, but can’t be retrieved (which makes caching a useless overhead,
   like it would be if you use it without a persistent object cache).
 * If caching still slows down your site, try different caching options if available.
 *  Thread Starter [ramonjosegn](https://wordpress.org/support/users/ramonjosegn/)
 * (@ramonjosegn)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/very-slow-with-objects-cache/#post-4659536)
 * Ok, thanks for yor assistance
 * for the moment I am testing with cache APC deactive, I will test with another
   ACP plugin…
 * I change Cachify for the new “bodi0`s Easy cache” and works great with WPPP
 *  Thread Starter [ramonjosegn](https://wordpress.org/support/users/ramonjosegn/)
 * (@ramonjosegn)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/very-slow-with-objects-cache/#post-4659619)
 * After testing, in the administrador WordPress panel:
 * – the speed avarage is 10 seconds with Tribe cache installed
    – the speed avarage
   is 1 or 2 seconds without Tribe cache…
 * I think you should be create a Object Cache intregrated into WPPP plugin, I think
   there is the best solution for the future, the most objects plugins are abandoned
   and working very bad with the last WordPress version, showing a lot of errors
 * I can use
    define(‘WP_CACHE’, true); // Cache on define(‘ENABLE_CACHE’, true);//
   Cache on define(‘CACHE_EXPIRATION_TIME’, 604800); // Time in seconds, default
   is 900
 * in the wp-config or there is a bad idea or need a aditional arrangement for another
   plugin?

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

The topic ‘Very slow with Objects Cache’ is closed to new replies.

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

## Tags

 * [cache](https://wordpress.org/support/topic-tag/cache/)
 * [caching](https://wordpress.org/support/topic-tag/caching/)
 * [fast](https://wordpress.org/support/topic-tag/fast/)
 * [speed](https://wordpress.org/support/topic-tag/speed/)

 * 5 replies
 * 2 participants
 * Last reply from: [ramonjosegn](https://wordpress.org/support/users/ramonjosegn/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/very-slow-with-objects-cache/#post-4659619)
 * Status: resolved