Did https://pypi.python.org/pypi/ became huge and slow?

Miki Tebeka miki.tebeka at gmail.com
Tue Mar 10 07:12:08 EDT 2015


Greetings,

    $ time curl -I https://pypi.python.org/pypi/
    HTTP/1.1 200 OK
    Date: Tue, 10 Mar 2015 10:24:30 GMT
    ...
    Content-Length: 9870689
    curl -I https://pypi.python.org/pypi/  0.02s user 0.00s system 2% cpu 12.271 total
    $

Note the long time (for comparison hitting python.org takes 0.209 total) and the size (Content-Length).

Anything gone wrong or am I missing something?

Thanks,
--
Miki



More information about the Python-list mailing list