Composer run slowly – Make it run faster

Tram Ho

Let’s talk about: “What’s the reasons that make composer run slowly?” and “How to make it run faster?“.

There’re 2 main reasons for this problem:

  • Download strategy is not good;
  • and Download speed is slow because of the server’s distance;

Download strategy

Thanks to hirak/prestissimo package, we can improve the download strategy become better.

This is a composer plugin that downloads packages in parallel to speed up the installation process.

Run command to install package:

Change mirror

You can found mirrors list in this page: https://packagist.org/mirrors. Choose a mirror near you and run command to change mirror.

Don’t worry about the command syntax. Because in each mirror page, they will provide you the command that you need to run.

Example: command for the Germany mirror will look like:

Conclusion

Hope that article could help you solve the problem: composer run slowly. Please let me know if you have any better solution.

You can read original post here: Composer run slowly – Make it run faster.

Share the news now

Source : Viblo