Fixed
Project:
Advanced Comment Threads
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Sep 2026 at 18:49 UTC
Updated:
20 Sep 2026 at 19:55 UTC
Jump to comment: Most recent
Comments
Comment #2
freelockComment #3
freelockComment #7
freelockBatch missing rows in progressive expand all.
Alpha3 follow-up: the progressive-loading case remains serial
The alpha3 patch adds bounded parallel delivery for already-rendered dirty rows, plus busy feedback. However, rows omitted by progressive loading still pass through serial
ensureRendered()calls. This is the original large-thread scenario, not an unusual fallback.A browser probe starting with 10 of 120 roots reached all rows through 37 serial context requests, maximum concurrency one, and no delivery requests. This measures request shape, not production latency. On sufficiently wide threads, that chain can also exhaust the anonymous context-request allowance.
Steps to reproduce
Remaining work and acceptance
Coordinate with the new sibling-position issue so newly delivered rows retain correct accessibility metadata.
Comment #10
freelockFixed in Alpha 4.