TJImageCache icon indicating copy to clipboard operation
TJImageCache copied to clipboard

Optimization from 34bcbea4 could be causing multiple loads of images

Open timonus opened this issue 3 years ago • 0 comments

Since the pending delegates for a given request are now "flushed" earlier (before predrawing/updating caches), additional delegates that request images in the meantime may lead to duplicate image loads instead of being joined with the ongoing request.

timonus avatar Sep 24 '20 13:09 timonus