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
I'm not well versed with Composer at all, but would it be possible to switch to one of Prestissimo's async file downloaders if they are available? On my computer the scaffolding process takes 16sec. For reference, using prestissimo when downloading drupal-composer/drupal-project dependency packages.json files decreased the build step by 235sec.
The text was updated successfully, but these errors were encountered:
Seems Prestissimos CurlRemoteFilesystem isn't completely API compatible yet.
By hacking together a proof of concept, composer drupal-scaffold decreased from ~16 to 11sec by going async. If Prestissimo makes a full implementation of RemoteFilesystem, it would be a nice addition but in it's current state it's probably not worth the effort.
I'm not well versed with Composer at all, but would it be possible to switch to one of Prestissimo's async file downloaders if they are available? On my computer the scaffolding process takes 16sec. For reference, using
prestissimo
when downloadingdrupal-composer/drupal-project
dependencypackages.json
files decreased the build step by 235sec.The text was updated successfully, but these errors were encountered: