perf-regression/spot-regressions #7

Open
iswa wants to merge 3 commits from perf-regression/spot-regressions into master
Owner
No description provided.
iswa added 3 commits 2026-03-20 08:26:35 -07:00
Nightshift-Task: perf-regression
Nightshift-Ref: https://github.com/marcus/nightshift
Nightshift-Task: perf-regression
Nightshift-Ref: https://github.com/marcus/nightshift
- Change idx_financing_plans_active to partial index (WHERE active = true)
  to avoid useless B-tree index on low-cardinality boolean column
- Scope timingMiddleware to /api routes only (was globally registered,
  which caused noise from static asset requests)
- Add unit tests for timing middleware (5 tests covering: next() call,
  timing log format, SLOW warning threshold, fast-request path, status code)

Nightshift-Task: perf-regression
Nightshift-Ref: https://github.com/marcus/nightshift
This pull request has changes conflicting with the target branch.
  • CLAUDE.md
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin perf-regression/spot-regressions:perf-regression/spot-regressions
git checkout perf-regression/spot-regressions
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: iswa/budget-app#7