tags:

views:

43

answers:

0

I am currently using Sirprize's Basecamp API wrapper, as well as some of my own code, to access Basecamp. However, I am finding it really slow. Are there any methods for speeding this up?

I am using PHP 5.3 and my own code is taking advantage of CURL. I am getting projects, todo lists and todos from Basecamp and writing comments on to todo items.

Thanks, Aaron