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

Msp dashboard: Improve speed of profile-related actions #25221

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

eashaw
Copy link
Contributor

@eashaw eashaw commented Jan 7, 2025

Related to: #25170

Changes:

  • Updated the view-profiles, get-profiles, edit-profile, and upload-profile actions to send requests to the connected Fleet instances and process results simultaneously.

I tested these changes while connected to a Fleet instance running on the same network as my device, here is what I saw:

  • Loading the profiles page with four profiles assigned to 22 teams:
    • Current version: 3232ms
    • This PR: 699ms
  • Uploading a configuration profile with custom label targets to 22 teams:
    • Current version: 5660ms
    • This PR: 865ms
  • Editing a configuration profile that is assigned to 22 teams labels:
    • Current version: 6622ms
    • This PR: 1300ms
  • Replacing an existing configuration profile assigned to 22 teams:
    • Current version: 6483ms
    • This PR: 1773ms
  • Fetching up-to-date configuration profile information from the Fleet instance after a change is made:
    • Current version: 2857ms
    • This PR: 736ms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants