Re: Using the Navigation Timing API

You can get that information from ResourceTiming API. It is yet to be
implemented by most browsers.
http://dvcs.w3.org/hg/webperf/raw-file/tip/specs/ResourceTiming/Overview.html


On Thu, Jan 5, 2012 at 2:33 AM, Daniel Tahin <84squirrel84@a1.net> wrote:

> Dear web perf working group,
>
> i'm working in a project, that analyzes the download speed of a
> website and visualizes it in a simple graph. It uses the navigation timing
> api (http://dvcs.w3.org/hg/**webperf/raw-file/tip/specs/**
> NavigationTiming/Overview.html<http://dvcs.w3.org/hg/webperf/raw-file/tip/specs/NavigationTiming/Overview.html>
> **).
> I would like to ask you something. Is it possible with this api to
> query the download time of each image, css, javascript, ... too that is
> embedded in the main html document? (to make such a visualization
> like: http://www.webkit.org/blog-**files/inspector-resources-**panel.png<http://www.webkit.org/blog-files/inspector-resources-panel.png> or the timeline graph in Firebug)
>
> Thank you for your answer,
> Daniel
>
>
>

Received on Thursday, 5 January 2012 16:52:57 UTC