diff options
author | Nikhil Ashoka <a.nikhil@ibm.com> | 2024-05-07 13:02:00 +0300 |
---|---|---|
committer | Nikhil Ashoka <a.nikhil@ibm.com> | 2025-08-08 17:50:56 +0300 |
commit | 7d65f08ba12e7fd0a2280aacdf2e354b3add71a1 (patch) | |
tree | fd682aeb04b1f2f380310277723ad32873ab8ea3 /docs/guide/components/page-section | |
parent | 6b6926e2e1585856a2665eeac7955a47bae4a8df (diff) | |
download | webui-vue-master.tar.xz |
- The Sensors page takes too long to load, It is because we are
trying to call the redfish endpoint: /Sensors' Members one by one
and setting in the GUI. The change made is that we are using the
query parameters' expand option to call only once and get all
the required responses.
- We are using query parameters only for those which have MaxLevels>0,
else calling the APIs one by one.
- Tested: Checked on a p10 system. For 306 records, it used to take
1 minute 20 seconds, now takes 7 seconds to load.
Signed-off-by: Nikhil Ashoka <a.nikhil@ibm.com>
Change-Id: Ife3447e48d4f5617dcf4563ceac486e4502b2de1
Diffstat (limited to 'docs/guide/components/page-section')
0 files changed, 0 insertions, 0 deletions