I have the main page of the application, which has significant problems when navigating the page. I finally narrowed down the problem by adding a static class that can be used to record trace information, and the time elapsed since debugging. I found that when this main page of the application moves (always through hardware or nav.goback ()) there is a delay of more than 4.5 seconds between the OnNavigatedTo and Loaded events. At this point, I see no other places in managed code where I can add trace instructions for further expansion.
Any suggestions for troubleshooting?
Roger source
share