article thumbnail

Web Performance Bookshelf

Rigor

High Performance Images. Master the many facets of delivering high performance images on the internet—without adversely affecting site performance. Web Performance Collection. A collection of practical articles on front-end website performance for front-end developers. Web Performance Tuning.

article thumbnail

World’s Top Web Performance Leaders To Watch

Rigor

Patrick created the popular open source WebPageTest web performance measurement tool, runs the free instance of it at WebPageTest , and can frequently be found in its forums helping site owners understand and improve their website performance. Addy Osmani. Addy Osmani. Applications. Doug Sillars. Doug Sillars.

article thumbnail

Improving JavaScript Bundle Performance With Code-Splitting

Smashing Magazine

Like any file referenced and used on a website, it first needs to be downloaded from a server. Users can browse the Internet using slow and unreliable networks, so minification, optimization, and code-splitting of JavaScript files ensure that the user downloads the smallest file possible. import("path/to/myFunction.js").then((myFunction)

Code 89