Skip to content

debt: renderVisibleRows rebuilds innerHTML on every scroll frame #414

@Kpa-clawbot

Description

@Kpa-clawbot

Even with RAF throttling, renderVisibleRows sets tbody.innerHTML on every scroll, causing full DOM teardown+rebuild of the visible slice (~60 rows). The spacer elements created via createElement get orphaned and recreated each time. Minor perf concern — consider diffing visible range and only updating changed rows.

Ref: PR #402

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: packetsPackets browser pagepriority: minorNice to fix — polish and consistencytype: bugSomething is broken

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions