• Resolved xberg

    (@xberg)


    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.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter xberg

    (@xberg)

    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

    (@creativemindssolutions)

    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/

    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.