| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
Doubling download speed?
From: <mail_at_sahneschuessel.com>
Date: Fri, 1 May 2009 13:43:07 -0700 (PDT)
Hi there
I just succeeded in doubling the speed of downloading the page http://www.nzz.ch/ by loading header and body in two steps instead of one. That means, I changed
$curl = curl_init();
into
$curl = curl_init();
The cURL info under php 4.3.11 is libcurl/7.12.0 OpenSSL/0.9.6g zlib/1.1.3.
It might be that my question is totally stupid, but anyways: do you have an idea why this could happen? Many thanks!
Best regards
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info