T
TanStack2mo ago
passive-yellow

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
ambitious-aqua
ambitious-aqua2mo 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?