Skip to content

[Tech Debt] State Synchronization: Edge Cache Bottleneck #2

@genesisgzdev

Description

@genesisgzdev

Current State: The edge cache is completely invalidated upon every transaction (seatmap-cache.js), destroying the Hit Ratio during massive events and forcing the database to absorb all traffic.

Required Action: The client (CyberArena.tsx) must receive the baseline cached state and connect via WebSockets (or Server-Sent Events) to receive only the state deltas (seat IDs changing status). This preserves the static cache integrity.

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