1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-10 11:14:09 +02:00

fix: replace broken link with a valid one in frontend performance (#5001)

This commit is contained in:
dev-aly3n
2024-01-09 11:45:17 +03:30
committed by GitHub
parent 4a862241d3
commit 22f59c66f0

View File

@@ -71,7 +71,7 @@
- [Idle Until Urgent](https://philipwalton.com/articles/idle-until-urgent/) - [Idle Until Urgent](https://philipwalton.com/articles/idle-until-urgent/)
- [Browser painting and considerations for web performance](https://css-tricks.com/browser-painting-and-considerations-for-web-performance/) - [Browser painting and considerations for web performance](https://css-tricks.com/browser-painting-and-considerations-for-web-performance/)
- [The Cost Of JavaScript In 2018](https://medium.com/@addyosmani/the-cost-of-javascript-in-2018-7d8950fbb5d4) ([Video](https://www.youtube.com/watch?v=i5R7giitymk)) - [The Cost Of JavaScript In 2018](https://medium.com/@addyosmani/the-cost-of-javascript-in-2018-7d8950fbb5d4) ([Video](https://www.youtube.com/watch?v=i5R7giitymk))
- [Examining Web Worker Performance](https://www.loxodrome.io/post/web-worker-performance/) - [Examining Web Worker Performance](https://www.jameslmilner.com/posts/web-worker-performance)
- [Front-End Performance Checklist](https://github.com/thedaviddias/Front-End-Performance-Checklist) - [Front-End Performance Checklist](https://github.com/thedaviddias/Front-End-Performance-Checklist)
- [jankfree](http://jankfree.org/) - [jankfree](http://jankfree.org/)
- [What forces layout/reflow?](https://gist.github.com/paulirish/5d52fb081b3570c81e3a) - [What forces layout/reflow?](https://gist.github.com/paulirish/5d52fb081b3570c81e3a)