frigate/frigate
Josh Hawkins e8b9225175
Some checks are pending
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
Recordings API and calendar UI performance improvements (#22352)
* optimize recordings/summary endpoint db query

replace strftime with integer arithmetic. increases speed by about 6x, especially noticeable for installs with long retention days

* optimize calendar rendering with Set lookups and remove unnecessary remount key

The old code built Date[] arrays with a TZDate object for every day in recording history (365+ timezone-aware date constructions). react-day-picker then did O(visible × history) date comparisons to match each of the displayed days against these arrays. Now we build Set<string> from the raw keys (zero date construction), and pass matcher functions that do O(1) Set.has() lookups. react-day-picker only calls these for visible days

* clean up
2026-03-09 17:22:01 -06:00
..
api Recordings API and calendar UI performance improvements (#22352) 2026-03-09 17:22:01 -06:00
camera Various Fixes (#22263) 2026-03-04 15:53:20 -07:00
comms Debug replay (#22212) 2026-03-04 10:07:34 -06:00
config Support using GenAI for embeddings / semantic search (#22323) 2026-03-08 10:55:00 -05:00
data_processing Publish license plate box coordinates (#22337) 2026-03-08 16:22:38 -06:00
db Improve LPR regex support (#19767) 2025-08-26 08:11:37 -05:00
detectors Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
embeddings Refactor enrichment confg updater (#22325) 2026-03-08 14:14:18 -06:00
events Debug replay (#22212) 2026-03-04 10:07:34 -06:00
genai Support using GenAI for embeddings / semantic search (#22323) 2026-03-08 10:55:00 -05:00
images Replace green screen with error message and force camera_fps to 0 (#4544) 2022-11-28 21:47:20 -06:00
jobs Improve motion review and add motion search (#22253) 2026-03-05 17:53:48 -06:00
motion Skip motion threshold configuration (#22255) 2026-03-05 18:20:03 -06:00
object_detection [MemryX] Clean shutdown of detector process (#21035) 2025-11-25 10:25:07 -07:00
output Add dynamic configuration for more fields (#22295) 2026-03-06 13:45:39 -07:00
ptz Masks and zones improvements (#22163) 2026-02-28 07:04:43 -07:00
record Improve motion review and add motion search (#22253) 2026-03-05 17:53:48 -06:00
review Debug replay (#22212) 2026-03-04 10:07:34 -06:00
service_manager Add metrics page for embeddings and face / license plate processing times (#15818) 2025-02-08 12:47:01 -06:00
stats Debug replay (#22212) 2026-03-04 10:07:34 -06:00
test Add dynamic configuration for more fields (#22295) 2026-03-06 13:45:39 -07:00
track Debug replay (#22212) 2026-03-04 10:07:34 -06:00
util Add ability to delete cameras (#22336) 2026-03-08 16:23:48 -06:00
__init__.py app container and config schema 2021-01-26 21:40:33 -06:00
__main__.py Handle SIGINT with forkserver (#18860) 2025-08-16 10:20:33 -05:00
app.py Improve motion review and add motion search (#22253) 2026-03-05 17:53:48 -06:00
const.py Debug replay (#22212) 2026-03-04 10:07:34 -06:00
debug_replay.py Add ability to delete cameras (#22336) 2026-03-08 16:23:48 -06:00
ffmpeg_presets.py Miscellaneous Fixes (0.17 beta) (#21301) 2025-12-16 08:11:53 -06:00
log.py Add languages (#21870) 2026-02-03 13:29:52 -06:00
models.py Improve motion review and add motion search (#22253) 2026-03-05 17:53:48 -06:00
mypy.ini Enable mypy for track and fix typing errors (#19529) 2025-08-17 12:27:42 -05:00
plus.py Add ability to update Frigate+ model to latest from UI (#17324) 2025-03-24 09:19:58 -06:00
storage.py Debug replay (#22212) 2026-03-04 10:07:34 -06:00
timeline.py Debug replay (#22212) 2026-03-04 10:07:34 -06:00
types.py Media sync API refactor and UI (#21542) 2026-02-26 21:27:56 -07:00
video.py Add dynamic configuration for more fields (#22295) 2026-03-06 13:45:39 -07:00
watchdog.py Improve async object detector support (#17712) 2025-04-15 08:55:38 -05:00