Skip to content

Commit 19b2807

Browse files
committed
docs: fix typo in automatic-persisted-queries anchor.
1 parent ed14dbf commit 19b2807

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/guides/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A common challenge that developers experience as they build products is how quic
77

88
This guide details some practices around enhancing network performance which will help bring data closer to your clients.
99

10-
<h2 id="automatic-persisted-queried">Automatic Persisted Queries</h2>
10+
<h2 id="automatic-persisted-queries">Automatic Persisted Queries</h2>
1111

1212
The size of individual GraphQL query strings can be a major pain point. Apollo Server allows implements Automatic Persisted Queries (APQ), a technique that greatly improves network performance for GraphQL with zero build-time configuration. A persisted query is a ID or hash that can be sent to the server instead of the entire GraphQL query string. This smaller signature reduces bandwidth utilization and speeds up client loading times. Persisted queries are especially nice paired with GET requests, enabling the browser cache and [integration with a CDN](#get).
1313

0 commit comments

Comments
 (0)