Skip to content

Optimize dashboard queries and reduce API response cost #37

Description

@tystar86

Imported from Linear: TYS-169

Review the dashboard API and optimize ORM usage to reduce query count, over-fetching, and response latency.

Goals:

  • Identify expensive dashboard queries and repeated work in aggregations.
  • Use ORM optimizations such as select_related, prefetched data, annotations, or caching where appropriate.
  • Preserve the dashboard response contract while improving performance.

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