I have created an app that allows users to display images based on the filters they selected which is to be used on some tablets.
The data source I am currently using for testing is a table inside an excel document stored on my onedrive.
This table has a row for each image containing the path to the image also stored on onedrive and a couple categories used for sorting the images.
The images have each been shrunk to 200KB each to improve loading time. The total amount of images is about 1000 so about 200MB.
Now the app works but the loading of the images is slow. What can I do to improve loading time of these images?
I am using ClearCollect(PicCollection, Table1) on start of the app but I think it only caches the table and not the images themselves.
I recomend moving it all to sharepoint this will greatly speed up the process.
User | Count |
---|---|
254 | |
106 | |
95 | |
50 | |
39 |