zerobyte/app/routes/(dashboard)/repositories/$repositoryId
theluckystrike 3484d063c8 fix: lazy load repository stats on-demand
The repositories page was eagerly fetching restic stats on every page load,
which causes high CPU/Memory usage for large repositories (especially multi-TB
Backblaze repos). This fix removes the eager loading from the route loader,
so stats are now fetched on-demand by the frontend component instead.

This resolves the issue where:
- Loading the repository page would trigger restic stats immediately
- Refreshing the page would trigger additional calls to restic stats
- Resource consumption would ramp up significantly

Fixes #614
2026-03-04 22:01:54 +07:00
..
$snapshotId refactor: ensure server preloading 2026-03-02 21:13:32 +01:00
edit.tsx refactor: always use short id in api calls (#545) 2026-02-19 20:08:40 +01:00
index.tsx fix: lazy load repository stats on-demand 2026-03-04 22:01:54 +07:00