YahooArchive / boomerang

End user oriented web performance testing and beaconing
http://lognormal.github.com/boomerang/doc/
Other
1.18k stars 448 forks source link

IE 7 and 8, time done is not showing up #25

Closed dusanko1 closed 12 years ago

dusanko1 commented 12 years ago

Hi,

I have the code attached on the bottom. Basically copied from the help and your pages. It works fine in FireFox, but in IE it says that t_done is undefined, and it never shows me the time. I tried on IE 8 and IE7. The code is sitting inside of an MVC3 application w/ Razor. I included the entire page's code, just in case I'm doing something wrong..

@{ Layout = null; }

<!DOCTYPE html>

SomeOtherPage Page #2. ```

@(Html.ActionLink("Some Other Page", "SomeOtherPage")) ```
djscoutmaster commented 12 years ago

Ditto. Im seing the same issue. I would also add that im not getting the latency on IE8

bluesmoon commented 12 years ago

IE 7 and 8 don't have the navtiming api, so they need 2 pages to send a beacon. I run the code on my own server, and I see beacons coming in from IE6, 7, 8 and 9 although the majority are from 9, about 25% are from 8 and 10% from 7.

bluesmoon commented 12 years ago

Just confirmed that IE7 works as expected.

bluesmoon commented 12 years ago

verified that IE8 works as expected.