From 0f3d24cabcf652c230a092c05914fd623bd034db Mon Sep 17 00:00:00 2001 From: Braden Kopenkoskey Date: Mon, 9 Jun 2025 19:03:08 -0400 Subject: [PATCH] doc: Fix ID on Header on Performance Best Practices Page (#1945) fix: correctly link id to header Co-authored-by: shubham oulkar <91728992+ShubhamOulkar@users.noreply.github.com> --- en/advanced/best-practice-performance.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/en/advanced/best-practice-performance.md b/en/advanced/best-practice-performance.md index 23c122ee..f1b779dc 100644 --- a/en/advanced/best-practice-performance.md +++ b/en/advanced/best-practice-performance.md @@ -143,8 +143,7 @@ Additionally, using `uncaughtException` is officially recognized as [crude](http We also don't recommend using [domains](https://nodejs.org/api/domain.html). It generally doesn't solve the problem and is a deprecated module. -## Things to do in your environment / setup -{#in-environment} +## Things to do in your environment / setup {#in-environment} Here are some things you can do in your system environment to improve your app's performance: