diff options
author | Henri Sara <hesara@vaadin.com> | 2016-03-01 14:00:23 +0200 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-03-08 14:03:05 +0200 |
commit | b651cca33d1a7e95dad50c17cda259b4bd56ae69 (patch) | |
tree | 0dfe76f254311a7205fb7d82108f77cb63544afc /WebContent | |
parent | 39409784dfdce456d1e6e1054288c7e446c2cd49 (diff) | |
download | vaadin-framework-b651cca33d1a7e95dad50c17cda259b4bd56ae69.tar.gz vaadin-framework-b651cca33d1a7e95dad50c17cda259b4bd56ae69.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: I73e65057b0c9e8ccfce2a1ee2590f23fba2bdb22
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/release-notes.html | 2 |
1 files changed, 2 insertions, 0 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.</li> <li>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.</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> |