Cache gravatars in source list
Reported by Justin Palmer | March 20th, 2008 @ 07:42 PM | in 0.9 (Euterpe)
The application can sometimes be unresponsive and slow if the gravatar service is loading slowly. Gravatar has a new url scheme that might work by using NSImage.imageWithReferenceURL.
Comments and changes to this ticket
-
Kevin Ballard March 21st, 2008 @ 06:35 PM
initByReferencingURL: doesn't do any async loading, it just defers loading until it's accessed. This would mean that it doesn't have to fetch images for commits until they're scrolled into view, but on the other hand it means scrolling would be really choppy.
We need to set up an worker thread to fetch these images and then inform the main thread when they're ready.
-
-
Justin Palmer March 22nd, 2008 @ 12:17 PM
- → State changed from new to resolved
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
