Skip to content
Discussion options

You must be logged in to vote

From email

It looks like the repo is using a default config. Each package needs to be packed, sent to Verdaccio, compared to the npm registry, merged with the manifest from npm, and finally stored. So, in general, the publishing times seem reasonable (using v9 won't change any of this).

Your explanation makes sense, that's a lot of extra network requests I was not thinking of.

We only run verdaccio in our CI to create test app builds as if they were built from the real npm registry. Because of this, we know a few things up front. We will always be publishing a version that doesn't already exist on npm and we never need to know other versions. I assume that's what those requests are doing.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@juanpicado
Comment options

@juanpicado
Comment options

Answer selected by snowystinger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants
Converted from issue

This discussion was converted from issue #6127 on August 14, 2026 15:18.