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
Originally this was in #7468:
We backed off of it while we were rebuilding pacote's packument cache.
Now that that's done we can assess this in isolation. I think it makes
sense. The packument is cached here, all this is awaiting is
normalization and ssri calculation.
The only place this potentially does anything is in the premature
loading of manifests in `#buildDepStep` when looking at problem edges.
We can just wait till we need them and not throw a ton of requests in
parallel before we actually need them.
Removing the premature loading in problem edges will have to be a
separate effort, as it is somehow load bearing
0 commit comments