We want to measure frontend assets consistently and reliably. Right now we have some tests in the bench repo created by @leeoniya . The metrics overlap with @joshhunt, but not exactly. We need to consolidate these and move into grafana/grafana repo.
Current status reported by Leon:
we tweaked josh's queries so they're much closer now to what i was measuring.
main differences are that he is measuring dev instead of prod and the gzip issue i caught affected prod but not dev (where it was always broken, but fixed now)
* i'd like us to use a weaker vm to do this testing, maybe with throttled connection.
* we think his startup times are still off by ~2s due to the e2e login workflow hitting / , which caches a lot of assets.
We want to measure frontend assets consistently and reliably. Right now we have some tests in the bench repo created by @leeoniya . The metrics overlap with @joshhunt, but not exactly. We need to consolidate these and move into grafana/grafana repo.
Current status reported by Leon: