I wonder how you retrieve the data from Firebug, but normally this is done using the HTTP Archive (HAR) format <http://www.softwareishard.com/blog/har-12-spec/>.
Note that Firebug is merged into the Firefox DevTools since Firefox 49.0 <https://blog.getfirebug.com/2016/06/07/unifying-firebug-firefox-devtools/> and Firebug 2 stops working once multi-process Firefox is enabled. Unfortunately the Firefox DevTools don't output the 'load' and 'DOMContentLoaded' events to HAR yet (see https://bugzil.la/1174091), which you need for your measurements, but this issue is actively worked on already. You may also be interested in the HAR Export Trigger <https://addons.mozilla.org/firefox/addon/har-export-trigger/> extension, which allows automatic export of the network request data (similar to NetExport for Firebug). Sebastian On 12 October 2016 at 16:04, <[email protected]> wrote: > Hello, > > I hope you are doing well. > > We represent a monitoring company that uses Firebug for showing a web page > net view in our monitoring. > Recently we have encountered an issue that we are not able to understand > and also explain to a customer. > On our Full page load monitor we can see very long loading time for > mentioned URL, but in the Net data > we can't see the resource that takes such long loading time. > http://screencast.com/t/J6xmJKEjV > Please see the attached files with exported net data in json format and > also in a CSV file. > Please help us understand why we are getting such a huge time for window > load event: example http://screencast.com/t/tuEdPAtyZfy > > Thanks in advance. > > > -- > You received this message because you are subscribed to the Google Groups > "Firebug" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/firebug. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/firebug/24db890b-e61f-4625-b22c-fdeea90750a7%40googlegroups.com > <https://groups.google.com/d/msgid/firebug/24db890b-e61f-4625-b22c-fdeea90750a7%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/firebug. To view this discussion on the web visit https://groups.google.com/d/msgid/firebug/CAERejNa2rF1gFmQH6f0iEf%2BYTBh_J7Gg_8-3a8Mppe4HoN%2BdeQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
