Prompt Details
Model
(claude-4-6-sonnet)
Token size
355
Example input
[app_type]: E-commerce marketplace
[routing_setup]: App Router
[hosting]: Vercel Edge + Serverless
[traffic_level]: ~120k DAU with seasonal spikes
[critical_flows]: Product pages, cart, checkout, payments
Example output
Executive Summary:
- Stale product data due to time-based ISR without tag revalidation.
- Auth-protected routes are cached at the CDN layer.
- fetch() cache defaults cause cross-user leakage risk.
- No-store missing on checkout routes.
- Cache purge on deploy is not automated.
Final Score: 60/100 – NO-GO
Fix first: enforce no-store on auth/checkout, move to tag-based revalidation, add deploy cache purge.
Or get it with Select10 Select prompts/mo — under $2 each
Learn moreBy purchasing this prompt, you agree to our terms of service
CLAUDE-4-6-SONNET
A focused audit prompt for reviewing caching, ISR, and revalidation strategies in production Next.js apps. It identifies stale data risks, cache invalidation traps, route segment caching issues, fetch cache misconfiguration, and CDN delivery gaps. The output includes a prioritized risk list, concrete fixes, safe revalidation patterns, and a pre-launch cache checklist to prevent stale content, auth leaks, and performance regressions in App Router or Pages Router setups.
...more
Added over 1 month ago
