Tagged: Performance optimization
I’m experiencing major performance issues on a WordPress site I’m working on that runs the Enfold theme. When analyzing performance diagnostics with New Relic, I consistently see the avia_deep_decode function appearing as a bottleneck.
Details:
Questions:
Additional Information:
I’ve examined the comment above the avia_get_option function (\wp-content\themes\enfold\framework\php\function-set-avia-frontend.php) which has a $decode argument that is supposed to be false by default, however currently it is set to default to true. I’d like to know if setting this parameter to false would be a safe approach to improve performance, as it would bypass the avia_deep_decode function that’s causing the slowdown.
Are there specific scenarios where decoding is absolutely necessary?
Any guidance would be greatly appreciated as I’m trying to improve the site’s speed without compromising functionality.
Thank you!
Hey ericdkolb,
Thank you for your inquiry. This has been answered in the previous thread: https://kriesi.at/support/topic/significant-site-slowdown-caused-by-avia_deep_decode-function-in-enfold-theme/#post-1480265
Best regards,
Ismael