I can't provide request IDs for any deployment older than May 17th due to a drastic database schema update, but for the current deployment:
8lln5-1747623847644-f4475f9fad74: hard navigation so it's loading some layout data. Under External APIs there's an entry called "Data Cache" that gives the URL sfo1.suspense-cache.vercel-infra.com/ when clicking/copying.
What confuses me is that this route has 4 usages of "use cache". If these weren't being cached, there would be 8 extra external requests listed.
8mm9t-1747624272626-0cbbc8c94c63: this is a soft navigation and lists a "Data Cache" entry. If that entry wasn't being cached, there would be 3 more external requests.
Is this a case of all data cache usage being collapsed into a single "external APIs" entry?
If you're able to see the domain and everything, then a hard navigation to / will trigger two usages of "use cache". One revalidates every 75s, one every 4 hours.
edit: noticing now that my data cache bandwidth has stopped being reported as of May 17th and my revalidations have plummeted, when all I've done is replace unstable_cache usage with "use cache".