prop/lib
Graham McIntire 473c2ab0ec
perf: fix high-severity LiveView blocking queries
- rover_planning_live/show.ex: use pre-loaded @rover_sites assign
  instead of Repo.all(Location) on every keystroke
- rover_locations_live/map.ex: cache locations query with 30s TTL
  (was loading + JSON-encoding all good locations in every mount)
- status_live.ex: consolidate 5 separate stat fetches into single
  cached blob, so PubSub-triggered refreshes hit cache instead of
  running 10+ DB queries each time
2026-06-01 15:31:28 -05:00
..
microwaveprop perf: fix critical performance issues 2026-06-01 15:29:29 -05:00
microwaveprop_web perf: fix high-severity LiveView blocking queries 2026-06-01 15:31:28 -05:00
mix/tasks Fix low-severity bugs and re-enable Credo checks 2026-05-29 17:29:22 -05:00
microwaveprop.ex initial 2026-03-28 11:28:47 -05:00
microwaveprop_web.ex fix web stuff 2026-05-31 16:47:11 -05:00