> Now they want me to add to that how long
> the browser takes to render the page after it gets the data.

You can use the navigation timing API:

https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/NavigationTiming/Overview.html

We use this in conjuction with graphite and django-statsd to produce
graphs of hour long our sites takes to render.

http://blog.mozilla.org/webdev/2012/01/06/timing-amo-user-experience/

And some more links:

https://github.com/andymckay/django-statsd
http://django-statsd.readthedocs.org/en/latest/#front-end-timing-integration
http://graphite.wikidot.com/

Cheers.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to