Hello,
Is it my imagination but is the API performing slow to the point of distraction. For my main page I retrieve a list of groups / galleries and collections. For each group / collection / gallery retrieved (there are four), am getting the title (as I am doing a title search). Once the relevant item has been found, I am listing the groups / collections / galleries within that (of which there is only one and again I am retrieving its title to see whether there's a match). Once I have retrieved this sub-collection, I list the photos within it and simply print out the titles. This whole operation takes 2 minutes. Why?
JUnit tests that I wrote about 6 months ago ran very quickly, but the same tests take forever now. The code of my JUnit tests has not changed nor has my internet connection (if anything it's got faster).
Are API calls being throttled?
Thanks,
Matthew