Oversize wp_options autoload row – et_studio_data how to fix?

This topic has 21 replies, 2 voices, and was last updated 1 years, 10 months ago ago by Olga Barlow

  • Avatar: bnourse
    bnourse
    Participant
    June 8, 2022 at 21:46

    Hello,
    We are doing some database cleanup and our developer has turned up an oversize autoload row in our wp_options (see screenshot below). It seems to contain the XStore demo templates. Our developer states:

    “This is an oversized wp_options autoload row. It contains templates from XStore. They should offer a way to remove or set it to not autoload such a huge payload 10x a maximum row size. Wastes RAM. Causes object caching key rejections.”

    Can you please advise how we can fix this??

    Oversize Autoload Row ET Studio Data

    Thanks for your assistance.

    20 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 9, 2022 at 09:58

    Hello,

    System loads that only if you click the XStore Studio icon to import studio sections. Anyway, provide us with WP Dashboard and FTP access to your site and we’ll disable autoloading.

    Regards

    Avatar: bnourse
    bnourse
    Participant
    June 9, 2022 at 12:39

    Hello,
    That would be appreciated. Please let me know what you have changed, so I can adjust in the future if needbe.
    Thank you for your assistance.
    Ben

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 9, 2022 at 14:58

    Hello,

    Thank you. I have passed the issue to our developers. I’ll inform you once they fix the problem.

    Regards

    Avatar: bnourse
    bnourse
    Participant
    June 10, 2022 at 00:26

    Thank you for your help with this. I’ll watch for your message back.

    Ben

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 10, 2022 at 10:32

    Hello,

    Yes, sure. We need 1-2 days for this.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 13, 2022 at 10:40

    Hello,

    Fixed. Check now, please.

    Regards

    Avatar: bnourse
    bnourse
    Participant
    June 13, 2022 at 13:47

    Good morning,
    Still seems to be there……XStore et_studio_data autoload
    Please advise.

    Avatar: bnourse
    bnourse
    Participant
    June 13, 2022 at 13:55

    This is the query:
    SELECT
    ‘Autoload KB’ as name, ROUND( SUM( LENGTH( option_value ) ) / 1024 ) as size, null as autoload
    FROM wp_qfda_options
    WHERE autoload = ‘yes’
    UNION
    SELECT ‘Autoload count’, count( * ), null as autoload
    FROM wp_qfda_options
    WHERE autoload = ‘yes’
    UNION (
    SELECT option_name, length( option_value ), autoload
    FROM wp_qfda_options
    WHERE autoload = ‘yes’
    ORDER BY length( option_value ) DESC
    LIMIT 20
    )
    UNION (
    SELECT option_name, length( option_value ), autoload
    FROM wp_qfda_options
    WHERE autoload = ‘no’
    ORDER BY length( option_value ) DESC
    LIMIT 20
    )

    Avatar: bnourse
    bnourse
    Participant
    June 13, 2022 at 14:05

    also wondering about “et_multiple_single_product” is that a needed autoload row? I understand some may be necessary for plugin performance.

    Avatar: bnourse
    bnourse
    Participant
    June 14, 2022 at 14:12

    Good morning,
    Any progress with this??
    FYI we are trying to get decrease our autoloads, and that et_studio_data is a big one. Our hosting provider, WP Engine recommends keeping autoloads to less than 800K for object caching to work properly: https://wpengine.com/support/wp-engines-object-caching/
    We have had to disable object caching until we can get our autoloads reduced.

    Thanks for all of your help.
    Ben

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 15, 2022 at 14:45

    Hello,

    Sorry for the delay in answering. Could you, please, provide us with phpMyAdmin access to your DB. We need to make code improvements and check if that works.

    Regards

    Avatar: bnourse
    bnourse
    Participant
    June 15, 2022 at 15:13

    Good morning,
    I will need to set you up as a user on our WP Engine account. Can you please provide email address to send the invitation?
    Thanks,
    Ben

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 15, 2022 at 15:30

    Hello,

    It redirects us to this form https://prnt.sc/O0wiGGxJdOGX
    What credentials should we use there?

    Regards

    Avatar: bnourse
    bnourse
    Participant
    June 15, 2022 at 15:45

    I believe that you must set your own password to access this. Please provide me with an email address so that I can have an invitation sent to you, so you can establish credential.
    Ben

    Avatar: bnourse
    bnourse
    Participant
    June 15, 2022 at 16:09

    OK, lets’s do it like this. I have established credential for you.

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 16, 2022 at 10:28

    Hello,

    Check autoload now.

    Regards

    Avatar: bnourse
    bnourse
    Participant
    June 16, 2022 at 13:25

    Good morning,
    The large row is gone – thank you!
    Can you tell me, with this change persist in future releases of the theme?
    Regards,
    Ben

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 16, 2022 at 14:30

    Hello,

    Yes. We’ll disable autoload for the studio in the next update.

    Regards

    Avatar: bnourse
    bnourse
    Participant
    June 16, 2022 at 14:55

    Hello,
    Perfect! Thank you for your help taking care of this!
    We appreciate the support.
    Regards,
    Ben

  • 1 2
    Viewing 20 results - 1 through 20 (of 21 total)

The issue related to '‘Oversize wp_options autoload row – et_studio_data how to fix?’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.