flutter / flutter/devtools

Clean up feature controllers in Performance page

Open
#5,100 0 comments 0 reactions 0 assignees View on GitHub
cleanup fix it friday P3 screen: performance
Dominant language
Dart
Stars
1.7k
Forks
404
Avg merge
6d 17h
Merged PRs (30d)
18

Description

Right now, all feature controllers are initialized even if some are not needed (e.g. an offline snapshot with no raster stats data or a dart application that does not need the flutter features). Right now we decide what to show or hide in the tabbed_performance_view.dart, but we could do this at the controller level in performance_controller.dart so that we can save the cost of initializing these controllers.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.