
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
- Query.unselect([attrubutes])
Can we have Query.unselect([attrubutes]) like we have query.select() because i fetching my rows and i do need all the columns except that $updatedAt. Should i c...
- Why don't relationships come up in self-...
- 500 Server Error after update
Hi, I have had this before and had to rebuild my whole server again, but I'm testing updates on a cloned host of mine and after upgrading (in this case, to 1.8....
