flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.59k stars 328 forks source link

Slow DevTools IPL #5774

Open Gagnar1999 opened 1 year ago

Gagnar1999 commented 1 year ago

Some time the dev tools page become unresponsive and this happens only after upgrading to flutter 3.10.0


DevTools version: 2.23.1 Connected Device: CPU / OS: arm64 (64 bit) android Dart Version: 3.0.0 Flutter Version: 3.10.0 / stable Framework / Engine: 84a1e904f4 / d44b5a94c9 Connected app type: Flutter native (debug build)

kenzieschmoll commented 1 year ago

Can you please add some information about what you were doing when you saw the page become unresponsive? What DevTools screen were you using and did you take any actions?

ueman commented 1 year ago

For me the dev tools are unresponsive when I open the dev tools via the VS code "open dev tools in browser" action. The dev tools are getting opened in chrome and are then unresponsive for a couple of seconds. The page that gets opened is the widget inspector.

Sometimes I feel like it's a problem because a lot of things get logged, but I wasn't able to pinpoint the unresponsiveness to logging

kenzieschmoll commented 4 months ago

Seems like the issue here is slow IPL.

kenzieschmoll commented 2 weeks ago

Confirmed with DevTools 2.40.1 that we are still experiencing slow IPL when launching DevTools in the browser from the IDE.