Replies: 1 comment
-
Hi~ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
pnpm add
for a single package used to take <10s in v7. Now it's over a minute which makes it hard to work.I used the
--reporter=ndjson
to time how long each stage takes:Looks like these stages are the main culprits...although my way of timing may not be totally accurate. I'm just measuring the time between each message and a different type of message.
I already tried setting:
verify-store-integrity=false
Any guidance?
Is there a better way to time each stage?
I couldn't find any usage of
node:diagnostics_channel
orperformance.now
...Related: https://github.com/orgs/pnpm/discussions/3343
Beta Was this translation helpful? Give feedback.
All reactions