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.