Can someone help me fix this please?

EMAOneBillion

Senior Member
Joined
May 31, 2019
Messages
864
Reaction score
415
I keep trying to fix my WordPress speed and I can't find a way to make it work

upload_2020-5-22_19-40-52.png


upload_2020-5-22_19-41-14.png


How is this possible with so small requests and page size to have that loading time?

I guess the main problem would be 1.82 waiting time of the main URL (first request) but that most likely is caused by Elementor & Elementor Pro.. still if anyone has any suggestions how could I improve or how to debug stuff that it will make my day much better.

Second, if you see in the screenshot the time gasp between the Javascript file and Ads scripts?
Why the Adservice.google.ca / .com are calling so late after the JS is loaded?

However, in 7/10 cases the Javascript file is loaded almost instantly without the grey part from the waterfall. Like instead of 3s it would load in 100ms. But even when that happens the Ads scripts are called after 4-5 seconds from the Javascript...

Why is this happening? This is a huge problem since the First Contentful Paint is like in 1s but because the rest of the scripts are called with such a delay the full load is taking 10s instead of 2-3s.
 
Last edited by a moderator:
install plugin phastpress will solve all your problems even your baldness

also try tools.pingdom.com for some insights
 
send me real URL of your site in PM, i will evaluate where problems are.
 
Last edited:
My number 1 tip

Is the host

2nd use wp rocket. It is free here
 
Could be a combination of things.

Are you sure your hosting isn't slow af?

Are you using caching?

It looks like some js is blocking the rendering of some images. Are your script tags placed just above the closing body tag?

Check this article for some info about blocking js:
https://developers.google.com/speed/docs/insights/BlockingJS

I use the Vultr hosting and they are pretty good.
Also, I think there is a problem with the scripts and the way they are called but I don't know how to fx that

install plugin phastpress will solve all your problems even your baldness

also, try tools.pingdom.com for some insights

It didn't help too much. I have everything checked on both GTMetrix and Pingdom everything is green..

send me real URL of your site in PM, i will evaluate where problems are.

Thank you a lot man.. I have already sent you a PM.

My number 1 tip

Is the host

2nd use wp rocket. It is free here

WP Rocket didn't help too much... Autoptimize gives better results.
And as I said above I'm using Vultr so I don't think the hosting is the problem here.
 
Last edited:
I'd love to take a look at it as well. Are you sure your Vultr server has the necessary resources to handle loading your site quickly? Is it a large site?

I've managed to get a site on Wordpress to 99/99 in Google PageSpeed so I don't know everything but I'd love to show you what I'd do.
 
HTTP 2.0 should solve that
But is that minified file cached and stored as static file or generated on the fly when WP is loading?
 
If you guys figure it out in private, would you mind posting the results back here anyways?

I'd be interested in knowing what the problem(s) ended up being.
 
Back
Top