My Tickets flushing object cache
-
Hi, I use the redis object cache to speed up the site and I noticed that the redis object cache was not getting any stats. After some investigation it seems My Tickets is flushing it all the time.
Here is the stack trace for the flush being called4 /var/www/wordpress/wp-content/object-cache.php(149): WP_Object_Cache->flush() 5 /var/www/wordpress/wp-content/plugins/my-tickets/mt-cart-handler.php(632): wp_cache_flush() 6 /var/www/wordpress/wp-content/plugins/my-tickets/includes/data-utilities.php(140): mt_refresh_cache() 7 /var/www/wordpress/wp-content/plugins/my-tickets/includes/data-utilities.php(422): mt_delete_data(‘…’) 8 /var/www/wordpress/wp-includes/class-wp-hook.php(324): mt_is_cart_expired(”) 9 /var/www/wordpress/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) 10 /var/www/wordpress/wp-includes/plugin.php(517): WP_Hook->do_action(Array) 11 /var/www/wordpress/wp-settings.php(704): do_action(‘…’) 12 /var/www/wordpress/wp-config.php(80): require_once(‘…’) 13 /var/www/wordpress/wp-load.php(50): require_once(‘…’) 14 /var/www/wordpress/wp-blog-header.php(13): require_once(‘…’) 15 /var/www/wordpress/index.php(17): require(‘…’)
- You must be logged in to reply to this topic.