We would like to measure how much time it takes the browser the get a resource from the network. so for example if my page loads 10 images and 4 scripts I would like to know how much time it took the browser to load those resources from the network.
writing a browser plugin might work, but it's forces us to write different tool for each browser..what else can we do?