router
router copied to clipboard
Improve docs about enabling invalidation for entity caching
✅ Docs preview ready
The preview is ready to be viewed. View the preview
File Changes
0 new, 1 changed, 0 removed
* graphos/routing/(latest)/performance/caching/entity.mdx
Build ID: 191d25a2c66f6b1e7f013f34
URL: https://www.apollographql.com/docs/deploy-preview/191d25a2c66f6b1e7f013f34
@bnjjj, please consider creating a changeset entry in /.changesets/. These instructions describe the process and tooling.
CI performance tests
- [ ] connectors-const - Connectors stress test that runs with a constant number of users
- [x] const - Basic stress test that runs with a constant number of users
- [ ] demand-control-instrumented - A copy of the step test, but with demand control monitoring and metrics enabled
- [ ] demand-control-uninstrumented - A copy of the step test, but with demand control monitoring enabled
- [ ] enhanced-signature - Enhanced signature enabled
- [ ] events - Stress test for events with a lot of users and deduplication ENABLED
- [ ] events_big_cap_high_rate - Stress test for events with a lot of users, deduplication enabled and high rate event with a big queue capacity
- [ ] events_big_cap_high_rate_callback - Stress test for events with a lot of users, deduplication enabled and high rate event with a big queue capacity using callback mode
- [ ] events_callback - Stress test for events with a lot of users and deduplication ENABLED in callback mode
- [ ] events_without_dedup - Stress test for events with a lot of users and deduplication DISABLED
- [ ] events_without_dedup_callback - Stress test for events with a lot of users and deduplication DISABLED using callback mode
- [ ] extended-reference-mode - Extended reference mode enabled
- [ ] large-request - Stress test with a 1 MB request payload
- [ ] no-tracing - Basic stress test, no tracing
- [ ] reload - Reload test over a long period of time at a constant rate of users
- [ ] step-jemalloc-tuning - Clone of the basic stress test for jemalloc tuning
- [ ] step-local-metrics - Field stats that are generated from the router rather than FTV1
- [ ] step-with-prometheus - A copy of the step test with the Prometheus metrics exporter enabled
- [x] step - Basic stress test that steps up the number of users over time
- [ ] xlarge-request - Stress test with 10 MB request payload
- [ ] xxlarge-request - Stress test with 100 MB request payload
@bnjjj — is this on your radar still?
✅ Docs preview ready
The preview is ready to be viewed. View the preview
File Changes
10 new, 46 changed, 19 removed
+ graphos/routing/(latest)/customization/rhai.mdx
+ graphos/routing/(latest)/customization/rhai-reference.mdx
+ graphos/routing/(latest)/operations/index.mdx
+ graphos/routing/(latest)/self-hosted/containerization/kubernetes/extensibility.mdx
+ graphos/routing/(latest)/self-hosted/containerization/kubernetes/metrics.mdx
+ graphos/routing/(latest)/self-hosted/containerization/kubernetes/other-considerations.mdx
+ graphos/routing/(latest)/self-hosted/containerization/kubernetes/quickstart.mdx
+ graphos/routing/(latest)/self-hosted/containerization/kubernetes.mdx
+ graphos/routing/(latest)/self-hosted/install.mdx
+ graphos/routing/(latest)/about-router.mdx
* graphos/routing/(latest)/cloud/dedicated.mdx
* graphos/routing/(latest)/cloud/subscriptions.mdx
* graphos/routing/(latest)/customization/coprocessor.mdx
* graphos/routing/(latest)/customization/custom-binary.mdx
* graphos/routing/(latest)/observability/telemetry/instrumentation/instruments.mdx
* graphos/routing/(latest)/observability/telemetry/instrumentation/events.mdx
* graphos/routing/(latest)/observability/telemetry/instrumentation/spans.mdx
* graphos/routing/(latest)/observability/telemetry/instrumentation/standard-instruments.mdx
* graphos/routing/(latest)/observability/telemetry/metrics-exporters/prometheus.mdx
* graphos/routing/(latest)/observability/telemetry/trace-exporters/overview.mdx
* graphos/routing/(latest)/observability/telemetry/trace-exporters/datadog.mdx
* graphos/routing/(latest)/observability/telemetry/trace-exporters/dynatrace.mdx
* graphos/routing/(latest)/observability/telemetry/trace-exporters/new-relic.mdx
* graphos/routing/(latest)/observability/telemetry/trace-exporters/jaeger.mdx
* graphos/routing/(latest)/observability/client-id-enforcement.mdx
* graphos/routing/(latest)/observability/debugging-subgraph-requests.mdx
* graphos/routing/(latest)/observability/index.mdx
* graphos/routing/(latest)/operations/subscriptions/api-gateway.mdx
* graphos/routing/(latest)/operations/defer.mdx
* graphos/routing/(latest)/operations/file-upload.mdx
* graphos/routing/(latest)/performance/caching/distributed.mdx
* graphos/routing/(latest)/performance/caching/entity.mdx
* graphos/routing/(latest)/performance/caching/in-memory.mdx
* graphos/routing/(latest)/performance/caching/index.mdx
* graphos/routing/(latest)/performance/query-batching.mdx
* graphos/routing/(latest)/query-planning/native-query-planner.mdx
* graphos/routing/(latest)/security/csrf.mdx
* graphos/routing/(latest)/security/demand-control.mdx
* graphos/routing/(latest)/security/jwt.mdx
* graphos/routing/(latest)/security/authorization.mdx
* graphos/routing/(latest)/security/subgraph-authentication.mdx
* graphos/routing/(latest)/security/persisted-queries.mdx
* graphos/routing/(latest)/security/request-limits.mdx
* graphos/routing/(latest)/security/router-authentication.mdx
* graphos/routing/(latest)/security/tls.mdx
* graphos/routing/(latest)/self-hosted/containerization/docker.mdx
* graphos/routing/(latest)/self-hosted/containerization/index.mdx
* graphos/routing/(latest)/self-hosted/index.mdx
* graphos/routing/(latest)/upgrade/from-router-v1.mdx
* graphos/routing/(latest)/graphos-reporting.mdx
* graphos/routing/(latest)/uplink.mdx
* graphos/routing/(latest)/request-lifecycle.mdx
* graphos/routing/(latest)/about-v2.mdx
* graphos/routing/(latest)/errors.mdx
* graphos/routing/(latest)/federation-version-support.mdx
* graphos/routing/(latest)/graphos-features.mdx
- graphos/routing/(latest)/configuration/overview.mdx
- graphos/routing/(latest)/configuration/envvars.mdx
- graphos/routing/(latest)/configuration/cli.mdx
- graphos/routing/(latest)/configuration/yaml.mdx
- graphos/routing/(latest)/customization/coprocessor/index.mdx
- graphos/routing/(latest)/customization/coprocessor/reference.mdx
- graphos/routing/(latest)/customization/rhai/index.mdx
- graphos/routing/(latest)/customization/rhai/reference.mdx
- graphos/routing/(latest)/operations/subscriptions/overview.mdx
- graphos/routing/(latest)/operations/subscriptions/configuration.mdx
- graphos/routing/(latest)/security/authorization-overview.mdx
- graphos/routing/(latest)/self-hosted/containerization/aws.mdx
- graphos/routing/(latest)/self-hosted/containerization/azure.mdx
- graphos/routing/(latest)/self-hosted/containerization/docker-router-only.mdx
- graphos/routing/(latest)/self-hosted/containerization/gcp.mdx
- graphos/routing/(latest)/changelog.mdx
- graphos/routing/(latest)/get-started.mdx
- graphos/routing/(latest)/license.mdx
- graphos/routing/(latest)/_sidebar.yaml
Build ID: f319177c465265748fbd1f8c
URL: https://www.apollographql.com/docs/deploy-preview/f319177c465265748fbd1f8c