Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

measure performance of diff rendering #1781

Description

@annthurium

We know that the changes in #1512 improved performance, and we'd like to collect some data to prove it. Especially since we are building #1767 which takes advantage of these improvements to show multiple diffs in the same pane.

Instrumenting the react lifecycle methods won't tell us much, because the real improvements are in painting and layout calculations, rather than DOM updates.

Let's:

  • investigate how other Electron apps are measuring painting and layout calculation performance
  • add some instrumentation
  • ping our analytics folks so we can get this data on an internal dashboard somewhere

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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