#Cache appwriter
6 messages · Page 1 of 1 (latest)
Appwrite already serves cached documents
@deep reef does that solve your doubt or do you need something more specific? 😄
i need setup cachce when all ussers when go page like /home and all rq dowoland data from table appwrite? or this deafult cache?
If that's highly requested, it will get cached at MariaDB/MySQL side.
If you want some cache that is even more powerful, you can use get row that will use redis
getRow / getDocument calls are cached at Appwrite layer. listRows/listDocuments are not. You can always try on-device caching, periodic background fetches. Stuff like WorkManager is very helpful when developing on Android.