I design a page in FlutterWeb I don't know why this list usually loads slowly only for the first time (about 10s).: https://genistree.pl/#/revisionbooks I'm getting documents by listDocuments
However, the next records (pagination is set to 30) load quickly. The same if I refresh the page. Even if I open the page again from a different browser, it's ok. I have the impression that loading takes longer only for the first time after a long break
It loads instantly for me
Oh, you're right, if you click one in the map, it takes 30s to load
What's the code?
And how's the database structured?
I think you have a lot of documents in a single collection, right?
Recommended threads
- Migrating from Self-Hosted to Self-Hoste...
There are guides on how to migrate from other sources to Appwrite Cloud but not from a self-hosted setup to another self-hosted setup. How would I go about migr...
- Is it possible to create and update with...
Desde la comunidad latina. Es posible ejecutar un CREATE y un UPDATE , en la misma transacción? mi objetivo es que el ID creado, se coloque en el array del upd...
- Invalid document structure: Unknown attr...
I have a production server running Appwrite 1.7.4. I'm testing Appwrite 1.8.0 on a separate test server. To transfer data from my 1.7.4 installation to 1.8, I ...