Hi All,
Not being of a programming or formulas background, I am calling upon the group for some inspiration/guidance please.
I built an App that functions as an image library. The images are stored in a SharePoint Document Library.
Users will have the ability to filter images based on different criteria.
Currently, the gallery calls upon SP to display all images, then the user can filter what they want to see. This is a terrible slow process as the images reload each time the user returns to the main screen.
At this time, there are under 40 images and there is a noticeable, almost painful, slow loading time for the images. And this makes sense to me. There are several megabytes that need to be transfered.
I'm looking for creative ideas of how to make the library a nice experience where the user does not need to wait for a collection to build or images to transfer to the application from SharePoint.
What would be a smart why of doing this?
Thank you All :-)