wrong result for firefox in xmlResult file

hi,

thank you for providing such a great tool!
I was tested the same URL by IE8 and firefox,then I compared the result in the xmlResult file. I found that something were diffrent from each other.

IE8: http://www.webpagetest.org/xmlResult.php?test=120806_ZZ_7YE
2716

but Firefox: http://www.webpagetest.org/xmlResult.php?test=120806_YF_80B
0

I think it is a bug, the result for firefox(maybe chrome) is wrong.
I found other different result such as …

Thank you very much for your help!

Regards,
wushi

Counting of the DOM elements hasn’t been implemented in the Chrome/Firefox agent which is why you’re seeing the difference.

Patrick,thanks so much for the response.
But, why it hasn’t been implemented in the Chrome/Firefox agent? Is it a bug, or what can I do to make it correctly?
I set up a private instance, and the same error happened neither…

Regards,
wushi

You’re welcome to provide a code patch that implements the support :slight_smile:

The Chrome extension is here: http://webpagetest.googlecode.com/svn/trunk/agent/browser/chrome/
The Firefox extension is here: http://webpagetest.googlecode.com/svn/trunk/agent/browser/firefox/
And the glue code that drives the browsers is here: http://webpagetest.googlecode.com/svn/trunk/agent/wpthook/

It hasn’t been implemented “yet”. It’s on the todo list but there are a fair number of features in the legacy IE agent that just haven’t been implemented yet in the newer agent (you’ll notice that Page Speed isn’t integrated either for example).

Is there a documentation or a process description for people to contribute to the agents ?

hi Patrick,

My question is the same as braincracking.
A documentation or a process description is warmly welcome.

Regards,
wushi

Process for actually contributing code or system architecture/process?

For contributing code you email me patch files and then after I’m comfortable that you’re comfortable with the code you can get commit rights.

As far as the system itself goes, there are some exceptionally-high-level diagrams here: https://sites.google.com/a/webpagetest.org/docs/system-design/overview with a lot of todo’s to create more docs. If there’s a particular area you’re interested in just let me know and I’ll force myself to start creating the docs :slight_smile: