Home Forums WoodMart support forum auto load cause 200mb data loading

auto load cause 200mb data loading

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #557349

    thomas-8605
    Participant

    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.
    #557376

    Artem Temos
    Keymaster

    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

    #557421

    thomas-8605
    Participant

    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

    #557511

    Artem Temos
    Keymaster

    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

Viewing 4 posts - 1 through 4 (of 4 total)