I need urgent help, i use appwrite as a chat function for my website and my mobile android application, but recently, for the past 3 months, my database reaches limits for reads and I cannot figure out why. I need to solve that issue because I suspect my mobile app is getting some request leaks and making more reads, I have done so much optimizations and caching on my websites chat, I need someone from admins or developers of appwrite to tell me if possible how much of that usage is from web and how much is from the android app, if needed I will provide database id or any sort of info, please this is really important for me
no it is not possible to separate usage via platform type. one thing you can look at is check how much document are you fetching on each call and on screen refresh are you caching the data well?
I suppose so, I think web is optimized pretty good, 90% of my users are from web but I think it is more optimized than the mobile app
I really need to solve this problem
btw some people mistake calling api endpoint once as one read count . but its the amount of rows fetched also if you have relations that might also cause this .
how are you receiving messages on the client?
Recommended threads
- All function deployments fail (node 18-2...
Error: bash: /usr/local/server/helpers/build-cache.sh: No such file or directory Sidecar error: Build archive was not created at /mnt/code/code.tar.gz Scope: ...
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...
- Database Write Limits hit
Hello Appwrite Admins, I'm a GitHub Education user, and about a week ago, my database was really badly optimized, resulting in about 600k writes in a single day...