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

fix slow task marker related endpoint calls #2354

Open
CollinBeczak opened this issue May 31, 2024 · 0 comments · May be fixed by #2356
Open

fix slow task marker related endpoint calls #2354

CollinBeczak opened this issue May 31, 2024 · 0 comments · May be fixed by #2356
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@CollinBeczak
Copy link
Collaborator

Currently, the generation of markers on maps is slow. A probable cause of this issue is the utilization of numerous parameters such as ordering, sorting, paging, and more, which exert no impact but introduce complexity to the query.

TODO:

  • Investigate simplifying the parameters passed to the api/v2/tasks/box/... endpoint.
  • Determine whether a new endpoint is necessary for maps instead of utilizing the same endpoint used for generating table data.
@CollinBeczak CollinBeczak added the bug Something isn't working label May 31, 2024
@CollinBeczak CollinBeczak self-assigned this May 31, 2024
@jschwarz2030 jschwarz2030 added this to the 3.16 milestone Jun 11, 2024
@CollinBeczak CollinBeczak removed the bug Something isn't working label Jun 13, 2024
@CollinBeczak CollinBeczak added the enhancement New feature or request label Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

2 participants