From 99d6cf45f2917a7328af38b8f01aa290da5a0d44 Mon Sep 17 00:00:00 2001 From: piotrekwitkowski Date: Thu, 15 Aug 2024 17:02:44 +0100 Subject: [PATCH] Update apq.md and remove a link that is not working --- docs/source/performance/apq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/performance/apq.md b/docs/source/performance/apq.md index 092185f4e5b..f470be9fe18 100644 --- a/docs/source/performance/apq.md +++ b/docs/source/performance/apq.md @@ -179,7 +179,7 @@ If configured correctly, browser's dev tools should verify that queries are now ### Step 3: Set up a CDN -How exactly this works depends on exactly which CDN you chose. Configure your CDN to send requests to Apollo Server. Some CDNs may need to be specially configured to honor origin Cache-Control headers; for example, here is [Akamai's documentation on that setting](https://learn.akamai.com/en-us/webhelp/api-gateway/api-gateway-user-guide/GUID-7019E774-7A4D-44F9-A731-330F9780C34B.html). If all is well, cacheable queries should now be saved by the CDN. +How exactly this works depends on exactly which CDN you chose. Configure your CDN to send requests to Apollo Server. Some CDNs may need to be specially configured to honor origin Cache-Control headers. If all is well, cacheable queries should now be stored by the CDN. > Note that requests served directly by a CDN will not show up in the Studio dashboard.