Nic Jansma
Nic Jansma
We (Akamai) are seeing a similar issue with sites that have our mPulse product enabled, which includes JavaScript in the page's HTML that looks like this: ``` var a=["ak.bpcip","ak.cport","..."]; ```...
We'll keep this issue for Level 3 to decide how we can address some of the above confusion. We'd also like to build tests for all existing Level 2 behavior....
This would be incredibly helpful for things we're doing in Boomerang such as measuring SPA navigations and for calculating a RUM Time-To-Interactive.
Yeah when thinking through how we'd utilize these observers, all roads lead to the simplest operation of just always having two observers running (or a single one handling both events)....
Some thoughts on scenarios that a more accurate dependency tree could enable: * The data would enable a RUM version of the [RequestMap tool](http://requestmap.webperf.tools/) via @simonhearne * RUM tools could...
Both of those ideas (URL "rounding" to the host, or URL being hidden entirely) are great thoughts! My only concern is that some people may want to expose/capture full URLs,...
Yes, I'm happy to chat about it again at the next meeting
I did a [crawl](https://github.com/nicjansma/resourcetiming-visibility) of the Alexa 1K and split resources out into 4 categories: * Fully Visible: Available in ResourceTiming and have full timing information (same-origin or have TAO)...
For JS processing (parsing/executing) time, LongTasks might not capture the case unless it's over 50ms correct? It would be very useful to have stats on each JavaScript for the parsing...
One use case where having access to `Content-Type` would be useful is for analyzing file formats that may be "swapped out" transparently (and the URL doesn't change). For example, with...