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. +