From 51e7753ae95cce2f669831854967e5f692d57c13 Mon Sep 17 00:00:00 2001 From: Soobin Rho Date: Wed, 21 Jan 2026 13:46:02 -0600 Subject: [PATCH] docs: clearer wording performance common pitfalls (#45308) docs: clearer wording (performance common pitfalls) Signed-off-by: Soobin Rho --- docs/tutorial/performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/performance.md b/docs/tutorial/performance.md index bc470fc350..3abc25b305 100644 --- a/docs/tutorial/performance.md +++ b/docs/tutorial/performance.md @@ -60,7 +60,7 @@ at once, consider the [Chrome Tracing](https://www.chromium.org/developers/how-t ## Checklist: Performance recommendations Chances are that your app could be a little leaner, faster, and generally less -resource-hungry if you attempt these steps. +resource-hungry if you avoid the following common pitfalls. 1. [Carelessly including modules](#1-carelessly-including-modules) 2. [Loading and running code too soon](#2-loading-and-running-code-too-soon)