I'm hosting a small php
based application on Google App Engine and cURL is taking time. Earlier, when I was hosting on a dedicated server stack (with apache), response time used to be less than 2 seconds. But when I moved to Google App Engine, it's slow, around 8-9 seconds.
I'd to enable curl lite
with a new php.ini
file to got it to work with cURL in the first place.
What do you suppose might be slowing it down?