-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: performanceRelates to speed or footprint issues (see "perf:" labels)Relates to speed or footprint issues (see "perf:" labels)engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.
Description
Currently the raster cache has a first-come first-served limit to the number of pictures it can cache in a frame. For particularly complex pictures like SVGs, this could lead to hard to diagnose performance issues on a per-frame basis, as other pictures that may be prerolled first may cause it to be surprisingly evicted
c.f. https://github.com/flutter/engine/blob/master/flow/raster_cache.h#L246
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: performanceRelates to speed or footprint issues (see "perf:" labels)Relates to speed or footprint issues (see "perf:" labels)engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.