Title: Add support for transient / object cache?
Last modified: November 24, 2016

---

# Add support for transient / object cache?

 *  Resolved [xberg](https://wordpress.org/support/users/xberg/)
 * (@xberg)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/add-support-for-transient-object-cache/)
 * Hi,
    I purchased your pro version and would like to suggest an improvement (could
   be in all versions or pro only): make better usage of transients / object cache.
 * In every page CM Tooltip pro is making the same database requests. For instance:
 * SELECT wp_posts.ID
    FROM wp_posts WHERE 1=1 AND wp_posts.post_type = ‘glossary’
 * or
 * SELECT ID,post_title,post_name,post_content,post_excerpt,post_date,post_type
   
   FROM wp_posts WHERE ID IN
 * These should really be moved to object caching and only expired when a new entry
   is created or one is changed.
    I use persisitent object caching (redis / memcache)
   and would REALLY benefit from this. On every page your plugin is making 9 different
   database calls for content that almost never changes.
 * thanks!
    -  This topic was modified 9 years, 5 months ago by [xberg](https://wordpress.org/support/users/xberg/).

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

 *  Thread Starter [xberg](https://wordpress.org/support/users/xberg/)
 * (@xberg)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/add-support-for-transient-object-cache/#post-8476904)
 * Hi again,
    My wrong: I see that you do have a caching option. However because
   I enabled tooltip on a non standard WP page (it does not correspond to any custom
   post types) it never gets cached.
 * Would it be possible under the option:
    Highlight terms on given post types:
 * to also add the possibility that I type a post_id number (ie: 5522) so that tooltip
   works perfectly on this post as well?
 *  Plugin Author [CreativeMindsSolutions](https://wordpress.org/support/users/creativemindssolutions/)
 * (@creativemindssolutions)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/add-support-for-transient-object-cache/#post-8487867)
 * Hi xberg,
 * We heard you but we can only answer the Free Version topics here.
    If you’re 
   our customer you are welcome to open a support ticket here: [https://www.cminds.com/wordpress-plugin-customer-support-ticket/](https://www.cminds.com/wordpress-plugin-customer-support-ticket/)
 * Best,
    CM Plugins

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

The topic ‘Add support for transient / object cache?’ is closed to new replies.

 * ![](https://ps.w.org/enhanced-tooltipglossary/assets/icon-256x256.png?rev=2072169)
 * [CM Tooltip Glossary](https://wordpress.org/plugins/enhanced-tooltipglossary/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/enhanced-tooltipglossary/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/enhanced-tooltipglossary/)
 * [Active Topics](https://wordpress.org/support/plugin/enhanced-tooltipglossary/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/enhanced-tooltipglossary/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/enhanced-tooltipglossary/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [CreativeMindsSolutions](https://wordpress.org/support/users/creativemindssolutions/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/add-support-for-transient-object-cache/#post-8487867)
 * Status: resolved