stryker-mutator / stryker-dashboard

See your mutation testing reports from anywhere 🚀
https://dashboard.stryker-mutator.io/
Apache License 2.0
23 stars 19 forks source link

Improve latency of big reports #482

Open xandervedder opened 8 months ago

xandervedder commented 8 months ago

It seems like it takes more than 10 seconds to load bigger reports (https://dashboard.stryker-mutator.io/reports/github.com/stryker-mutator/stryker-js/master#mutant). It also seems like the caching is not working as expected. I would like to investigate why this is happening and ofcourse to fix it.

10 seconds for 8MB should not happen IMO.

xandervedder commented 8 months ago

Should look at this after releasing the NestJS migration, could have impact.

xandervedder commented 7 months ago

Seems like it's caused by parsing the big reports... I think we shouldn't do that

hugo-vrijswijk commented 6 months ago

I think this is already improved with gzip. It now takes 3 seconds for a full page load