performance - Navigation Timing API showing Internet explorer (9+) loading pages faster than Chrome -
i using navigation timing api real user performance data visitors company's site. looking @ visitors use chrome, firefox, , ie 9+ , focusing on 2 main matrices of measurement:
page load => (loadeventend - navigationstart) , interactive => (dominteractive - navigationstart)
i have gathered lot of data , have noticed unexpected, ie9+ has lower page load , interactive times chrome , firefox. has else experienced this? ie set navigation timing events differently chrome and/or firefox? performance sites have looked @ chrome , firefox should faster @ loading pages ie. have looked on code , tested dozens of time ensure capturing data api correctly , appropriately storing in db. thoughts?
Comments
Post a Comment