From b651cca33d1a7e95dad50c17cda259b4bd56ae69 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: I73e65057b0c9e8ccfce2a1ee2590f23fba2bdb22 --- 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 3d6bd4376d..bccb867c4d 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -145,6 +145,8 @@ cause problems with external libraries compiled against said versions.
  • Declarative format is now using "vaadin-" as a default prefix instead of the "v-" prefix used in 7.5. This default can be changed in deployment configuration.
  • +
  • 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