Hi All,
We have developed Power Apps which connects to On-Premise SQL via Gateway.
-There is one table with 300+ records with 60 columns out of which only around 20 columns needs to be displayed in the Data Table
-There are 5 columns which we use to filter the data, for that separate dropdowns are present at the top
-Currently it takes 15 seconds to come to home screen, even after using Show Columns formula to display those 20 columns.
-Access control of currently logged in user is managed in SQL tables, which is checked each time Data Table loads.
-Few collections are created on screen load of Home Screen which are used in dropdowns of other screens.
Please suggest pointers for performance improvements.