Granola-Team / mina-block-explorer

Web application for the Mina blockchain
Apache License 2.0
6 stars 5 forks source link

Help reduce memory consumption by reducing the number of rows rendered per table #917

Closed n1tranquilla closed 1 week ago

n1tranquilla commented 1 week ago

Related to: #896

robinbb commented 1 week ago

@n1tranquilla Note that 75 rows of data should only be a few KiB. If megabytes are being consumed due to more row data, that is a strong clue that some in-memory data is being allocated per-row, and maybe that will help to find the overconsumption.