Title: [Plugin: Tribe Object Cache] What&#039;s this plugin for?
Last modified: August 20, 2016

---

# [Plugin: Tribe Object Cache] What's this plugin for?

 *  [peter-a](https://wordpress.org/support/users/peter-a/)
 * (@peter-a)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-tribe-object-cache-whats-this-plugin-for/)
 * A very basic question: What is this plugin for? Is it for serving a cached version
   of my WordPress site to end users? Is it for caching the WordPress backend/admin
   environment for logged-in users? Or something else?
 * It’s possible I’m not an advanced enough user to be able to use this plugin, 
   but in any case, for laypeople it would be really helpful to have some more information
   about its purpose.
 * Thanks!
    Peter
 * [http://wordpress.org/extend/plugins/tribe-object-cache/](http://wordpress.org/extend/plugins/tribe-object-cache/)

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

 *  [jeff_](https://wordpress.org/support/users/jeff_/)
 * (@jeff_)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-tribe-object-cache-whats-this-plugin-for/#post-2911908)
 * Its about to cache objects that PHP creates during the computation in order to
   serve a page.
 * Everytime a page is asked, a bunch of operations are made (to retrieve datas 
   from database, titles, contents…) there is no need to do all those things everytime.
   This plugin allows WP to store all those things in memory and, doing so, serving
   pages more faster.
 * Its not serving cached html pages, it caches the elements that WP assembles to
   create an HTML page.
 *  [NanoG5](https://wordpress.org/support/users/nanog5/)
 * (@nanog5)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-tribe-object-cache-whats-this-plugin-for/#post-2911912)
 * Beside I can feel the pageload indeed faster, is there any method to verify whether
   it works or not?
    Thanks!
 *  [ramonjosegn](https://wordpress.org/support/users/ramonjosegn/)
 * (@ramonjosegn)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-tribe-object-cache-whats-this-plugin-for/#post-2911937)
 * is there any method to verify whether it works or not? i like me know too…
 *  [Ovidiu](https://wordpress.org/support/users/ovidiu/)
 * (@ovidiu)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/plugin-tribe-object-cache-whats-this-plugin-for/#post-2911940)
 * you could paste this into your footer.php (before the end of the HTML tag):
 * `<?php echo $wpdb->num_queries; ?> <?php _e('queries'); ?>. <?php timer_stop(
   1); ?> <?php _e('seconds'); ?>`
 * or use something more advanced like this: [http://www.viper007bond.com/2009/05/04/wordpress-code-snippet-output-advanced-page-generation-statistics/](http://www.viper007bond.com/2009/05/04/wordpress-code-snippet-output-advanced-page-generation-statistics/)
 * And you should be able to see the difference.

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

The topic ‘[Plugin: Tribe Object Cache] What's this plugin for?’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/tribe-object-cache_f1f6f8.svg)
 * [Tribe Object Cache](https://wordpress.org/plugins/tribe-object-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tribe-object-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tribe-object-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/tribe-object-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tribe-object-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tribe-object-cache/reviews/)

## Tags

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

 * 4 replies
 * 5 participants
 * Last reply from: [Ovidiu](https://wordpress.org/support/users/ovidiu/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/plugin-tribe-object-cache-whats-this-plugin-for/#post-2911940)
 * Status: not resolved