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
Importing an entire collection should not feel like its hanging forever.
Actual Behavior
It seems like the process of getting all the components to import is VERY slow.
After that - the import process is rather fast. But together they are both slow.
Steps to Reproduce the Problem
bit import bit.utils/*
Specifications
Bit version: 14.1.2
Node version: 11.10.0
npm / yarn version: 6.7.0
Platform: macos
The text was updated successfully, but these errors were encountered:
performance. It took 166 seconds to complete. It has been fixed to reduce the round trips to the SSH. Now it takes 80 seconds. Among these 80 seconds, 60 seconds were used to install packages.
loader message. It kept showing 'listing remote components', even when it started to import. This has been fixed as well with the commit above.
…ons (#1851)
* fix#1710, improve bit-import performance when importing many components that have many versions by not traveling multiple times to the SSH
* fix the loader when importing with wildcards to indicate once the component list is ready and it started to import
Expected Behavior
Importing an entire collection should not feel like its hanging forever.
Actual Behavior
It seems like the process of getting all the components to import is VERY slow.
After that - the import process is rather fast. But together they are both slow.
Steps to Reproduce the Problem
bit import bit.utils/*
Specifications
The text was updated successfully, but these errors were encountered: