One of the biggest bottlenecks for our program right now is fetching images
from Flickr. It would be very useful if we could cache at least the image
representations, for use in a next session. However, we should be careful,
because our cache database could easily blow up, with the number of images
we're fetching per query, and the number of queries we use.
Original issue reported on code.google.com by
swegn...@gmail.comon 12 Mar 2008 at 6:49