I have an app which reads an excel file in my onedrive to determine a user's access level (1,2,3 or 4). The app also reads another excel file in my onedrive to get dropdown options for 4 dropdowns in a form. None of these are large files. The user file has about 200 rows. The dropdowns are about 10 options each.
The app takes over 4 minutes to load which is a no go at all. Is there a way to increase the performance?
Interestingly, it takes me under 1 minute but for everybody else, it is so slow that they abandon the app.