Question
How do I troubleshoot the performance of my Akumina site?
Answer
In order to determine which direction to go in terms of tweaking the page lifecycle, you first must determine which steps may be acting up or not as performant as expected. These timings can vary based on tenant, site collection, latency between the user and the Azure hosting for App Manager, time of day, O365 performance, internet connection, etc.
Perform the following tasks in the browser:
- Disable the Graph feature in DigispaceConfigurationIDS_AK by setting EnableAzureAD to FALSE (this helps with reading the console more clearly)
- Open Developer Tools
- Navigate to the Console Tab
- Open the Akumina debug panel from the Akumina tray, and Refresh All (or type localStorage.clear() in the Console)
- Reload the page
- Filter the console for the keyword 'executing'
This article continues here: https://github.com/akumina/AkuminaDev/wiki/Akumina-Framework-Performance-Considerations#debugging-the-current-performance-of-the-framework