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

Improve Performance & reduce page load time for Team Apps listing page. #1078

Open
kedarkhaire opened this issue Sep 11, 2024 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@kedarkhaire
Copy link
Collaborator

kedarkhaire commented Sep 11, 2024

Description

If we have multiple developer apps, then the page load for team apps list page takes time. In backend we see multiple Api calls are made. For every team app a single call is made and in general Api which lists all the team apps the expand filter is set to false, due to which multiple api calls are made on listing page.

Apigee Info

Issue is seen on Apigee Edge

Steps to Reproduce

Steps to reproduce the behavior:

  1. Go to '/teams/{{ company name}}/apps' page

Actual Behavior

The page load will take time if you have multiple Apps. In logs we can see every app Api is also triggered and expand filter is set to false.
/v1/organizations/***organization***/companies/[team_name]/apps?expand=false is be passed

Expected Behavior

The page should load within 1-3s and no individual Apis related to Company Apps should be triggered on this page load.
/v1/organizations/***organization***/companies/[team_name]/apps?expand=true must be passed

@kedarkhaire kedarkhaire added the bug Something isn't working label Sep 11, 2024
@kedarkhaire kedarkhaire self-assigned this Sep 11, 2024
@mxr576
Copy link
Contributor

mxr576 commented Sep 12, 2024

This issue looks like a duplicate of #944.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants