Files
cc-backend/cf/3b472471bd/0/prompt.txt
Jan Eitzinger b059b3063e Checkpoint: cf3b472471bd
Entire-Session: bef12fe0-9889-476d-9d49-a8c133a1dfae
Entire-Strategy: manual-commit
Entire-Agent: Claude Code
Ephemeral-branch: entire/93a9d73-e3b0c4
2026-03-25 06:15:53 +01:00

11 lines
1.3 KiB
Plaintext

The changes yesterday caused a severe Regression on the startup time. The checkpoint loading takes much longer. Before: [INFO] metricstore.go:159: [METRICSTORE]> Checkpoints loaded (5811 files, 22242 MB, that took 13.982486s)
3/24/2026, 7:19:34 AMINFO[INFO] metricstore.go:153: [METRICSTORE]> Loading checkpoints newer than 2026-03-23T07:19:34+01:00. And after the changes: etricstore.go:159: [METRICSTORE]> Checkpoints loaded (5860 files, 21338 MB, that took 302.524814s)
3/24/2026, 6:10:53 PMINFO[INFO] metricstore.go:153: [METRICSTORE]> Loading checkpoints newer than 2026-03-23T18:10:53+01:00
3/24/2026, 6:10:43 PMINFO[INFO] metricstore.go:153: [METRICSTORE]> Loading checkpoints newer than 2026-03-23T18:10:43+01:00
3/24/2026, 6:09:50 PMINFO[INFO] metricstore.go:153: [METRICSTORE]> Loading checkpoints newer than 2026-03-23T18:09:50+01:00
3/24/2026, 6:05:57 PMINFO[INFO] metricstore.go:153: [METRICSTORE]> Loading checkpoints newer than 2026-03-23T18:05:57+01:00
3/24/2026, 6:02:12 PMINFO[INFO] metricstore.go:153: [METRICSTORE]> Loading checkpoints newer than 2026-03-23T18:02:12+01:00. Investigate the issue and fix it.
---
It must have been changes of the last 2 days. Before the startup was fast. Maybe the changes in the startup and shutdown handling code?