Apparently “use cache” doesn’t persist across builds so that’s a big cause for the many writes. Wonder if they’ll enable Data Cache for “use cache” later.
Might reduce use of generateStaticParams and use “use cache” more sparingly
Apparently “use cache” doesn’t persist across builds so that’s a big cause for the many writes. Wonder if they’ll enable Data Cache for “use cache” later.
Might reduce use of generateStaticParams and use “use cache” more sparingly
I've done `next build` twice in a row and try to compare the builds with an AI generated (obv) script. A bunch of `createServerReference` and `registerServerReference` diffs, so not sure if they count
I've done `next build` twice in a row and try to compare the builds with an AI generated (obv) script. A bunch of `createServerReference` and `registerServerReference` diffs, so not sure if they count
I'm wondering what kind of hell this is. Why am I spending time on this and why aren't there better tools
I'm wondering what kind of hell this is. Why am I spending time on this and why aren't there better tools