Why is PHP Composer so slow when all I do is init a project with zero dependencies? Here are the commands I run:
composer init
Best way to find out is running composer update/install with verbosity. composer {install/update} -vvv. Using the flag -h may help you in the future