Skip to content

Improve performance during composer install/update events #9

Description

@fago

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions