DEV Community

Discussion on: How I Got My Website to Load in 1 Second

Collapse
 
jeremycmorgan profile image
Jeremy Morgan

Thanks! That's among my next steps. I am on the fence about lazy loading but I will be combining CSS and JS even further, as well as pushing some assets out to their own domain/CDN. Right now I'm very happy with Netlify's speed.

Collapse
 
talha131 profile image
Talha Mansoor

I will be combining CSS and JS even further

Please do write on it when you finish it. I picked some new tools from your post on image optimization, so I would love to pick new tips on combing CSS and JS.

as well as pushing some assets out to their own domain/CDN.

I am curious. Is it necessary? Doesn't Netlify CDN handles all the assets?