
Alexander Wels has submitted this change and it was merged. Change subject: webadmin: reduce autocompleter time in chrome ...................................................................... webadmin: reduce autocompleter time in chrome - The profiler in chrome was indicating that the autocompleter was taking significant amounts of time during login. This time was taken mostly loading the exception handlers. I modified the code to not throw exceptions during the time of day lookup. Running the profiler in FF didn't seem to be affected by this. Change-Id: I3f9f0e26274caef5745d2adae9d573498ca6cf4c Signed-off-by: Alexander Wels <awels@redhat.com> --- M backend/manager/modules/searchbackend/src/main/java/org/ovirt/engine/core/searchbackend/BaseAutoCompleter.java 1 file changed, 10 insertions(+), 6 deletions(-) Approvals: Alexander Wels: Verified Vojtech Szocs: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/33683 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3f9f0e26274caef5745d2adae9d573498ca6cf4c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alexander Wels <awels@redhat.com> Gerrit-Reviewer: Alexander Wels <awels@redhat.com> Gerrit-Reviewer: Einav Cohen <ecohen@redhat.com> Gerrit-Reviewer: Greg Sheremeta <gshereme@redhat.com> Gerrit-Reviewer: Vojtech Szocs <vszocs@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server