From a974be0e36021bbaf784ad99c310c14a6e55c27f Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Tue, 24 Nov 2020 11:50:51 -0800 Subject: [PATCH] Updated Performance (markdown) --- Performance.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Performance.md b/Performance.md index 0088b29..89b6d6e 100644 --- a/Performance.md +++ b/Performance.md @@ -1,3 +1,5 @@ +> Read carefully before you jump to conclusions on this page! 😄 + There are easy ways to configure TypeScript to ensure faster compilations and editing experiences. The earlier on these practices are adopted, the better. Beyond best-practices, there are some common techniques for investigating slow compilations/editing experiences, some common fixes, and some common ways of helping the TypeScript team investigate the issues as a last resort.