DEV Community

Discussion on: If you enable "lazy loading" in chrome://flags, your DEV browsing experience will be moderately more efficient πŸ˜„

 
ben profile image
Ben Halpern

Will do! We are lucky in this regard to have made some choices for scale early on because I was so hell-bent on performance. And perf and scaleability are highly correlated.

But scale absolutely makes changing things more of an orchestration. We can’t just flush the cache after a design change so easily. And it can be hard to account for how a new thing will work under load.

However, our scale is still pretty much chump change compared to some scale... so we’ll see about real scale in maybe a year.

But yeah, I can still write that post. πŸ˜„