Replies: 0
https://paste.pics/b9cd8f1f2d578dec5aac106640facba4
please check the above image
Firstly I don’t know why it takes 1.64s to load the Page itself.. is there a way I can optimize that or just depends on the host speed.
Secondly, the first 5 requests are the main .css and .js files, and all of them are almost loaded instantly which is good.
But I don’t know why all other requests (most of them are images and Ads scripts) are called so late… shouldn’t they be called immediately after the core scripts are loaded? How can I make that happens? And is it a good idea?
Also, many images are only displayed when you move the cursor on a page element so I think it would be much better If these images are not loaded during the first call and only on hover. How can I make that happens?
I’m using Cloudflare
Thank you so much!