Too many wc transients created in DB
-
My wp_options table has 5,000 rows to 148,000 rows in a matter of 8 days due to transients such as:
_transient_wc_rating_count
_transient_wc_average_rating_
_transient_timeout_wc_rating_count
_transient_timeout_wc_review_count
_transient_timeout_wc_average_ratingDatabase search shows that there are:
_transient_wc% = 70,940 total
_transient_timeout_wc% = 70,940 totalWhy are they increasing at such a high rate? Shouldn’t they be deleting themselves? When I click on delete expired transients button in WooCommerce system status, it only deletes a few, so they must not be expired.
This seems to have a big performance impact on the website so there’s gotta be a solution to prevent this.
- The topic ‘Too many wc transients created in DB’ is closed to new replies.