perf(overview): faster KPI load #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "perf/overview-load"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Speeds up the Übersicht load: (1) working_time query now selects only the columns actually used - drops the unused project/activity/subproject embeds; (2) caches the working_time result per user+range so switching Übersicht<->Stundenzettel doesn't refetch; (3) shows the KPI card skeleton instantly instead of a single 'wird geladen' line.