apigee-edge-drupal icon indicating copy to clipboard operation
apigee-edge-drupal copied to clipboard

Improve Performance & reduce page load time for Developer Apps listing page.

Open kedarkhaire opened this issue 1 year ago • 1 comments

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 avatar Sep 11 '24 15:09 kedarkhaire

This issue looks like a duplicate of #944.

mxr576 avatar Sep 12 '24 09:09 mxr576

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!

kedarkhaire avatar Nov 26 '24 16:11 kedarkhaire

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

ke-wq avatar Nov 26 '24 20:11 ke-wq

Hi All,

Closing this issue as no to-dos are to be done from Drupal end. This may reopen post any changes from APIs. Thanks!

kedarkhaire avatar Feb 14 '25 06:02 kedarkhaire