- dotdev
- Posts
- Speed up Composer with prestissimo
Speed up Composer with prestissimo
prestissimo is a composer plugin that downloads packages in parallel to speed up the installation process. In their benchmark, they claim it takes an install from 288s -> 26s.
Installation is a simple composer require:
composer global require hirak/prestissimo
For more information on prestissimo check out the Github Repo.
Reply