HTTPArchive / httparchive.org

The HTTP Archive website hosted on App Engine

Home Page:https://httparchive.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video bytes and requests not displayed for a single selected month

screenspan opened this issue · comments

TESTED ON:
Google Chrome 103.0.5060.114 on Mac OS 11.6.7

STEPS TO REPRODUCE ERROR:

  1. Go to the Page Weight report for a single month (e.g. https://httparchive.org/reports/page-weight?start=2022_01_01&view=list#bytesVideo)

CURRENT RESULT:

  • Median video bytes transferred for a single month is displayed as "0".

image

- The median video bytes transferred for **multiple months** is non-zero (e.g. 3490.6 KB median desktop and 3366.4 KB median mobile from January 2022 - June 2022; https://httparchive.org/reports/page-weight?start=2022_01_01&end=latest&view=list#bytesVideo).

image

EXPECTED RESULT:

Please let me know if this is really a bug or just a misinterpretation of the data on my part!

Hi @screenspan thanks for filing this issue.

This looks like an inconsistency in the way the bytesVideo timeseries and histograms are queried. In the timeseries query, it only looks at pages having bytesVideo > 0. The histogram query should similarly filter out the 90%+ pages with 0 bytes of video.

Same issue with reqVideo.