1.0 KiB
1.0 KiB
| id | title | status | candidateKinds | frameworks | priority | citations | maxBriefChars | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| next-fetch-revalidate-floor | Next.js fetch revalidation floor | active |
|
|
88 |
|
850 |
Investigation Brief
Next.js fetch options can set the route's effective cache floor. Low revalidate, revalidate: 0, or cache: 'no-store' can explain uncached traffic and excessive ISR work.
Evidence To Check
Inspect route-tree fetch calls. Compare route revalidation with per-fetch cache, next.revalidate, tags, dynamic APIs, and duplicated URLs with conflicting options.
Do Not Recommend When
Do not raise freshness windows for pricing, inventory, auth, draft, or user-specific data unless the source proves stale reads are acceptable.
Verification
Name the observed cache or ISR signal, the lowest cache setting that controls the route, and the exact fetch line to change.