Plugin Author
Steve
(@steveatty)
Can you install this version:
http://wordbooker.tty.org.uk/wp-content/uploads/debugs/wordbookertimed.zip
And let me know when its in there so I can check things.
Plugin Author
Steve
(@steveatty)
You have serious problems connecting from your server to facebook:
‘Curl is available and can access Facebook – All is OK ( Response Time was : 42.728895902634 seconds )’
Hi,
Thanks for checking, thats realy weird, I get fast responses, directly from the console of my dedicated server.. isnt it possible that for example Curl is the culprit? Dont know much about Curl but I expect it is some kind of middleware??
h2050755.stratoserver.net login: root
Password:
root@h2050755:~# ping facebook.com
PING facebook.com (66.220.149.11) 56(84) bytes of data.
64 bytes from www-10-02-snc5.facebook.com (66.220.149.11): icmp_seq=1 ttl=246 time=171 ms
64 bytes from www-10-02-snc5.facebook.com (66.220.149.11): icmp_seq=2 ttl=246 time=171 ms
64 bytes from www-10-02-snc5.facebook.com (66.220.149.11): icmp_seq=3 ttl=246 time=172 ms
64 bytes from www-10-02-snc5.facebook.com (66.220.149.11): icmp_seq=4 ttl=246 time=171 ms
64 bytes from www-10-02-snc5.facebook.com (66.220.149.11): icmp_seq=5 ttl=246 time=171 ms
64 bytes from www-10-02-snc5.facebook.com (66.220.149.11): icmp_seq=6 ttl=246 time=171 ms
64 bytes from www-10-02-snc5.facebook.com (66.220.149.11): icmp_seq=7 ttl=246 time=171 ms
Thanks again/cheers!!
PS: Do I need to remove the other plugin and install original one?
I think this is the one!! I recently enabled IPV6!!
Will try it!!
http://pario.no/tag/ubuntu-oneiric/
Plugin Author
Steve
(@steveatty)
You’ll need to roll back to the last release if you want to get rid of the timing marks.
Curl is a lot more than pinging – its doing a http fetch.
We can try to work out what part of curl is slow – its just a single additiona line in the code. Do you want me to roll that into a new version for you?
Plugin Author
Steve
(@steveatty)
Ohhh – that is interesting!
YES!! That was it…! Known issue, Ubuntu with IPV6 enabled slows down curl http requests. Thanks again for your information.
Following this http://pario.no/tag/ubuntu-oneiric/ I fixed it (temporary! :-))
Cheers!!
Pim
Great, rolled back WordBooker, noticed it almost instantly loads the settings page, and as a bonus, the “syndication” plugin works also much faster (also using Curl..) 🙂
Plugin Author
Steve
(@steveatty)
It looks like you can add a line to the curl configuration
curl_setopt($c, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4 );
which means that you dont need to turn off IPV6 but that would have to be done on all apps running curl. I’m going to change Wordbooker and roll that change into it so its there.
Plugin Author
Steve
(@steveatty)
But I’m glad its all working….
Thanks! Thats even better… Its not for nothing then I already prepped my server with IPV6 🙂