# Resources


> CDN, browser timing, and CDNPulse setup links for teams measuring static asset delivery.




These links help with CDN performance tests and the browser timing data CDNPulse collects.

## CDNPulse setup

- [Quickstart](/docs/guides/quickstart/): create an app, configure timing headers, install the script, and check your first analytics.
- [Metrics Reference](/docs/reference/metrics-reference/): understand timing, transfer, and geographic metrics.
- [Using CDNPulse with AI Agents](/docs/guides/using-cdnpulse-with-ai-agents/): connect AI assistants through the MCP server, REST API, and Agent Skills.

## Browser timing

- [Resource Timing API](https://developer.mozilla.org/en-US/docs/Web/API/PerformanceResourceTiming): browser timing fields used to measure individual asset requests.
- [Timing-Allow-Origin](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Timing-Allow-Origin): response header required for detailed cross-origin timing data.

## CDN configuration

- [Cloudflare Cache Rules](https://developers.cloudflare.com/cache/how-to/cache-rules/): configure cache behavior and cache keys.
- [CloudFront cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html): control which query strings, headers, and cookies affect the cache key.
- [Fastly cache key customization](https://www.fastly.com/documentation/guides/full-site-delivery/caching/manipulating-the-cache-key/): adjust cache lookup behavior for measured assets.




