Transient customer_bought_product problem
-
Hello Team,
I have a major problem with native transients created by woocommerce. They are the transient
_transient_wc_cbp_
and_transient_timeout_wc_cbp_
. I believe they are created in the wc-user-functions.php file on line 209.We have around 40 transactions per day, but it creates after a couple of weeks 100K’s of these transient lines in wp_options. Sometimes it flows over 1M lines, and every time I need to empty the transients by going to woocommerce > status > tools > clear transients, because the database gets easily over 500MB. The site becomes slow because of this. There are no cron issues, I already checked.
Why are these transients created and more important how do I avoid them?
With thanks,
Demian
- The topic ‘Transient customer_bought_product problem’ is closed to new replies.