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

[FEATURE] Ticket fetching performance #2373

Closed
jekuaitk opened this issue Mar 4, 2024 · 0 comments
Closed

[FEATURE] Ticket fetching performance #2373

jekuaitk opened this issue Mar 4, 2024 · 0 comments

Comments

@jekuaitk
Copy link
Contributor

jekuaitk commented Mar 4, 2024

Is your feature request related to a problem? Please describe.

Loading dashboard can take several seconds which can become frustrating (See beneath).

Describe the solution you'd like

After investigating it seems to mainly be caused by ORDER BY in the SQL queries being called when fetching tickets. I propose a solution where these ORDER BY are handled with other logic in the the queries.

Additional context

https://app.screencast.com/qXbrfFa9O5vC5

marcelfolaron added a commit that referenced this issue Mar 4, 2024
@jekuaitk jekuaitk closed this as completed Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant