Gilad Chaplik has submitted this change and it was merged. Change subject: backend, webadmin: storage tab is sluggish (#769615) ......................................................................
backend, webadmin: storage tab is sluggish (#769615) https://bugzilla.redhat.com/769615 it seems that the concatenation and string format of storage BE vdcQueryableId consumes alot of cpu (in FF). now it returns only the id, instead of constructing new id (that contains DC id), for iso purposes. I moved the logic to the ui (Storage - DataCenter sub tab) Change-Id: I49d9fada489168f093deb273e8b9510146f58522 --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/storage_domains.java M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/StorageDataCenterListModel.java 2 files changed, 25 insertions(+), 4 deletions(-) Approvals: Michael Kublin: Looks good to me, approved Gilad Chaplik: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/1226 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I49d9fada489168f093deb273e8b9510146f58522 Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Gilad Chaplik <[email protected]> Gerrit-Reviewer: Danny Rankevich <[email protected]> Gerrit-Reviewer: Einav Cohen <[email protected]> Gerrit-Reviewer: Gilad Chaplik <[email protected]> Gerrit-Reviewer: Haim Ateya <[email protected]> Gerrit-Reviewer: Michael Kublin <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
