Hey all, I need to measure page load time on an automated realistic basis to get a handle on end user experience. I have rolled an extension that opens a socket and waits for commands to load a webpage then needs to return its total load time. I played with attaching an event listener for the load event to a window/document object, this works fine on simple pages, but more complex sites like techcrunch throw multiple load events, but the logic in Firebug seems to correctly handle these cases for measurement purposes. Is there a way for me to use Firebug's page load time measurement programatically without the UI elements? If not, can someone give me a pointer on how to measure the full page load time while dealing with these multiple load events?
Thanks! David -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
