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

Performance History

Latest Results

bump frontend deps 093 (#6489)
main
14 minutes ago
bump backend deps (#6488)
main
14 minutes ago
feat(telemetry): emit compile events with page/component/state breakdown (#6507) * feat(telemetry): emit compile events with page/component/state breakdown Capture per-compile telemetry (trigger, duration, page/component/state counts, plugin usage, sanitized exception) so we can see how Reflex apps are actually built. Backend-only and short-circuited compiles are excluded so the event tracks real frontend builds. * Update reflex/utils/telemetry_context.py Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * feat(telemetry): distinguish hot reload from backend startup compiles Dev backend workers re-run App.__call__ on each uvicorn/granian reload. A marker file under the web dir, written after the first worker boot, lets subsequent compiles in the same dev session report as hot_reload instead of backend_startup. * refactor(telemetry): tighten compile trigger and component/state accounting - Consolidate dev backend reload-marker handling into a single ``get_backend_compile_trigger`` that atomically claims the marker, so a failed first compile is still treated as backend_startup on the retry. - Bucket memo wrappers under the user-authored component via ``_wrapped_component_type`` to keep telemetry cardinality bounded. - Skip framework-internal states when walking the state tree but descend through them so user subclasses (e.g. ``SharedState``) still surface. --------- Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
main
18 minutes ago
fix foreach memo style cache
codex/fix-foreach-accordion-styles
1 hour ago

Latest Branches

CodSpeed Performance Gauge
0%
[codex] fix foreach memo style cache#6513
1 hour ago
f852cb8
codex/fix-foreach-accordion-styles
CodSpeed Performance Gauge
0%
2 hours ago
a4652fa
update-select-docs
CodSpeed Performance Gauge
+1%
[codex] update README example sections#6511
3 hours ago
e26a1b1
codex/update-readme-image-example
© 2026 CodSpeed Technology
Home Terms Privacy Docs