Closed schmunk42 closed 4 years ago
Hm... I would like to think it's related to composer internals 😨
I first thought it would be related to optimize-with-installed-packages: false/true
, in a way that fxpio/cap would be using far less dependencies to analyze than with AP.
But it did not change the time/memory needed with fxpio/cap. I am also pretty clueless why this is happening.
That's because of:
"pattern-skip-version": "(-build|-patch)"
Some bower/npm packages have really huge number of build/patch releases.
I'm not sure if it's safe to remove these releases from asset-packagist completely.
@hiqsol Nice catch! Even without testing it, this should be the cause.
This is partially related to https://github.com/hiqdev/asset-packagist/issues/67 - in case you start working on this you might consider an URL like https://asset-packagist.org/bower-releases
to strip out the build & patch versions.
Stale issue message
The package list is from an educational project which tries to include as many Yii2 packages as possible, it might be useful for you as a benchmarking tool.
composer.json
All values with filled caches...
AP
fxpio/cap (for comparision)