Re: First Example of Google Adwords API very very slow

2016-05-26 Thread gianluca . aec
Duplicate of https://groups.google.com/forum/#!topic/adwords-api/RUZ_xg7hHHY -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Api very slow

2016-05-26 Thread gianluca . aec
I found that the problem is in the curl call. My server Debian says: Curl Hostname was NOT found in DNS cacheSomeone says that the problem is the version of curl: see http://stackoverflow.com/questions/27093467/curl-hostname-was-not-found-in-dns-cache-error Adding: nameserver 127.0.0.1 to e

First Example of Google Adwords API very very slow

2016-05-25 Thread gianluca . aec
I tried to make a first example of GetCampaings.php as the guide said. It takes very long time to get my campaigns. The code slow are: 1. download the wsdl 2. GenerateHttpHeaders 3. __soapCall --> it's slow but request time is nice (about 200ms) It takes about 15 second to get 1 campaign (test).

Api very slow

2016-05-25 Thread gianluca . aec
I just tried the Example GetCampaign and it takes long (about 15 or 20 seconds). it takes long in: 1. WSDL download 2. HttpHeaders generation: GenerateHttpHeaders 3. __soapCall but responseTime is nice (200ms) and there arent connection issue. Please help me.. -- -- =~=~=~=~=~=~=~=~=~=~=~=