pierrotsmnrd / grabKit

Drop-in iOS component to easily import photos from Facebook, FlickR, Instagram, Picasa, and more
Other
396 stars 89 forks source link

Picasa grabber: Could be faster ? #24

Closed fvisticot closed 11 years ago

fvisticot commented 11 years ago

I have made some tests and my feeling is that getting photos from Picasa can take some time... 16s on my iPad3 for 1000 photos

  1. Is it due to the huge quantitie of info returned by the server
  2. Is it due to XML parsing ? (I think picasa API is using XML not JSON)
  3. Is it possible to use json and improve speed ?
pierrotsmnrd commented 11 years ago

Hi.

Yes, Picasa is slow. but as you noticed, Picasa API is not using JSON, only XML feeds.

But how do you load 1000 photos ? Are you using the picker, or are you using grabkit as a lib and calling the grabbers manually ? If you use the picker : does it take 16 seconds to show all thumbnails from the first to the last, or ... ?

Thanks.

pierrotsmnrd commented 11 years ago

No answer since 2 months : ticket closed