Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process itinerary information asynchronously #4823

Closed
Tracked by #5835
ChristophWurst opened this issue Mar 25, 2021 · 0 comments · Fixed by #5872
Closed
Tracked by #5835

Process itinerary information asynchronously #4823

ChristophWurst opened this issue Mar 25, 2021 · 0 comments · Fixed by #5872
Assignees
Labels
2. developing enhancement papercut Annoying recurring issue with possibly simple fix. performance 🚀
Milestone

Comments

@ChristophWurst
Copy link
Member

We currently process the itinerary information when a message is loaded for the first time. That means that we have to fetch the full body and all attachments. Depending on the network speed and processing power of the server this can slow down loading of messages quite a bit.

To improve this we could split off the kitinerary process into a separate request that is dispatched after we show the message. For fast servers that means the itinerary info will show with a very slight delay, on slow servers it can take a bit longer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2. developing enhancement papercut Annoying recurring issue with possibly simple fix. performance 🚀
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants