I have some speed issues regarding my netlify app.
It takes up to 11 seconds to load my page. Do someone know how to speed it up?
X-NF-Request-ID: 335f7b5d-4bd1-4c6c-ac4d-27250be9a683-2269980
https://staap-prod.netlify.app/
I have some speed issues regarding my netlify app.
It takes up to 11 seconds to load my page. Do someone know how to speed it up?
X-NF-Request-ID: 335f7b5d-4bd1-4c6c-ac4d-27250be9a683-2269980
https://staap-prod.netlify.app/
@lfkeong Welcome to the Netlify community.
Please help us help you by writing a good post!
All issues: Provide your Netlify site name (e.g. gifted-antelope-58b104.netlify.app).
DNS issues: Tell us your custom domain(s) (e.g. mycustomdomain.com). We can’t help if we don’t know your domain.
The better the post = the faster we can help!
Like what @gregraven mentioned about making your post detailed enough, the site domain and netlify domain would be useful here.
To blanket over some quick site performance advice, here is what I recommend:
Convert your images to webp.
Delete any unused javscript
Delete any unused css
Resize your images correctly
Check if any assets e.g. fonts/images are coming from elsewhere. Storing these assets locally will speed up your site.
These are just a few basic things to do when trying to increase performance.
I already provided my website as above in
https://staap-prod.netlify.app/
the site is slow even without using the custom domain
@lfkeong Sorry, I didn’t see the Netlify subdomain there.
Your site loads for me in 66ms or less, although there’s not much to see. TestMySite gives it a 98 out of 100 score, although GTMetrix does agree that it’s slow, citing the size of main.b7ba4cfd.js as one of the culprits.