DEV Community

Discussion on: The Web I Want

Collapse
 
quii profile image
Chris James

Hefty caching and CDN are great tools and mitigate the problems but the problem of CPU time running all that code doesn't go away.

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀 • Edited

I'd say that the perception of speed is far more important than actual fast code, cached or not. What your talking about is user experience after the fact. Keep calm and lazy load, defer and look at script attributes. Take charge and don't trust browsers. Until multiplexing http2 arrives that is.