https://github.com/serhalp/netlify-cache-inspector
Netlify cache inspector: inspect & compare cache headers for requests to Netlify sites
https://github.com/serhalp/netlify-cache-inspector
http-cache netlify
Last synced: 11 months ago
JSON representation
Netlify cache inspector: inspect & compare cache headers for requests to Netlify sites
- Host: GitHub
- URL: https://github.com/serhalp/netlify-cache-inspector
- Owner: serhalp
- Created: 2024-09-13T14:45:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T16:19:15.000Z (11 months ago)
- Last Synced: 2025-02-18T17:26:29.779Z (11 months ago)
- Topics: http-cache, netlify
- Language: TypeScript
- Homepage: https://cache-inspector.netlify.app
- Size: 514 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netlify Cache Inspector
Utility web app for inspecting and comparing cache headers for requests to Netlify sites
## Development
Install dependencies:
```bash
pnpm install
```
### Dev Server
Start the development server on `http://localhost:3000`:
```bash
pnpm run dev
```
### Production build
Build the application for production:
```bash
pnpm run build
```
### Locally preview of a production build
```bash
pnpm run preview
```
## Deployment
This site deploys automatically to Netlify.