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

Optimize frontend, fetch an entire week instead of individual rows #1036

Open
viklund opened this issue Jan 14, 2025 · 0 comments
Open

Optimize frontend, fetch an entire week instead of individual rows #1036

viklund opened this issue Jan 14, 2025 · 0 comments
Labels
frontend This is likely affecting the frontend large

Comments

@viklund
Copy link
Member

viklund commented Jan 14, 2025

Currently fetching the timeentries from redmine is done with one call per issue/acitivty pair, which takes a long time. The solution is to try to fetch one week at a time instead which should speed up the rendering.

Fetching of priority_entries is blocking and takes between 2 and 3 seconds.

@viklund viklund added this to the Urdr Spring 2025 milestone Jan 14, 2025
@viklund viklund added frontend This is likely affecting the frontend large labels Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend This is likely affecting the frontend large
Projects
None yet
Development

No branches or pull requests

1 participant