Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Installation of some libraries dramatically slower than alternative tooling

Aperta
#389 18 commenti 10 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
45/100
Tipo di issue
Bug
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
csharp

Direzione di ricerca

Start by running the listed npm, Bower, and LibMan cache-clean installation commands for ckeditor@4.6.2 and compare their timings. Trace the LibMan install path invoked by libman install --provider cdnjs --destination libman_libs/ckeditor; done means uncached installation is substantially closer to the alternative tooling times.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

P2
Functional impact

Does the bug result in any actual functional issue, if so, what?

If the library is cached, installation is quick enough. However, without libraries in cache, the performance of installing / restoring a library is dramatically slower than alternatives such as NPM and Bower.

Minimal repro steps

What is the smallest, simplest set of steps to reproduce the issue. If needed, provide a project that demonstrates the issue.

  1. mkdir libman-speed-test
  2. cd libman-speed-test/
  3. npm cache clean --force
  4. bower cache clean
  5. libman cache clean
  6. time npm install ckeditor@4.6.2
  7. time bower install ckeditor#4.6.2 --save
  8. time libman install ckeditor@4.6.2 --provider cdnjs --destination libman_libs/ckeditor
Expected result

What would you expect to happen if there wasn't a bug

LibMan should install / restore the specified library in an amount of time comparable to alternatives such as NPM and Bower.

Actual result

What is actually happening

With the above steps, installing the specified library takes:

  • NPM: 3.63s
  • Bower: 8.49s
  • LibMan: 2m47.92s
Further technical details

Optional, details of the root cause if known

Lingua principale
C#
Stelle
486
Fork
91
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di aspnet/LibraryManager

Tutte le issue di aspnet/LibraryManager

Issue simili

Altre issue su C#

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.