article thumbnail

Refactoring CSS: Optimizing Size And Performance (Part 3)

Smashing Magazine

Regardless of how much the CSS codebase has been improved during the refactoring process and how much more maintainable and extendable it is, the final stylesheet needs to be optimized for the best possible performance and least possible file size. After all, users won’t wait around forever for the website to load. More after jump!

Media 109
article thumbnail

Improving JavaScript Bundle Performance With Code-Splitting

Smashing Magazine

Continue reading below ↓ Meet Smashing Online Workshops on front-end & UX , with practical takeaways, live sessions, video recordings and a friendly Q&A. Jump to online workshops ?. Performance Costs. JavaScript’s effect on performance consists of download, parsing and the execution costs. More after jump!

Code 89