Janik Neißl
Janik Neißl
There's no content actually being generated. In the first few seconds the app connects to the history database and reads your chats from there. Until these requests have completed, the...
Sort of, but not without some programming knowledge. We implemented lazy loading for chat messages in our fork, which helps to reduce the number of requests sent initially and therefore...
FWIW, our fork currently has 4.5s of loading time, but we're doing some additional requests as well, so implementing lazy loading for the chat messages would probably reduce the initial...
If there's no authentication the app cannot know who is currently using it, so it can't save or display a specific user's history.