Hi @PGT ,
To diagnose performance issues in ASP.NET Core, you could try to use the following tools: Visual Studio Diagnostic Tools or Application Insights. More information is available in Performance Diagnostic Tools
Currently i have no good idea about frequent used areas, if users click a button /scroll, how much time did it took to render.
I want numbers, not user feelings describing our site as those very between people.
For the button/scroll event, you could also use F12 developer Network or Performance features to check the page load or click event spend time.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best regards,
Dillion