Zohair-Ahmed / EECS3311M-Project

Software Project for EECS3311
0 stars 3 forks source link

[BUG] TBD - Image loading performance bottleneck #78

Open patrickdx opened 1 year ago

patrickdx commented 1 year ago

When looking at a book, the loading of the image from internet URL significantly slows down the application. This also creates a dependency on the server you are getting the images from.

Suggestion: Maybe cache the images after loading them once in some local storage. Also you can maybe compress / decrease the resolution of the image, in order to save space, which speeds up getting those images from the db.