I'm using the OpenCalais API to get tags/topics for URLs in a webapp I'm building on Google App Engine. GAE puts a 10 second limit on response times and I'm finding that 60-70% of links submitted to the OpenCalais API are not responding within that time limit.
Is this something that everyone is experiencing? If so what can we do to increase the response times?
I'm already pre-processing the sent HTML to clean up any scripts / css. I've also added the directive to not calculate relevance scores (which I was hoping would make things go faster).
Any ideas would be appreciated!
↧
Slow API reponse
↧