reflex-dev
reflex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix(component): compare field values in BaseComponent.__eq__ (#6493) * fix(component): compare field values in BaseComponent.__eq__ bool() on a generator is always True, so any two same-class components compared equal. Use all() to actually evaluate the per-field comparisons. * fix(component): handle Var-valued fields in BaseComponent.__eq__ Var equality returns a BooleanVar and bool-ifying it raises VarTypeError, so the naive all(==) walk blew up on components with Var props or list/dict fields containing Vars. Compare Vars structurally via Var.equals and walk containers element-wise.
main
32 minutes ago
feat: pre-compress frontend assets at build time Generate gzip/brotli/zstd sidecars during `reflex export` and serve the best match via a new PrecompressedStaticFiles handler. Adds a configurable `frontend_compression_formats` (defaults to gzip) and switches the prod test harness off the stdlib http.server in favor of the same Starlette/Uvicorn stack used in production so the precompressed path is exercised under integration tests.
FarhanAliRaza:lighthouse-compression
2 hours ago
cleanup chat tutorial
khaleel/eng-9484-update-setters-docs-page
3 hours ago
ignore bun lock
khaleel/eng-9484-update-setters-docs-page
3 hours ago
ENG-9484: update docs for auto setters
khaleel/eng-9484-update-setters-docs-page
4 hours ago
test(perf): add Lighthouse benchmark suite and CI job (#6494) * test(perf): add Lighthouse benchmark suite and CI job Adds a Playwright-driven Lighthouse benchmark for integration tests, a runner script, fixtures and helpers, plus a CI job that uploads the generated report so frontend performance regressions are caught. * fix(lighthouse): make benchmark run on chrome-headless-shell in CI Detect chrome-headless-shell and skip the --headless=new flag it rejects, route the scratch dir through reflex_base constants, exclude the *current symlinks from the uploaded artifact, and temporarily lower the performance threshold to 0.56 while we tune the CI baseline. * refactor(lighthouse): drop chrome-headless-shell branch and unused arg Revert the headless-shell detection now that the runner ships full Chrome, and remove the unused app_name parameter from _run_prod_lighthouse_benchmark.
main
4 hours ago
refactor(lighthouse): drop chrome-headless-shell branch and unused arg Revert the headless-shell detection now that the runner ships full Chrome, and remove the unused app_name parameter from _run_prod_lighthouse_benchmark.
FarhanAliRaza:lighthouse-benchmark
4 hours ago
fix(lighthouse): make benchmark run on chrome-headless-shell in CI Detect chrome-headless-shell and skip the --headless=new flag it rejects, route the scratch dir through reflex_base constants, exclude the *current symlinks from the uploaded artifact, and temporarily lower the performance threshold to 0.56 while we tune the CI baseline.
FarhanAliRaza:lighthouse-benchmark
4 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
feat: pre-compress frontend assets at build time
#6497
2 hours ago
67a2ee5
FarhanAliRaza:lighthouse-compression
CodSpeed Performance Gauge
0%
ENG-9484: update docs for auto setters
#6496
3 hours ago
a957ee2
khaleel/eng-9484-update-setters-docs-page
CodSpeed Performance Gauge
0%
test(perf): add Lighthouse benchmark suite and CI job
#6494
4 hours ago
81b8627
FarhanAliRaza:lighthouse-benchmark
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs