FAForever/faf-moderator-client

Caching of avatar images

Closed this issue · 4 comments

Right now, scrolling through an avatar list invokes a reload of all visible avatar images. This is invoncenient especially on small bandwithed connections.

hi, i have currently a look on this item.
can anyone give me a raff estimate of the amount of items in the avatar images?
a possible solution can be a cache used at UrlImageViewTableCell with key=url of the avatar.

whats your oppinion on this?

Hi @basalt79 ,
we have ~250 avatar images. All images so far are 40x20 pixel PNG with ~3kb.

In theory it is possible that the image behind the url changes even though it's probably pretty rar. In this case the updateTime of the AvatarFX instances changes.

I am totally unfamiliar with JavaFX caching, so I'm open for all solutions.

hi @Brutus5000 , thx for the information. i will have a look on this.

fixed by 0eb0550