PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Large autoload footprint from BEAR

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

I’m optimizing a WooCommerce site that uses BEAR (WOOBE) and noticed a pretty big autoload footprint in wp_options coming from the plugin — roughly ~0.5 MB. Most of it looks like UI stuff: profiles/options, e.g.

  • woobe_options_*

  • woobe_profiles_*

  • woobe_shop_manager_visibility

  • other BEAR-related arrays

I’d like to keep total autoload under 1MB, so I’m planning to set these to autoload = no so they only load on BEAR admin screens.

Questions:

  1. Is it safe to switch these BEAR options to autoload = no? (Assuming they’re just for the BEAR admin UI and not needed on the front end.)

  2. Does BEAR (or an update/migration) ever flip them back to autoload=yes or recreate them with autoload on? If yes, any hook/setting to stop that so the change sticks?

Thanks!