WooCommerce adds thousands of _transient_ Entries into WP_OPTIONS table?
noticed large number of _transient_ records in WP_OPTIONS table.
_transient_timeout_geoip_::1
_transient_geoip_::1
_transient_timeout_external_ip_address_::1
_transient_external_ip_address_::1
_transient_timeout_geoip_16.153.160.76
_transient_geoip_16.153.160.76
delete from `wp_options` where `option_name` like '%_transient_%'
SOURCE
Too many wc_sessions in WooCommerce?
n some cases, you can see that your wp_options table is growing too fast and is becoming huge because of WooCommerce....