[NEED HELP] Reduce the impact of third-party code

samwarez

Registered Member
Joined
Sep 17, 2015
Messages
88
Reaction score
32
How to Reduce the impact of third-party code? (I don't use wordpress )

2021-05-11 at 12-03-49.png
 
Just defer slightly those scripts (2 seconds or so) or call them onEvent (like mouse scroll or any other event other than onLoad).

Obviously this will affect your CTR because the ads will delay their loading, so users may see them a little late, but this is the only way to bypass this.
Unfortunatelly the ads seriously damage your pagespeed because they are heavy + they require multiple extra DNS loads from various domains (in this case, googlesyndication.com, googletagservices.com and doubleclick.net).
 
are you using plugin to put your ads code?
 
lazy loading can solve the problem,
you can that using wp rocket
 
Back
Top