oss-aspen / 8Knot

Dash app in development to serve open source community visualizations using GitHub data from Augur. Hosted app: https://eightknot.osci.io
MIT License
46 stars 59 forks source link

Issues_Assignments and PR_Assignments too big for the browser memory #548

Closed JamesKunstle closed 6 months ago

JamesKunstle commented 9 months ago

When rendering those visualizations, my browser tab spiked to ~1GB of memory used for the kubernetes org. Took 884 seconds to render PR assignments.

Suggestion:

  1. only look at top ~10 contributors by assignment, the rest are 'other'.
  2. grab 'windows' of data at once, not all of the data.
cdolfi commented 6 months ago

closing as #613 is covering the same thing