From 4b439f4b2f7a3e6918bdd6f152dd3bdd5820947b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannick=20R=C3=B6dl?= <53003597+PlayAnyData@users.noreply.github.com> Date: Tue, 11 Mar 2025 07:35:07 +0100 Subject: [PATCH] docs(gateway): improve compression documentation (#6600) --- .../gateway/other-features/performance/compression.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/web/docs/src/content/gateway/other-features/performance/compression.mdx b/packages/web/docs/src/content/gateway/other-features/performance/compression.mdx index 97fa6bfdd..126ac48ee 100644 --- a/packages/web/docs/src/content/gateway/other-features/performance/compression.mdx +++ b/packages/web/docs/src/content/gateway/other-features/performance/compression.mdx @@ -240,3 +240,10 @@ export const gatewayConfig = defineConfig({ } }) ``` + + + Caution! +
+ Currently, activating compression between gateway and subgraph will also activate compression + between the client and the gateway. +