Thumbnail loading performance enhancement
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Looks like the system creates images' thumbnail every time the page being loaded. It actually takes large resources for the process, and if the image is large enough(like 8K), the service actually freezes and user should have waited for the thumbnail creation process being completed.
Describe the solution you'd like A clear and concise description of what you want to happen.
Why should we create thumbnail every single page load? How about adding an option that enables saving Thumbnail data to storage? As soon as image being uploaded, Thumbnail creation process starts on background, and once it's done, no more resource-taking process required when loading page!
Additional context Add any other context or screenshots about the feature request here.