Skip to content

Commit

Permalink
Merge pull request #7921 from piotrekwitkowski/patch-2
Browse files Browse the repository at this point in the history
Update apq.md and remove a link that is not working
  • Loading branch information
Meschreiber authored Aug 15, 2024
2 parents 38fe427 + 99d6cf4 commit 3abb490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/performance/apq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3abb490

Please sign in to comment.