Alexander Wels has posted comments on this change. Change subject: webadmin: fix events not updating ......................................................................
Patch Set 6: (1 comment) http://gerrit.ovirt.org/#/c/24409/6/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/GridTimer.java File frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/GridTimer.java: Line 250 Line 251 Line 252 Line 253 Line 254 I believe this is the culprit on making GWT dev so slow. There are a lot of things that listen to ValueChangeEvents, and doStop is called a LOT. So tons of events being generated, and thus slowing down the application. -- To view, visit http://gerrit.ovirt.org/24409 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I484dff03a5f90679ccaa6ca0b58a50a2b3083df9 Gerrit-PatchSet: 6 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alexander Wels <[email protected]> Gerrit-Reviewer: Alexander Wels <[email protected]> Gerrit-Reviewer: Einav Cohen <[email protected]> Gerrit-Reviewer: Greg Sheremeta <[email protected]> Gerrit-Reviewer: Vojtech Szocs <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
