Excessive DB size due to yith transients
-
I’m using the following plugins
YITH Infinite Scrolling
YITH WooCommerce Ajax Product FilterI noticed our DB was getting very slow, upon checking I found the size to be almost 10GB. After investigating I see that YITH is producing significant transient data in wp_options table… I cleaned this once by removing all yith entries and it went down to 39MB, but a couple of days later it is back again…
here is some data on current DB
SELECT COUNT(*) FROM
wp_options
WHEREoption_name
LIKE “%yith%”;count 178,657
SELECT ‘totalsize’ as name, ROUND(SUM(LENGTH(option_value))) as value FROM wp_options where
option_name
like ‘%yith%’;name value
totalsize 3437217447Can you please advice if this is a known issue?
- The topic ‘Excessive DB size due to yith transients’ is closed to new replies.