Improving Windows Store performance
Here are some basic tips for improving the performance of Windows Store applications:
- Perform the Microsoft Store app performance assessment: For information on how to do this, visit https://docs.microsoft.com/en-us/windows-hardware/test/assessments/microsoft-store-app-performance.
- Understand the Microsoft Store app performance assessment's Results: To help you understand the results of the Windows Store App Performance Assessment, visit https://docs.microsoft.com/en-us/windows-hardware/test/assessments/results-for-the-microsoft-store-app-performance-assessment
- Address the issues highlighted in the Microsoft Store app performance assessment results: The main areas to focus on are any that have issues highlighted in dark purple, followed by issues marked in medium purple. The primary metrics will be on Launch:Warm, Launch:Cold, Post Launch, Idle, and Suspend. You also need to pay attention to processor and storage usage, as well as processor and storage I/O delays, registry flushes, time accounting, missing symbols, long-running Deferred Procedure Calls (DPCs), and Interrupt Service Routines (ISRs) that can be perceived by the end user as performance issues.
In the next section, we'll learn how to improve performance with ASP.NET.