You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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
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!
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:
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.
The text was updated successfully, but these errors were encountered: