DEV Community

Discussion on: How we decreased load time by 40% by removing just 1 file

Collapse
 
xngwng profile image
Xing Wang

I recommend run your website through google's speed test, it will reveal a lot of things.
Things like the one you mentioned will be discovered immediately with no work.

developers.google.com/speed/

Collapse
 
mladenstojanovic profile image
Mladen Stojanovic

Have you tried webpagetest.org/ ? I think it is way better than google's speed test, gives a lot more stats!

Collapse
 
nektro profile image
Meghan (she/her)

The more tests the better! DevTools has great auditing tools as well!

Thread Thread
 
mladenstojanovic profile image
Mladen Stojanovic

Yessss, devtools are awesome!