You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The suspense cache is currently a bit of a black box, customers don't know it's happening and cannot see if users are being served cached content.
I'd like for us to add a next-suspense-cache header which will have HIT/MISS/DYNAMIC (? e.g. disabled) so customers can know quickly and easily.
This diverges slightly from Next however, given the current black box behaviour and the fact customers keep running up against it I think it's more than fair to do this.
Additional Information
No response
Would you like to help?
Would you like to help implement this feature?
The text was updated successfully, but these errors were encountered:
Description
The suspense cache is currently a bit of a black box, customers don't know it's happening and cannot see if users are being served cached content.
I'd like for us to add a
next-suspense-cache
header which will haveHIT
/MISS
/DYNAMIC
(? e.g. disabled) so customers can know quickly and easily.This diverges slightly from Next however, given the current black box behaviour and the fact customers keep running up against it I think it's more than fair to do this.
Additional Information
No response
Would you like to help?
The text was updated successfully, but these errors were encountered: