Files
geointel/docs/specs/PERFORMANCE_BUDGETS_CANONICAL.md
T
Codex 6ea3586a3e
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled
Initial GeoIntel V1 foundation
2026-06-16 23:36:32 +02:00

30 lines
921 B
Markdown

# Canonical Performance Budgets
These are V1 local-development budgets. They are guidance, not hard production SLAs.
## API responsiveness
- simple GET list/detail: < 500 ms on demo data;
- project/area creation: < 1 s;
- metadata retrieval: < 500 ms once extracted;
- job status polling: < 300 ms.
## Processing budgets on demo fixtures
- vector metadata extraction: < 2 s;
- vector clip on demo area: < 5 s;
- raster metadata extraction on small GeoTIFF: < 3 s;
- tile manifest generation on demo raster: < 10 s;
- QA/QC on demo building fixtures: < 5 s;
- GeoJSON export on demo fixtures: < 5 s.
## UI budgets
- initial shell render: < 2 s in local dev;
- map layer toggle on demo data: < 500 ms;
- metrics panel update after API response: < 300 ms.
## Scaling note
Large real rasters or full municipality layers may exceed these budgets. In that case, the app must show async job state rather than blocking.