Refreshing main dataframe when page is reloaded

Ah, I’ve seen that response of yours from another thread ( :stuck_out_tongue: did do my homework)

Is repeatedly querying the source for every callback the way to go? Or can we query once per page refresh, and work with that extract until next visit / refresh. Would that be under sharing data between callbacks?