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 INThese 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!
The topic ‘Add support for transient / object cache?’ is closed to new replies.