T
TanStack20h ago
correct-apricot

question about persistance

Does the default electric sql collection has indexdb based persistance support by default? I am seeing that it syncs everything from server on every page refresh and uses nothing from local. Can someone please clear this doubt?
1 Reply
adverse-sapphire
adverse-sapphire20h ago
it uses the browser's http cache — much faster than indexeddb! See the network tab (and make sure "disable cache" isn't checked)

Did you find this page helpful?