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 Developer Apps listing page. #1077

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

Comments

@kedarkhaire
Copy link
Collaborator

Description

If we have multiple developer apps, then the page load for developer apps list page takes time. In backend we see multiple Api calls are made. For every developer app a single call is made and in general Api which lists all the developer 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 both Apigee X & Apigee Edge

Steps to Reproduce

Steps to reproduce the behavior:

  1. Go to '/user/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.

Expected Behavior

The page should load within 1-3s and no individual Apis related to Developer Apps should be triggered on this page load.

@kedarkhaire kedarkhaire added the bug Something isn't working label Sep 11, 2024
@kedarkhaire kedarkhaire changed the title Improve Performance & reduce page load time for Team Apps listing page. Improve Performance & reduce page load time for Developer Apps listing page. 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.

@kedarkhaire
Copy link
Collaborator Author

Hi All,
After testing the above PR, it has reduced around 80% of time to load from the previous for the mgmt organizations.
Still according to me there are few API calls which should not be called on the page load, which will be taken care in 2nd stage later we release this.
Thanks!

@ke-wq
Copy link

ke-wq commented Nov 26, 2024

Hi @kedarkhaire ,
thanks for your message.
Is this optimization live for all environments/organizations ?
@tamasd ^^

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

3 participants