How to debug flutter web app to check maximum memory consumption issue?

31 Views Asked by At

I am developing demo trading platform. For data I am dependent on a single Websocket and for routing I am using 2 Nested routers to display left and right section of the web application.

Issue is If I left my tab open for couple of minutes chrome consumes 300mb-400mb, which cause lags in web application. Need guidance in debugging this memory issue. Any help will be appreciated.

I have tried following approach,

  • debugging with chrome dev tools(data is in obfuscated manner)

Flutter web app configuration details,

  • version - 3.19
  • renderer - HTML
0

There are 0 best solutions below