IBM / page-lab

PageLab enables web performance, accessibility, SEO, etc testing at scale.
Apache License 2.0
19 stars 10 forks source link

Research: On-the-fly averaging, by week only #41

Open ecumike opened 5 years ago

ecumike commented 5 years ago

Investigate and test "pick a week" report detail page scoping for the two averages tables; KPI and user-timing.

Allowing "week of ___" data scoping may be performant enough to do on-the-fly because it's only grabbing 7 runs and averaging them.

Test how bad the query would be to do on-the-fly date range scoping averaging of a URL's runs with a database of at least 7,000 URL records, each with 60 runs (two months of test runs data).

daviddahl commented 5 years ago

sure, and we can cache weeks too - say every sunday or whatnot, write the week's average to the database