Web app load optimization

Please guys I need your help.

I am looking for suggestions on how to optimize the initial load of this Gridsome app https://dos-pwa.netlify.app/

All the images are hosted within the netlify app.

I’d recommend having fewer assets - when I watch your page load in the dev tools I see 380 separate requests to load 8.2Mbyte, just to load the homepage!

image

Reducing that number dramatically would be a best practice for any web page you want to load quickly :slight_smile:

Do you mean reduce the number of images on the home page?

Up to you what you reduce. That’s just a pretty high number of assets to load on a page you care about performance for :slight_smile:

Ok understood. I thought maybe there was a way to externalize the load the image assets somewhere more efficiently.

H