How to user rel:"preload" to Improve Pagespeed

ibnu aqil imron

Regular Member
Joined
May 17, 2019
Messages
251
Reaction score
93
several days ago i start to use adsense on my website, and suddenly the pagespeed is dropped, and as result, my traffic also drop significantly
Screenshot_129.jpg

it is just because the pagespeed.

then i start to learn how to make my website faster...

then after i search, the solution is to preload main content first,
what i preload is the font and critical javascript..

now the pagespeed is increasing again even though in google pagespeed is still red.
Screenshot_132.jpg




i try to open my website using 2 phones 4G, it open no more than 3 second, maybe below 2 second..

here is the preload i use
Screenshot_130.jpg



now i am waiting for the traffic, will it increase again or not...
 

Attachments

  • Screenshot_124.jpg
    Screenshot_124.jpg
    6.8 KB · Views: 80
You can use lazyload to handle pagespeed problems, but you have to be avare that this would lower the ad visibility.
Minimize your ads, only use those which bring you the most money.
 
You can use lazyload to handle pagespeed problems, but you have to be avare that this would lower the ad visibility.
Minimize your ads, only use those which bring you the most money.
yeah i do lazy load for my images, but i do not use it for my ads, it hurt the earning.
but somehow i find a way to make ads load little bit faster, with only using 1 async js only. it works fine..
 
Sounds like WordPress 5.4 will include lazy load by default.
 
Back
Top