weblinks icon indicating copy to clipboard operation
weblinks copied to clipboard

make Drone.io execution more performant adding cache to composer packages

Open javigomez opened this issue 9 years ago • 0 comments

I have noticed that the first minutes of the build are dedicated to download all the composer require-dev files (https://github.com/joomla-extensions/weblinks/blob/master/composer.json#L13). Despite composer.lock file is tracked and we are doing 'composer install' (and not 'composer update) is still taking several minutes to download all. I'm creating this issue so we can check in the future for ways to improve performance in that area.

javigomez avatar Aug 24 '16 17:08 javigomez