I'm creating a small extension to help with some site optimization I'm doing at work. I've got the basics of NetListeners from http://www.softwareishard.com/blog/firebug-tutorial/extending-firebug-net-panel-listener-part-viii/ but I need some slightly different functionality, and so far I haven't found any documentation. I just need to get a few pieces of information from netlistener, mainly the overall number of requests, load time, onload time, download size and cache size, and then post it using json to a file on my localhost.
I haven't been able to find any documentation on just getting some parts of the stream from netlistener. I know how to create a json request, and post it, but I can't figure out how to get those 5 things into the request. Can someone point me to some documentation on this, or give me some examples? Or does anyone have suggestions on creating this? -- 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.
