I get hundreds of reads every time i just navigate between pages in my app, where all queries are cached. no new data in the database. I also have a crazy amount of allows.
Should'nt the cache mean less reads? I loosing my mind a bit, cant figure this out 😅
I query the chats documents (i have 16 docs in the database), and then users documents on top with a limit of 6, see pictures.
I have on page actions, but that should theoretically not give more than 2 reads, and also using "no rebuild" in app state updates, see last picture.