Danny Rankevich has uploaded a new change for review.

Change subject: webadmin: bad performance in storage_domains.getQueryableId() 
(#769615)
......................................................................

webadmin: bad performance in storage_domains.getQueryableId() (#769615)

https://bugzilla.redhat.com/show_bug.cgi?id=769615

The call to getQueryableId() contains a StringFormat.
The current StringFormat impl we are using has bad performance in GWT,
and since the method is called many time during grid rendering
(it is used instead of equals()), it causes major performance problems.

I am changing the call to a simple string concatenation.

Will consider replacing the GWT impl of the StringFormat.

Change-Id: I2699668e938774a68c011626336f0e4d54f532af
---
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/storage_domains.java
1 file changed, 1 insertion(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/11/1111/1
--
To view, visit http://gerrit.ovirt.org/1111
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2699668e938774a68c011626336f0e4d54f532af
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Danny Rankevich <danny....@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to