Automatic Persisted Queries (SISL fork)
Apollo-compatible Automatic Persisted Queries for Magento 2 GraphQL — the front sends a SHA-256 hash instead of the full query: smaller payloads and GET-cacheable requests. Runs on 2.4.9.
Headless fronts (Apollo Client) tend to send the same long GraphQL queries over and over. Automatic Persisted Queries replace them with a short SHA-256 hash: the full query is sent once and cached, and later requests carry only the hash. The result is a smaller payload and GET-able requests that a CDN can cache.
This is a maintained fork of the abandoned danslo/…automatic-persisted-queries. Besides making it run on 2.4.9 / PHP 8.4, we fixed a real bug in the original — a missing etc/acl.xml that made the admin config section inaccessible. The full APQ handshake is verified by test. Install via VCS + dev-main.