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

Do save-calls in JS in parallel #645

Open
HenrikeW opened this issue Sep 12, 2022 · 0 comments
Open

Do save-calls in JS in parallel #645

HenrikeW opened this issue Sep 12, 2022 · 0 comments
Labels
frontend This is likely affecting the frontend refactor

Comments

@HenrikeW
Copy link
Contributor

HenrikeW commented Sep 12, 2022

When saving time entries, the JS code right now makes serial API-calls for every time entry.
For optimization, we try to make the calls run in parallel instead.

Investigate whether it's possible to do one request with an array of time-entries (see the redmine API description).

@HenrikeW HenrikeW added frontend This is likely affecting the frontend refactor labels Sep 12, 2022
@NBISweden NBISweden deleted a comment from jonandernovella Aug 29, 2024
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 refactor
Projects
None yet
Development

No branches or pull requests

1 participant