DEV Community

Discussion on: What it Takes to Render a Complex Web App in Milliseconds

Collapse
 
ben profile image
Ben Halpern

Yeah, the images are also served via CDN and optimized like crazy.

Collapse
 
antonfrattaroli profile image
Anton Frattaroli

I'd bet one could make a webpack module (or whatever they're called, I don't use it day-to-day) to inline images. I wonder if it would be faster... Intuition says faster for small images, slower for large ones.