With cacheComponents: true and draftMode().isEnabled === true, every request blocks TTFB for ~1s even when the page has no awaits and the only data fetching is wrapped in <Suspense>.
simulateApi() sleep, even though the only fetch is inside a Suspense boundary.Tested on next@16.2.4 and next@16.3.0-canary.2.