Best way to debug customization issues

You can use customization maintenance. Go to show Custom Data

Then you can access your custom code without having to load the screen.

My first guess is it’s all of the view notifications that you have. Those fire ALL the time, so it’s hitting them over and over again as stuff loads. If you get debugging going, then set a break on those functions, you can see how many times it hit’s those. It’s probably a LOT.