duolicious / duolicious-frontend

The frontend of the Duolicious dating app
https://duolicious.app/
GNU Affero General Public License v3.0
32 stars 12 forks source link

Inbox: Loading messages takes a long time for big inboxes #305

Open duogenesis opened 1 month ago

duogenesis commented 1 month ago

Currently the inbox is getting loaded all at once. It'll feel faster if the messages are loaded in chunks. Duolicious uses a MongooseIM XMPP server. The documentation for the inbox module is here.