If a page is slow to load and I want to see the HTML, I would find the actual HTTP request in fiddler and grab the HTML that way.
Alternatively, the element inspector doesn't re-issue the request, but it will show the compiled HTML, so after DOM augmentation etc
If a page is slow to load and I want to see the HTML, I would find the actual HTTP request in fiddler and grab the HTML that way.
Alternatively, the element inspector doesn't re-issue the request, but it will show the compiled HTML, so after DOM augmentation etc