mozilla-frontend-infra / firefox-health-dashboard

https://firefox-health-dashboard.netlify.com
Mozilla Public License 2.0
26 stars 68 forks source link

Performance issue on media playback summary page #639

Closed airimovici closed 3 years ago

airimovici commented 4 years ago

This slowdown issue was raised here: https://github.com/mozilla-frontend-infra/firefox-health-dashboard/pull/632#pullrequestreview-334073165

klahnakoski commented 4 years ago

@airimovici Are you working on this?

airimovici commented 4 years ago

@klahnakoski I did some tests on it and managed to drop it down from 1:30-1:50 min to 30-35 sec with limiting the scanning of signatures.

airimovici commented 4 years ago

What I did was only scanning on the video playback signatures instead of all of them from perfherder. This reduced the signatures to scan on from ~60k to ~8k. Considering we're doing 800+ scans it adds up.

klahnakoski commented 4 years ago

@airimovici is there a PR for this?

airimovici commented 4 years ago

I created this PR: https://github.com/mozilla-frontend-infra/firefox-health-dashboard/pull/658