From 1cee0b36dc9f048a4e34d96f87a5718ed8b21a6d Mon Sep 17 00:00:00 2001 From: dev-aly3n <79654879+dev-aly3n@users.noreply.github.com> Date: Thu, 25 Jan 2024 19:13:13 +0330 Subject: [PATCH] fix: broken link in frontend performance recommended guides (#5061) --- .../frontend-performance/content/recommended-guides.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/best-practices/frontend-performance/content/recommended-guides.md b/src/data/best-practices/frontend-performance/content/recommended-guides.md index 4df5849db..ae6dc0bf7 100644 --- a/src/data/best-practices/frontend-performance/content/recommended-guides.md +++ b/src/data/best-practices/frontend-performance/content/recommended-guides.md @@ -41,7 +41,7 @@ - [GPU accelerated JavaScript](https://gpu.rocks/#/) - [Introducing Partytown 🎉: Run Third-Party Scripts From a Web Worker](https://dev.to/adamdbradley/introducing-partytown-run-third-party-scripts-from-a-web-worker-2cnp) - [Astro: Astro is a fresh but familiar approach to building websites. Astro combines decades of proven performance best practices with the DX improvements of the component-oriented era. Use your favorite JavaScript framework and automatically ship the bare-minimum amount of JavaScript—by default.](https://docs.astro.build/getting-started/) -- [Minimising Layout and Layout thrashing for 60 FPS](https://www.charistheo.io/blog/2021/09/dom-reflow-and-layout-thrashing/) +- [Minimising Layout and Layout thrashing for 60 FPS](https://www.harrytheo.com/blog/2021/09/dom-reflow-and-layout-thrashing/) - [Does shadow DOM improve style performance?](https://nolanlawson.com/2021/08/15/does-shadow-dom-improve-style-performance/) - [Debugging memory leaks - HTTP 203](https://www.youtube.com/watch?v=YDU_3WdfkxA) - [Explore JavaScript Dependencies With Lighthouse Treemap](https://sia.codes/posts/lighthouse-treemap/)