auto load cause 200mb data loading
-
We also have a massive auto load problem after enabled woodmart in our shop.
From the moment we enabled woodmart the auto load increase to 200MB autoload-data.
In next step we listed the autoloaded options in order of size using the following SQL command:
SELECT option_name, length(option_value) AS option_value_length FROM wp_options WHERE autoload=’yes’ ORDER BY option_value_length DESC;
Result:
Bigger/a lot of options/entries are created by woodmart.
My question is:
Coud you check the screenshot please and tell me which one from woodmart we can disable from autoload?
BR
Tommy
Attachments:
You must be
logged in to view attached files.
Hello,
Most of the mentioned records are not related to our theme. We have fixed a few autoload issues in our recent update. You can manually change autoload to false
for this item https://gyazo.com/3c7a8bff5b55aa7bc5f63f1a78402d84
Other items are loaded globally and need to have autoload set to true
.
Kind Regards
Hi,
we already using latest version of your plugin. And we already using your latest theme version.
So we need to wait for your next update?
BR
Tommy
Hello,
You need to manually change that particular option because it is already created and the autoload flag will be changed to false
only for those who import our dummy content after theme update.
Kind Regards