From 05003bafeb84f8251db6168746893e27bb3b0138 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Tue, 1 Mar 2016 14:00:23 +0200 Subject: Omit timings in production mode (#19644) * UIDL responses only include server side timing information when not in production mode. * Update documentation accordingly. Change-Id: I961d1fdc96b3d04f22254fcd13a5412f17118b42 --- WebContent/release-notes.html | 2 ++ client/src/com/vaadin/client/ApplicationConnection.java | 6 +++++- documentation/advanced/advanced-debug.asciidoc | 12 +++++++++--- server/src/com/vaadin/server/communication/UidlWriter.java | 9 ++++++--- 4 files changed, 22 insertions(+), 7 deletions(-) diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index f7b5611be5..fc1d69fd24 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -142,6 +142,8 @@ This default can be changed in deployment configuration.
  • The annotations @PreserveOnRefresh, @Push, @Theme, @Title, @VaadinServletConfiguration and @Widgetset now use @Inherited. The annotation is also looked up in extended interfaces for backwards compatibility.
  • +
  • Server-side timings of request processing are only sent to the client when not in production mode. Using the + timings in TestBench tests requires the server not to be in production mode.
  • Known Issues and Limitations