-
Notifications
You must be signed in to change notification settings - Fork 32
🎨 [Frontend] Enh service calls: avoid request deduplication #7487
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
Conversation
|
@Mergifyio queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 2d2d69e |
matusdrobuliak66
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Btw if we would remove the total count from service listing and move to cursor, that would also speed up the listing 👍
I think that the current |
|



What do these changes do?
This PR fixes the classic "duplicate requests flood" problem. It happens a lot when multiple cards in the dashboard fetch the same service's metadata in parallel.
To solve it, a shared fetch cache or request deduplication was implemented.
Before:

After:

Related issue/s
How to test
Dev-ops checklist