Tagged: autoload
-
AuthorPosts
-
November 16, 2023 at 1:49 pm #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 privateNovember 18, 2023 at 8:11 pm #1425940Hey 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,
MikeNovember 21, 2023 at 2:12 pm #1426177This reply has been marked as private.November 21, 2023 at 6:06 pm #1426193Hi,
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,
MikeNovember 21, 2023 at 6:13 pm #1426195Thanks for your input, Mike. I appreciate your expertise. You’ve been helpful. I’ll keep at it. Close this ticket.
jNovember 21, 2023 at 6:23 pm #1426198Hi,
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 -
AuthorPosts
- The topic ‘Autoload = yes maintenance’ is closed to new replies.