whisper-money/app/Http
Víctor Falcón 0e4501adbc perf(subscriptions): batch the price-experiment feature resolution
Resolving PriceExperiment for the shared pricing prop added a separate Pennant
select+insert on every authenticated request, blowing the per-page query budget
(PageQueryCountTest). Warm all three features this response reads in one values()
call so the later per-feature reads hit Pennant's in-memory cache — back to one
round-trip, no extra queries.
2026-07-18 19:38:04 +02:00
..
Controllers feat(subscriptions): add A/B price experiment assignment and per-variant pricing 2026-07-18 18:34:26 +02:00
Middleware perf(subscriptions): batch the price-experiment feature resolution 2026-07-18 19:38:04 +02:00
Requests feat(mcp): add write tools (Phase 2) (#690) 2026-07-17 15:25:03 +00:00
Responses fix: route new PWA guests to signup (#313) 2026-04-21 10:53:05 +01:00