-
Notifications
You must be signed in to change notification settings - Fork 0
Epic: Performance at scale #165
Copy link
Copy link
Open
1 / 21 of 2 issues completedLabels
area: webWeb UI (React/TanStack/vite-plus)Web UI (React/TanStack/vite-plus)epicTracks a group of related issues (parent of sub-issues)Tracks a group of related issues (parent of sub-issues)
Description
Metadata
Metadata
Assignees
Labels
area: webWeb UI (React/TanStack/vite-plus)Web UI (React/TanStack/vite-plus)epicTracks a group of related issues (parent of sub-issues)Tracks a group of related issues (parent of sub-issues)
Keep startup and editing responsive as projects and production blocks grow. This is the product-runtime follow-up to the completed SQLite and solve-path audit in #138.
Sub-issues:
Use measured wall-clock and browser behavior as the governing signals. For large blocks, take the profiled lower-risk path before attempting variable-height row virtualization.