Skip to content

[Web] Using CircularProgressIndicator stalls database transactions on slow machines #311

@felix-ht

Description

@felix-ht

If one uses the CircularProgressIndicator all database inertaction are much slower. This is much more pronounced on slow machines and on the web.
If large amounts of data are written to the db or the db is initially opened (with data stored), this can change response times from seconds to multiple minutes.

Might be related to this:

flutter/flutter#73766

This is especially easy run into because showing a spinner while some interaction is running is pretty typical.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions