Jannis Rautenstrauch

Results 37 comments of Jannis Rautenstrauch

Currently, the `almanac` metric has a lot of useful data that does not seem to be existing in other places. In particular the general node info (number of nodes (e.g.,...

- **Bot Detection**: yes we can simply filter them out later (no change) - **Cryptominer Usage**: The usage in June 2024 is a total of 53 pages on mobile and...

- `CSP hosts`: We can add another query for WSS or non-https hosts - `Server Timing`: We can split at "," first and then take everything before the first ";",...

Maybe `CAST(JSON_QUERY(summary, '$.startedDateTime') AS NUMERIC)` in `all.requests` is not the same as `startedDateTime` in `almanac.requests` 🤔 Seems like there was some post-processing: https://github.com/HTTPArchive/almanac.httparchive.org/blob/a6042fe74ef09ff3fc71549a0de780c28e7c97a1/sql/util/requests.sql#L121 I tried to do the same post-processing,...

> Maybe `CAST(JSON_QUERY(summary, '$.startedDateTime') AS NUMERIC)` in `all.requests` is not the same as `startedDateTime` in `almanac.requests` 🤔 > > Seems like there was some post-processing: > > https://github.com/HTTPArchive/almanac.httparchive.org/blob/a6042fe74ef09ff3fc71549a0de780c28e7c97a1/sql/util/requests.sql#L121 > >...

- I added the CSP WSS host query (and added the results to the sheets) - Iframes attributes: updated the query and added the results to sheets (only for some...

I finished the server-timing query and it now contains the information you wanted. The data is below the original data in the sheet: https://docs.google.com/spreadsheets/d/1b9IEGbfQjKCEaTBmcv_zyCyWEsq35StCa-dVOe6V1Cs/edit?gid=1339089790#gid=1339089790

The new query counts the number of `dur` and `desc` attributes. It reports the average number of these attributes per host, as well as the exact number of hosts with...

Thanks for the explanation. After I rewrote the file such that all the edges occur only after the nodes, the import worked successfully. Does the GraphML specification state that edges...

> Thank you for writing these, could you please address the lint issue? > > One way of addressing it might be to instead of having lots of `.asis` files...