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

N°7636 - Too many OQL requests executed in order to display a lnk #661

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

accognet
Copy link
Contributor

Improve performance of displaying links on screen

Currently when displaying a user query, displaying a lnk requires 5 sql queries :
Capture d'écran 2024-07-30 124309

After the PR, the same lnk only requires 2 SQL queries:
Capture d'écran 2024-07-30 124629

In total on the screen, the gain is 12 requests:
before:
Capture d'écran 2024-07-30 124540
after:
Capture d'écran 2024-07-30 124551

@accognet accognet self-assigned this Jul 30, 2024
@accognet accognet added Performance internal Work made by Combodo labels Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Work made by Combodo Performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant