summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2016-03-01 14:00:23 +0200
committerVaadin Code Review <review@vaadin.com>2016-03-01 14:02:57 +0000
commit05003bafeb84f8251db6168746893e27bb3b0138 (patch)
tree91e8f9ce890c05cf4c038381e9312972854e4f3a /WebContent
parent81aadbb9edeb4a57dd02c35937905e5427a674e0 (diff)
downloadvaadin-framework-05003bafeb84f8251db6168746893e27bb3b0138.tar.gz
vaadin-framework-05003bafeb84f8251db6168746893e27bb3b0138.zip
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
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/release-notes.html2
1 files changed, 2 insertions, 0 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.</li>
<li>The annotations @PreserveOnRefresh, @Push, @Theme, @Title, @VaadinServletConfiguration and @Widgetset now use
@Inherited. The annotation is also looked up in extended interfaces for backwards compatibility.</li>
+ <li>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.</li>
</ul>
<h3 id="knownissues">Known Issues and Limitations</h3>
<ul>