Hello,
I’m using Ezoics Leap for speed optimization for android-user.de. To pass the WebVitals, I need to use the Script Delay function. But when I activate the Script Delay, the tagdiv menu needs round about 10 seconds that I can interact with it. Without Script Delay its 2 seconds.
Let me demonstrate this: https://youtu.be/a6Q-hs_TGZg
But I have an option to exclude some scripts from Script Delay. Is here a script for the menu that I can insert as an exclution?
You can try it by opening this url in a inkognito tab: https://www.android-user.de/?sitespeed_preview=133383
Thank you and best regards
Andre
-
This topic was modified 5 years by
celhil.
…but the server-side caching is still activated.
In the last 6 month I have migrated my website from Newsmag to Newspaper and I have optimized all 54k images. All images have webp pendants (currently not activated) and I have followed all your recommends (here in the forum) to improve the page speed.
But the problem is the LCP and FCP. I don’t know what I can do more to improve it to pass the web vitals.
I don’t have to use Ezoics Leap. I can also use wprocket or something else what you recommend.
Thanks
Andre
Hi,
On homepage I see that the core vitals are pass https://i.imgur.com/anuRdx9.png
Now what I can suggest is to make sure that you use a lazy-loading for images -> https://i.imgur.com/QdOfpbN.png also reducing unused JavaScript will help, for this I think that this guide can help you https://www.wordstream.com/blog/ws/2021/04/02/improve-core-web-vitals
Also those are all the js file that contain code for menu and mobile menu:
-> wp-content/plugins/td-cloud-library/assets/js/js_files_for_front.min.js
-> wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js
-> wp-content/plugins/td-composer/mobile/js/tagdiv_theme.min.js
-> wp-content/themes/Newspaper/includes/js/tagdiv-theme.min.js
-> wp-content/themes/Newspaper/includes/js/tagdiv-theme.js
Thank you!