Nic Jansma

Results 116 comments of Nic Jansma

@scottgifford we've seen a lot of issues in the past (especially with older browsers) where timestamps just didn't make sense. Some of those have bugs filed and are recorded here:...

Good point @tollmanz . We'll soon backport an optional flag to `addVar()` that adds data to just the next beacon automatically, instead of having the plugin have to listen and...

Thanks @gmetais, this is a really cool project that I hadn't heard about before. The SPA-monitoring code we have is in https://github.com/lognormal/boomerang/pull/68 in `plugins/auto_xhr.js`. It's rather complex, and is still...

This behavior is very confusing to me as well.

It seems to me that not exposing these entries to `getEntries()` etc (and only via an observer) is a fair trade-off for having access to those cross-origin entries. One of...

For posterity, we had discussed this in the April 13th, 2023 W3C WebPerf call. Notes: https://docs.google.com/document/d/1fIgfd7ONz-sES55qRFHQI_eQUnynnyX2Asrs-cwAQ_Q/edit#

Yes this seems very useful for being able to segment the performance of URLs that are used with different methods. REST APIs come to mind here.

For posterity, we had discussed this on the April 13th, 2023 W3C WebPerf Working Group call. Notes @ https://docs.google.com/document/d/1fIgfd7ONz-sES55qRFHQI_eQUnynnyX2Asrs-cwAQ_Q/edit#heading=h.nuc3bt9j96hk Summary: * Useful to know whether a HTTP request was a...

Discussed on the Feb 29, 2024 [W3C WebPerf call](https://docs.google.com/document/d/1qPPCtpg1MyVw3GGmd6VKZCdCyqoDub6Xgc8ANnq8SRI/edit#heading=h.wkdzwqaypyq6): Summary: * General agreement this would be useful for RUM providers * This is similar to work that has been merged...

Really excited about this! Some initial thoughts on: (1) single vs. multiple initiators A single initiator will be much more valuable than what we have today (nothing), and if it...