-
I just got this when running tests locally (on Android):
```
FAILED: AllTests.Fuse.Controls.Test.PageControlTest.ActiveIndexBasic
Assertion failed in 'ActiveIndexBasic', at C:\Users\erik\…
kusma updated
6 years ago
-
```js
iframe.src = url;
```
Right now, it's difficult to know when the iframe commits its navigation. There's the 'load' event, but that waits on inner resources to load, so it can be long after …
-
Much like the `user-timings` audit, a `element-timings` audit would surface moments when user-specified elements have rendered, using the [Element Timing API](https://developer.mozilla.org/en-US/docs/…
-
Chrome is experimenting with support for Soft Navigations, which would make it possible for folks to see Core Web Vitals (and other page lifecycle metrics) for single-page applications. https://develo…
-
* How timing data should be organized?
* Stream data from a source and process chunk by chunk (async)
* Import different dump formats (VCD,...)
* Dense data storage. Binary form?
* How t…
-
```
Name of related component: Data Export API
Request summary:
It should be possible to access the histogram buckets/data via the API. Current
"Site Speed" reports expose this data under the "techn…
-
```
Name of related component: Data Export API
Request summary:
It should be possible to access the histogram buckets/data via the API. Current
"Site Speed" reports expose this data under the "techn…
-
I have modified the performance bookmarklet so that it runs within an iframe with it's own security sandbox (so that the code is only loaded as needed, and so I don't need to audit your code much!). T…
-
### ⚠️ Before posting ⚠️
- [X] This is a **bug**, not a question or an enhancement.
- [X] I've [searched for similar issues](https://github.com/nextcloud/android/issues) and didn't find a duplicate.
…
-
**Feature request summary**
**Describe what you want to be added**
Currently I see that in the json report, we have a field named `user-timings`. If I am understanding it correctly, this allows our …