8000 Performance issues with large text inputs · Issue #84 · harperreed/orbiting · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Performance issues with large text inputs #84
Open
@harperreed

Description

@harperreed

Problem

The text scaling implementation in BigTextDisplay has performance issues:

  • Font size calculations run on every render and can cause jank
  • No memoization of expensive calculations
  • Reflows happen too frequently when typing quickly
  • Layout measurements are triggered excessively

Impact

Poor user experience with laggy text input, especially on lower-end devices.

Acceptance Criteria

  • Memoize expensive font size calculations
  • Reduce frequency of layout measurements
  • Optimize text scaling algorithm
  • Add performance monitoring for text input
  • Test on low-end devices

Priority

High - directly affects core app functionality

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0