You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to improve the performance of the overall application. Something I'm wondering is that maybe instead of every page loading some data (like congregation) we could have a sveltekit store that updates anytime some data changes (like the congregation or the publishers) and retrieve that instead of livequery on every page with dexie. We need to test if that would improve the performance
The text was updated successfully, but these errors were encountered:
We need to improve the performance of the overall application. Something I'm wondering is that maybe instead of every page loading some data (like congregation) we could have a sveltekit store that updates anytime some data changes (like the congregation or the publishers) and retrieve that instead of livequery on every page with dexie. We need to test if that would improve the performance
The text was updated successfully, but these errors were encountered: