lambdageek / centrinel-report

Pretty report for centrinel
0 stars 0 forks source link

Can't really cope with multimegabyte (33000 element) centrinel-report.json #1

Open lambdageek opened 6 years ago

lambdageek commented 6 years ago

Not sure whether it's

  1. parsing a 3MB json file in fetch(uri).then((r) => r.json())
  2. trying to create and render 33000 jsx child elements

But the whole thing just dies

lambdageek commented 6 years ago

On the other hand ~15000 messages is fine. Maybe this isn't going to be such a big deal...