Nic Jansma

Results 45 issues of Nic Jansma

This addresses a few issues around `workerStart` especially in the case of redirects: * `workerStart` needed to be added to the diagram https://github.com/w3c/navigation-timing/issues/128 (see screenshot below) * I've added a...

hackathon_15_09_20
hackathon_2020

https://wpt.fyi/results/resource-timing?label=master&label=experimental&aligned Filing bugs for failing tests: Safari: * [TAO related](https://bugs.webkit.org/show_bug.cgi?id=216540) * TAO-case-insensitive-null-opaque-origin.sub.html * TAO-crossorigin-port.sub.html * resource_TAO_multi_wildcard.html * resource_TAO_match_wildcard.htm * resource-reload-TAO.sub.html * nextHopProtocol-tao-protected.https.html * crossorigin-sandwich-TAO.sub.html * [ServiceWorker related](https://bugs.webkit.org/show_bug.cgi?id=216541) * workerStart-tao-protected.https.html *...

hackathon_15_09_20
hackathon_2020

I'd like to propose a way for cross-origin IFRAMEs to share their ResourceTiming data with their parent pages, if they choose. ## Background ResourceTiming is one of the cornerstones of...

enhancement
requires Fetch integration

There are a few concerns and questions with `initiatorType`. Some examples: * CSS files are included via `` tags so have a `initiatorType="link"`, which causes confusion since there is a...

As a followup to [recent changes](https://github.com/WICG/app-history/pull/125) for the [WICG App History proposal](https://github.com/WICG/app-history) to integrate it with the PerformanceTimeline, we discussed on a recent W3C WebPerf call what kind of API...

I'd like to discuss a method for registering a PerformanceObserver that would notify me of the observable entries from _all_ (same-origin) frames on the page, from the root frame plus...

I've removed all of the old code, and have updated the `README.md` to simply state: **All current Boomerang development is happening in the SOASTA repo:** https://github.com/SOASTA/boomerang/

Right now, I think this is the only spec that has PerformanceObserver support but not PerformanceTimeline support (see https://github.com/w3c/performance-timeline/issues/78). Is that intentional? Could we get this data in the Timeline,...

enhancement
requires-discussion

Addresses a few issues seen in calculating Time To Interactive (TTI) in the Continuity plugin. This PR refactors the TTI calculation code into a new function called `determineTti()` (so it's...

The `Memory` plugin's `init()` frequently shows up in JavaScript CPU profiles. While it doesn't take a long time, we can often see a few ms of activity. ![image](https://user-images.githubusercontent.com/1004649/34301414-7aea33e2-e6fa-11e7-801a-4046fdcff589.png) It appears...

performance
fixed-akamai