We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0547b16 commit 54707cbCopy full SHA for 54707cb
actionpack/CHANGELOG.md
@@ -1,3 +1,16 @@
1
+* Add Server-Timing middleware
2
+
3
+ Server-Timing specification defines how the server can communicate to browsers performance metrics
4
+ about the request it is responding to.
5
6
+ The ServerTiming middleware is enabled by default on `development` environment by default using the
7
+ `config.server_timing` setting and set the relevant duration metrics in the `Server-Timing` header
8
9
+ The full specification for Server-Timing header can be found in: https://www.w3.org/TR/server-timing/#dfn-server-timing-header-field
10
11
+ *Sebastian Sogamoso*, *Guillermo Iguaran*
12
13
14
## Rails 7.0.0.alpha2 (September 15, 2021) ##
15
16
* No changes.
0 commit comments