summaryrefslogtreecommitdiff
path: root/src/layouts
diff options
context:
space:
mode:
authorNikhil Ashoka <a.nikhil@ibm.com>2024-05-07 13:02:00 +0300
committerNikhil Ashoka <a.nikhil@ibm.com>2025-08-08 17:50:56 +0300
commit7d65f08ba12e7fd0a2280aacdf2e354b3add71a1 (patch)
treefd682aeb04b1f2f380310277723ad32873ab8ea3 /src/layouts
parent6b6926e2e1585856a2665eeac7955a47bae4a8df (diff)
downloadwebui-vue-master.tar.xz
Improved performance in Sensors pageHEADmaster
- 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 'src/layouts')
0 files changed, 0 insertions, 0 deletions