Product: PowerShell Universal
Version: 5.0.9
I have a fresh install of 5.0.9 in an Azure Web App and it is connected to an Azure SQL db. The load time for the Scripts page is between 14-20 seconds. All of the other pages load in a reasonable amount of time, but this one takes forever. We only have one script in there. The resource usage for both the web app and the azure sql db are minimal and are in the same region.
I stood up another 5.0.9 site in the same App Service Plan as the other and left the default SQLite backend. The Scripts page there loads in 1-3 seconds. Is there anything else I should check/test?