Compare the performance of local debugging with Docker debugging scenario.
Steps:
- Clone this repo
- Open the repo root with VS Code
- Restore the packages
- F5
- Find out the total time spend on the build t1 from OUTPUT window
- When page stop rendering, go to DEBUG OUTPUT window and find out the last message time tag which is the debug time t2
- Adds t1 and t2 will be the total E2E time