From: Henri Sara Date: Tue, 1 Mar 2016 12:00:23 +0000 (+0200) Subject: Omit timings in production mode (#19644) X-Git-Tag: 7.7.0.alpha1~26^2~35 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=05003bafeb84f8251db6168746893e27bb3b0138;p=vaadin-framework.git 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 --- 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