Real-time updates
How live data reaches the interface and why the page does not reload constantly.
What updates live
Transactions, shift status changes and other events arrive over a live connection while you have the page open, so you do not need to refresh to see today's activity.
Why updates are batched
A busy studio can produce a continuous stream of events. Refreshing the screen on every single one would make the page unusable, so updates are grouped: the interface waits for a short quiet period without new events, then refreshes the data silently in the background.
Silent refresh
Background refreshes update the numbers in place. You will not see a full loading skeleton after the first load, and your scroll position and open filters are preserved.
If numbers look stale
Reload the page once. If they are still stale, the source is the sync rather than the live connection — go to troubleshooting sync.