I really like the idea of the package, but I'm worried by its performance. composer install is very fast if everything if is in place, but only adding 1 phar via tooly composer install gets already delayed by a few seconds.
Expected behavior
composer install should stay fast and be done immediately if everything is in place
Actual behavior
composer installed gets delayed by multiple seconds. It looks like the tools downloads the phar just to verify the checksum.
Steps to reproduce actual behavior
- Configure the project for one phar
- Run composer install multiple times
Other information (e.g. version, os system, stacktraces, etc)
I used v1.2.2 with PHP7
I really like the idea of the package, but I'm worried by its performance. composer install is very fast if everything if is in place, but only adding 1 phar via tooly composer install gets already delayed by a few seconds.
Expected behavior
composer install should stay fast and be done immediately if everything is in place
Actual behavior
composer installed gets delayed by multiple seconds. It looks like the tools downloads the phar just to verify the checksum.
Steps to reproduce actual behavior
Other information (e.g. version, os system, stacktraces, etc)
I used v1.2.2 with PHP7