Why is PHP Composer so slow?

前端 未结 13 2022
攒了一身酷
攒了一身酷 2021-01-29 19:03

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

13条回答
  •  无人共我
    2021-01-29 19:38

    Also, disable Xdebug. Xdebug can cause Composer to take minutes even when running a command as simple as composer --version.

提交回复
热议问题