EvanHerman / yikes-inc-easy-custom-woocommerce-product-tabs

This plugin extends WooCommerce by adding new product meta field, and allowing users to generate as many custom product tabs as they please.
GNU General Public License v2.0
15 stars 7 forks source link

5.3 Mb of autoload option in my database... #154

Open jmslbam opened 2 years ago

jmslbam commented 2 years ago

Quit a surpise what I found here:

A client of mine had some issues with a bit of a slow webshop. Then I found this:

Screenshot 2022-09-23 at 15 44 39

That's 5.3 Mb of data in a record that being autoloaded. So I changed the autoload by hand in the database.

Don't know excatly how it came there,but I have a clue that 6.128 products that have been importered via WP All Import and that YITH addons, that something just grew like a mad-men.

Is there a trick to make this entry less big?

Kinds regards,

Jaime!

jmslbam commented 2 years ago

Maybe I could use pre_option_yikes_woo_reusable_products_tabs_applied filter so it returns an empty string :)