0

We're developing an Angular 13 application with lots of screens (components) and lots of data fields in it. Even with lots of in place editable data fields in paged material tables.

We found, that this (tables with in line editing via sub-components) is consuming a ton of memory (>5GB) and is slow like a snail.

Before we think of something like a memory leak, we want to understand, which Angular element consumey how much memory.

The Browser is of course providing a standard memory dump, where we can see how many strings and objects were created. But how to relate these things to a certain Angular component instance?

Is there any add-on or tool, to analyze the memory consumption as "Angular application" insted of as "JacaScript application" ???

karldegen
  • 113
  • 8

0 Answers0