darksworm / emojigun

custom emoji sharing tool
https://emojigun.com
GNU General Public License v3.0
0 stars 0 forks source link

Load images concurrently and cache them #61

Closed darksworm closed 4 years ago

darksworm commented 4 years ago

This adds concurrent image loading (on each new page images are loaded concurrently instead of one-by-one) and image caching - a maximum of 1000 images are cached, when that is exceeded, the cache is cleared.