Movatterモバイル変換


[0]ホーム

URL:


Skip to main content

docs.flutter.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic.

Learn more

Flutter 3.41 is live! Check out theFlutter 3.41 blog post!

Debug performance for web apps

Learn how to use Chrome DevTools to debug web performance issues.

Note

Profiling Flutter web apps requires Flutter version 3.14 or later.

The Flutter framework emits timeline events as it works to build frames, draw scenes, and track other activity such as garbage collections. These events are exposed in theChrome DevTools performance panel for debugging.

Note

You can also emit your own timeline events using thedart:developerTimeline andTimelineTask APIs for further performance analysis.

Screenshot of the Chrome DevTools performance panel

Optional flags to enhance tracing

#

To configure which timeline events are tracked, set any of the following top-level properties totrue in your app'smain method.

Instructions

#
  1. [Optional] Set any desired tracing flags to true from your app's main method.
  2. Run your Flutter web app inprofile mode.
  3. Open up theChrome DevTools Performance panel for your application, andstart recording to capture timeline events.
Was this page's content helpful?

Unless stated otherwise, the documentation on this site reflects Flutter 3.38.6. Page last updated on 2025-10-30.View source orreport an issue.


[8]ページ先頭

©2009-2026 Movatter.jp