On Mar 5, 5:54 pm, Michele <[email protected]> wrote:
> I'm creating a small extension to help with some site optimization I'm
> doing at work. I've got the basics of NetListeners 
> fromhttp://www.softwareishard.com/blog/firebug-tutorial/extending-firebug...
> 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.
You can take a look at NetExport extension that is exporting data
collected by the Net panel.
http://code.google.com/p/fbug/source/browse/#svn%2Fnetexport%2Fbranches%2Fnetexport0.8
(see harBuilder.js)

Btw. this extension could already do what you want (also automated
export)
Or perhaps we could enhance it with new features?

> I haven't been able to find any documentation on just getting some
> parts of the stream from netlistener.
by the stream, do you mean the response body?

Honza

> 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.

Reply via email to