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

pull/5005/head
dev-aly3n 9 months ago committed by GitHub
parent 4a862241d3
commit 22f59c66f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/data/best-practices/frontend-performance/content/recommended-guides.md

@ -71,7 +71,7 @@
- [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/)
- [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)
- [jankfree](http://jankfree.org/)
- [What forces layout/reflow?](https://gist.github.com/paulirish/5d52fb081b3570c81e3a)

Loading…
Cancel
Save