Replies: 0
Hi WooCommerce Support,

I’m experiencing an issue with transients in my WooCommerce store. I noticed that certain transients, such as _transient_wc_ptk_patterns, keep regenerating even after I set their autoload value to “no” in phpMyAdmin.
Here’s what I’ve tried so far:
- Manually setting
autoloadto “no” inwp_options. - Clearing transients via WooCommerce > Status > Tools.
- Running the SQL query: sqlCopierModifier
DELETE FROM wp_options WHERE option_name LIKE '_transient_%';But the transients keep coming back.
I’m concerned that this might be affecting performance since my site health is indicating a critical autoload error telling me that I have 1041 autoloaded options (size: 911 KB). Is there a way to prevent WooCommerce from recreating these transients or manage them properly?
Any insights would be greatly appreciated.
Thanks!