I am new to using firebug and am finding the feature to determine the response time of the GET/POST request incredibly useful. In one of the web pages there are > 50 web requests and it is difficult to analyse the response time and meausre the impact as I change the code. Is there a way that I can dump this information in a file
e.g.
Request Begin load time End load time
------- --------------------- -------------------
Thanks