From f77fbdc84ba3deb19a3cc3365567ae34199b3683 Mon Sep 17 00:00:00 2001 From: Lee Robinson Date: Thu, 26 May 2022 17:12:41 -0500 Subject: [PATCH] Update cli.md --- docs/api-reference/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-reference/cli.md b/docs/api-reference/cli.md index 29e6aa8ea15c1..e12c64561d163 100644 --- a/docs/api-reference/cli.md +++ b/docs/api-reference/cli.md @@ -48,7 +48,7 @@ NODE_OPTIONS='--inspect' next - **Size** – The number of assets downloaded when navigating to the page client-side. The size for each route only includes its dependencies. - **First Load JS** – The number of assets downloaded when visiting the page from the server. The amount of JS shared by all is shown as a separate metric. -The first load is indicated by green, yellow, or red. Aim for green for performant applications. +Both of these values are **compressed with gzip**. The first load is indicated by green, yellow, or red. Aim for green for performant applications. You can enable production profiling for React with the `--profile` flag in `next build`. This requires [Next.js 9.5](https://nextjs.org/blog/next-9-5):