DEV Community

Discussion on: Web performance for a Frontend developer

Collapse
 
xngwng profile image
Xing Wang

Yes, this article seems to focus on the "loading" performance of the website.

There is whole another bugs on how to keep your code itself performant, so it doesn't feel sluggish as you use it.

Collapse
 
mohandere profile image
Mohan Dere

Yes, that's about rendering performance. The goal is to remove render blocking code bloats and reduce overheads of main thread while first contentful paint. This can be achieved by setting and achieving performance budget.