How do I increase the Composer's speed?

I set the HTTP_PROXY environment variable which points to a proxy server where Composer performs faster:

export HTTP_PROXY="http://username:password@webproxy.com:port"

stackoverflow.com/a/25934627