I have a couple of internal web applications that I would like to track their load times for certain web pages that they display. Most of the URLs are variations of the following.
1)
https://mydomain.com/folder1/actions...1=119&ID2=AB01
2)
https://mydomain.com/folder1/page1.jsp
When the page is requested there are a couple of servers that are contacted to get some information from and I would like to capture as much of the task durations as possible.
Is this something that could be done VBA. Any help would be greatly appreciated.