There is a SharePoint site called http://mySPSite.com. It normally gets fully downloaded at the client side with images, CSS and JavaScript files in 12 seconds. I want to monitor the complete request using PowerShell such that it simulates the download of all the pages, in exactly the same way as a browser would.
What would be an appropriate way to achieve this?