Avatar for the reflex-dev user
reflex-dev
reflex
BlogDocsChangelog

Performance History

Latest Results

test: skip granian loader tests when unavailable
harsh21234i:fix/7196-json-worker-errors
13 hours ago
fix: only record an uncached var as sent once its delta is delivered `BaseState.get_delta` recorded the value of every `@rx.var(cache=False)` it computed as "sent to this client" while the delta was still being built, via `ComputedVar._record_delta_value`, which wrote `__last_delta_<js_expr>` on the instance immediately. A downstream `get_delta` override -- the documented pattern, used by reflex-enterprise's auth delta filter -- that drops such an entry from the delta, or replaces it with an anonymous placeholder, therefore left the memo claiming the client had a value it never received. The next recomputation produced the same value, the #6946 dedupe omitted it, and the client stayed stale until the value changed again. Gather the records while the delta is built instead, and commit them in `_get_resolved_delta` -- the single point every delivery path goes through, and the one that sees the delta as it comes back out of the override chain, with its coroutines resolved. A record is stored only where the delivered delta still holds the very object that was computed for it, so a dropped or replaced entry is simply owed to the client again. A delta that is built but never delivered (a bare `get_delta()` call, or one under `_suppress_delta_recording`) now records nothing, which is the safe direction: the value is re-sent rather than silently withheld forever. The dedupe and its wire savings are unchanged for values that are delivered: the `/uncached` probe of the campaign app sends the same 24 delta frames with the same keys as 0.9.12a1 (15331 B vs 15274 B inbound, against 26059 B on 0.9.11.post1). Fixes #7212 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NeyxWsuC9hqSKq8YcEwZyY
claude/fix-finding-003-delta-memo
1 day ago
fix: gate the node version check only at runtime, not during init
flcrom:fix/npm-preflight-before-install
2 days ago

Latest Branches

CodSpeed Performance Gauge
0%
fix(cli): format Granian worker import errors as JSON#7219
14 hours ago
306bf95
harsh21234i:fix/7196-json-worker-errors
CodSpeed Performance Gauge
0%
1 day ago
94554d7
claude/fix-finding-012-badge-portal
CodSpeed Performance Gauge
0%
1 day ago
eaf3f48
claude/fix-finding-017-supervisor-socket
© 2026 CodSpeed Technology
Home Terms Privacy Docs