-
_(discussed at TPAC 2016; rough notes and summary of discussed ideas below)_
- [Progressive Web Metrics](bit.ly/pwmetricsdeck)
- [Why First Paint as Web Perf API?](https://docs.google.com/document/d/1…
-
- [x] **Known / outstanding spec issues**
- [x] document [updates from L1](https://www.w3.org/2016/06/WebPerfWGroadmap.html)
- [x] **Web platform tests**
- https://github.com/w3c/web-platform-t…
-
_(discussed at TPAC 2016; rough notes and summary of discussed ideas below)_
User Timing provides a simple interface to create marks and measures. However, you can only customize the name, which li…
-
_(discussed at TPAC 2016; rough notes and summary of discussed ideas below)_
SPAs make automated monitoring tricky: with page navigations/reloads automated solutions have clear markers for start/fi…
-
Hello!
First of all, thank you very much for your work. I'm a proud patreon but sometimes, words count as much as money so, really, thanks.
The bug: when I open one of my lists with Refined Twit…
-
Start at either https://www.w3.org/TR/navigation-timing-2/#sec-PerformanceNavigationTiming or https://w3c.github.io/navigation-timing/#sec-PerformanceNavigationTiming and try to walk the ancestor inte…
-
Hi,
I need (for webperfs) to import a module only if a condition is met.
In the webpack [doc](https://webpack.js.org/guides/lazy-loading/) there is an example :
```
button.onclick = e => import…
ghost updated
6 years ago
-
Hello TAG!
This is early, but new [blink launch guidelines](https://www.chromium.org/blink/launching-features) include asking for TAG feedback early. At this stage I wouldn't recommend reviewing t…
-
At the Web Perf WG call today, it seemed that one of @toddreifsteck's more prominent hesitations revolved around the notion that Priority Hints might be trying to shift priorities among the many and d…
-
currently the recorder has the following model of a recorded session:
Scenario/Simulation (ScenarioDefinition)
Request (RequestElement)
Protocol/Headers (ProtocolDefinition/elsewhere)
It may benefit…