Daily Shaarli

All links of one day in a single page.

September 25, 2019

"Wikipedia's JavaScript initialisation on a budget", Timo Tijhof (@TimoTijhof)

Wikipedia reduceds the JS initial payload to fit within a budget of 28 KB. In total, the year-long effort is saving 4.3 Terabytes a day of bandwidth on our users' page views.

[Slides] "Performance… It’s for People!", Andy Davies (@andydavies)
thumbnail

This talk looks at our perception of performance, some of the issues and challenges with our current approach to designing and delivering fast experiences.
[…]
How we design, develop and deliver our pages determines our visitor's experience.

"Investigate animation performance with DevTools", Milica Mihajlija (@bibydigital)

To make sure your animations don’t cause performance issues, consider the impact of animating a given CSS property. Avoid layout recalculations and minimize repaints. Where you can, stick to changing transforms and opacity.