Hello,
This is most likely a plugin conflict so please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Thank you!
My Mobile menu is taking a very long time to finally show. It acts as if it is not working then after like 3 minutes it comes across the screen if i just let it process. Is there a way to fix this. I disabled Jetpack as you mentioned in another reply to me thanks. https://www.davao.life
Hi,
@Rob576 Looks like there are a couple of images not found (404). These can slow down the loading speed of the website considerably. The mobile menu will be accessible as soon as the page is finished loading.
One of them is in then homepage, the thumbnail from a video in the playlist which was removed by YouTube
– https://www.screencast.com/t/BYOjOdhf
You could remove that video from the playlist.
The other image I believe it is set here – https://www.screencast.com/t/DJBJExyx6sc
Check there and remove/replace the image found there.
After doing this check if this improves the loading speed.
@Epic From what I can find online deferring jquery can break the website, the theme or plugins which depend on it being loaded early. For example in this guide it is recommended to exclude it from being deferred and keep loading it in the site’s header
– https://wpshout.com/make-site-faster-async-deferred-javascript-introducing-script_loader_tag/
Thanks