Skip to content

⚡ Performance & code quality #385

@jmynes

Description

@jmynes

There's some cleanup and performance work I want to tackle, and outside perspective would help me prioritize.

What I know about:

  • Dev mode — Turbopack rebuild times and HMR could be faster, especially with many files open
  • DRY opportunities — some patterns are repeated where they could be shared (component props, API response handling, etc.)
  • Client-side performance — large boards with many tickets could be snappier. Virtualization? Memoization?
  • Bundle size — haven't audited this recently, probably some low-hanging fruit
  • Test coverage — currently spotty in places. If you enjoy writing tests, there's plenty to do

If you've poked around the codebase and noticed something that could be simpler or faster, I want to hear about it. Specific is better than general — "this component re-renders too much" beats "make it faster."

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestfeedback wantedLooking for community input and ideas

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions