Forum Replies Created
-
AuthorPosts
-
May 13, 2025 at 2:14 pm in reply to: Significant Site Slowdown Caused by avia_deep_decode Function in Enfold Theme #1484154
Hello,
Thank you for the clarification about get_bloginfo and wp_load_alloptions already using WP cache.
Following up on your suggestion to check for elements making callbacks to the server – I’m wondering if there’s a way to disable AJAX calls that might be impacting page load times?
We’ve noticed that avia_deep_decode and wp_load_alloptions are appearing in AJAX requests on our site. Is it safe to disable theme functionality within these particular AJAX calls, or would doing so potentially break site?
Best regards,
AndražApril 30, 2025 at 10:59 am in reply to: Significant Site Slowdown Caused by avia_deep_decode Function in Enfold Theme #1483397Checking up on whether this has been noticed.
April 24, 2025 at 5:37 pm in reply to: Significant Site Slowdown Caused by avia_deep_decode Function in Enfold Theme #1482213Thanks for this answer.
We’re unfortunately experiencing unusually large overhead due to that function and need to optimize it. New Relic is showing 15s+ loading times. Each call invokes wp_load_alloptions which seems redundant. Perhaps those can be saved as some variable or context.
I’m attaching a short loom video in the private content area going through New Relic.Our server resources are strong and we’re already using strong page caching, optimized images, etc. but we’re a high-traffic store and therefore wish to optimize even those instances.
Looking through New Relic, I’m noticing a humongous amount of calls to avia_deep_decode, which is okay. However, one redundant thing is within it, which calls get_bloginfo (and wp_load_alloptions). Tracing get_bloginfo, it only seems to retrieve the charset. Could that somehow be cached on a global level without the need for a function call?
I’m looking to learn if these can somehow be further optimized as to primarily reduce our expensive dedicated server load as well as improve cached performance.
Regards,
NevenSeptember 27, 2021 at 4:00 pm in reply to: Hotspot tooltip inconsistently displaying on iPhones #1322519Hi Yigit,
The “on mouse hover” setting does behave better than the “show on mouse hover – Hide on click” setting in that the tooltip doesn’t quickly vanish, so I’ve set both hotspot elements to “on mouse hover”. However, both elements are still problematic on my iPhones. They won’t activate unless I very precisely hit the center of the hotspot, which I can only do about 10% of the time. When I zoom in so that the hotspot is very large I can activate it every time. My guess is that the touch target (I’m not sure what that characteristic is really called) is somehow being set to very small pixel dimensions. It works fine on my Android phone though.
Thanks,
-Eric -
AuthorPosts