Router Performance Optimization
Caching
In-Memory Caching
Use in-memory LRU cache for generated query plans and automatic
persisted queries (APQ).
Go to In-Memory Caching
Distributed Caching
Share Redis-backed cache between router instances.
Go to Distributed Caching
Response Caching
Cache subgraph responses to improve query performance with Redis-backed entity-level caching.
Go to Response Caching