request logs show external requests that should be using data cache
Unanswered
Cuban Crocodile posted this in #help-forum
Cuban CrocodileOP
I have a fetch request that pulls landing page data. It is used in
I'm running 14.2.3 and the fetch queries have a next revalidate time applied to them.
generateMetadata and again for the main page component. Looking at the request logs, I can see that it is using the data cache, but there is also a request to the API. Are these logged but not actually included in the total execution duration? I have another query being cached to a different API, and that is not shown.I'm running 14.2.3 and the fetch queries have a next revalidate time applied to them.