Title: object cache
Last modified: April 4, 2021

---

# object cache

 *  Resolved [Fabricio10](https://wordpress.org/support/users/fabriciobarros10/)
 * (@fabriciobarros10)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/object-cache-9/)
 * I need to disable the object cache on the [https://mysite.com.br/dashboard/orders/](https://mysite.com.br/dashboard/orders/)

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

 *  Plugin Contributor [Marko Vasiljevic](https://wordpress.org/support/users/vmarko/)
 * (@vmarko)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/object-cache-9/#post-14275801)
 * Hello [@fabriciobarros10](https://wordpress.org/support/users/fabriciobarros10/)
 * Thank you for your question.
    In your wp-dashboard, go to Performance>General
   settings, scroll down to Object Cache sub-box, disable the Object Cache, save
   all settings and purge the cache. [](https://i0.wp.com/i.imgur.com/FDIIHfL.png?ssl=1)
   Thanks!
 *  Thread Starter [Fabricio10](https://wordpress.org/support/users/fabriciobarros10/)
 * (@fabriciobarros10)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/object-cache-9/#post-14276023)
 * [@vmarko](https://wordpress.org/support/users/vmarko/) preciso desativar em apenas
   uma pagina, não em todas
 *  Plugin Contributor [Marko Vasiljevic](https://wordpress.org/support/users/vmarko/)
 * (@vmarko)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/object-cache-9/#post-14277208)
 * Hello [@fabriciobarros10](https://wordpress.org/support/users/fabriciobarros10/)
 * W3 Total Cache does not have an option do disable Object Caching on a specific
   page. You can either add the objects to Non-persistent groups: in Performance
   >Object Cache, or add `define('DONOTCACHEOBJECT', true);` to a specific template
   that disables object cache for a given page.
    Thanks!
 *  Thread Starter [Fabricio10](https://wordpress.org/support/users/fabriciobarros10/)
 * (@fabriciobarros10)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/object-cache-9/#post-14280756)
 * [@vmarko](https://wordpress.org/support/users/vmarko/)
    I don’t understand, you
   need to be clearer, how can I do this? how do I know which group the page belongs
   to? the plugin documentation is insufficient.
 * The object cache is causing a bug in the order page transition, canceling the
   page change when clicked next. page 1, page 2, page ….
 * I need to disable it on the dashboard / orders / page of the dokan plugin
 *  Plugin Contributor [Marko Vasiljevic](https://wordpress.org/support/users/vmarko/)
 * (@vmarko)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/object-cache-9/#post-14281417)
 * Hello [@fabriciobarros10](https://wordpress.org/support/users/fabriciobarros10/)
 * Thank you for the info. I’ll try to be as clear as I can.
    In W3 Total Cache 
   there is no option to excuse a specific page from Object Cache. – adding `define('
   DONOTCACHEOBJECT', true);` means that you need to programmatically edit the templates
   of those pages and add the provided constant to avoid caching of those templates.–
   W3 Total Cache cannot know all the groups used by millions of plugins out there.
   So I would advise reaching out to the support of the mentioned dokan plugin and
   ask which groups need to be excluded from object caching. – As a side note, I
   am not sure if you are in a shared hosting or VPS. if you are on shared hosting,
   then RAM-based caching (Memcached or Redis) is likely to be unavailable for you.
   And disk-based caching is not that efficient. In other words, if you are on shared
   hosting, it’s recommended not to use Object caching.
 * Thanks!
 *  Thread Starter [Fabricio10](https://wordpress.org/support/users/fabriciobarros10/)
 * (@fabriciobarros10)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/object-cache-9/#post-14330245)
 * [@vmarko](https://wordpress.org/support/users/vmarko/)
    it didn’t work, I asked
   for help from the plugin to add the code but it didn’t work.
 * only on this page the error happens!
 * [https://wordpress.org/support/topic/cache-65/?#post-14315975](https://wordpress.org/support/topic/cache-65/?#post-14315975)
 *  Plugin Contributor [Marko Vasiljevic](https://wordpress.org/support/users/vmarko/)
 * (@vmarko)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/object-cache-9/#post-14334295)
 * Hello [@fabriciobarros10](https://wordpress.org/support/users/fabriciobarros10/)
 * It should be added to a template.
    If the culprit is the Oppbject Cache, you 
   should either add the groups to the mentioned field or define the provided constant
   in the template you are using for this. Please note that if you are using disk
   caching you should disable Object Cache. Thanks!

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

The topic ‘object cache’ is closed to new replies.

 * ![](https://ps.w.org/w3-total-cache/assets/icon-256x256.png?rev=1041806)
 * [W3 Total Cache](https://wordpress.org/plugins/w3-total-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/w3-total-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/w3-total-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/w3-total-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/w3-total-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/w3-total-cache/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Marko Vasiljevic](https://wordpress.org/support/users/vmarko/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/object-cache-9/#post-14334295)
 * Status: resolved