Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1425756

    Hello Enfold team,
    We’re doing our best to deal with 502/504 errors on WP Engine. One area of improvement we are addressing is to identify heavy loads. We see quite a few of Avia framework items at the top of the list. Please review the autoload list here and let us know which are save to set to autoload = no. we will monitor after and flip if necessary to retain functionality.

    Thank you!
    See private

    #1425940

    Hey Julie,
    Thank you for your patience, typically the a element autoload options should not cause any issues or any 502/504 errors. I would recommend improving your server settings and not disabling the autoload options, because doing so will cause your site to increase the number of database queries required to load commonly used data.
    Nonetheless if you really want to disable the ones that start with av_alb_usage_av_ you could use this in your child theme functions.php for each one:

     update_option('av_alb_usage_av_catalogue', '', 'no');

    this example is for the for the catalog element.

    Best regards,
    Mike

    #1426177
    This reply has been marked as private.
    #1426193

    Hi,
    The ones that begin with “av_alb_usage_av_” are from the theme, in your screenshot most of yours are from the mailpoet plugins and from the core wordpress, I can’t recommend disabling any of those. When I check my site I only see 110 that start with av_alb_usage_av_ one for each element as in this post.
    To address your 502/504 errors first try to disable all of your plugins and then test them one at a time to find what is causing the errors. I would also recommend improving your server settings and not disabling the autoload options, because doing so will cause your site to increase the number of database queries which will slow that function of your site down.

    Best regards,
    Mike

    #1426195

    Thanks for your input, Mike. I appreciate your expertise. You’ve been helpful. I’ll keep at it. Close this ticket.
    j

    #1426198

    Hi,
    Very good, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Autoload = yes maintenance’ is closed to new replies.