Shows the actual CDN bundle size - the initial load size when using CDN imports. If the CDN points to a bundle, this is the total bundle size. Unlike bundlephobia which shows minified+gzipped npm package sizes.
/:package
/:provider/:package
providers: jsdelivr, unpkg, skypack, esm.sh
Add ?refresh to bypass cache and fetch fresh data:
https://bulk.frustrated.dev/react?refresh
- Multiple CDN providers: jsDelivr, unpkg, Skypack, esm.sh
- Smart caching: Immutable versions cached for 1 year, latest for 1 hour
- Non-blocking telemetry: Monitor requests without impacting performance
- Force refresh: Bypass cache with
?refreshparameter - Cache versioning: Automatic cache invalidation on deployments
This service runs on Cloudflare Workers.
# Install dependencies
npm install
# Deploy
npx wrangler deploy
# Watch logs
npx wrangler tailMIT