Hi
I noticed my wp options table size increasing day by day approx 500mb to 1 GB,
when I look into the values I see a lot of these entries
_transient_timeout_wc_related_5482
_transient_wc_related_5482
_transient_timeout_wc_related_2779
every time I see an increase in size, I got to PHPMyAdmin and run this query
delete from
wp_optionswhere
option_namelike '%_transient_%'
and analyze and optimize the table to make it return to its correct size.
May I know what is causing this particular issue?
The page I need help with: [log in to see the link]