next.js
e8742a47 - Eagerly Pass Implicit Tags (#71105)

Commit
1 year ago
Eagerly Pass Implicit Tags (#71105) The implicit tags set is the same for a whole page - typically. As soon as we have any cache read (tagged or not) we'll do it. Instead of computing the implicit tags every time we use it we now just compute it once up front and pass the same (immutable) instance through. We could in theory out this on the WorkStore but I think that might need to be shielded with multiple different types of renders in the same one. Another interesting case is whether or not the action scope should have implicit tags.
Author
Parents
Loading