Skip to content

Reduce logs payload by selecting visible columns #87

@trieloff

Description

@trieloff

Problem
Logs queries use SELECT *, which transfers and parses more data than necessary for the table view.

Proposed change

  • Select only visible columns for the logs table.
  • Fetch full row data on demand when opening the detail modal.

Acceptance criteria

  • Logs view loads faster on slow networks.
  • Detail modal still shows all fields when opened.

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