You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To add server-timing header informations, you need to add the `BeyondCode\ServerTiming\Middleware\ServerTimingMiddleware` middleware to your HTTP Kernel.
20
+
To add server-timing header information, you need to add the `BeyondCode\ServerTiming\Middleware\ServerTimingMiddleware` middleware to your HTTP Kernel.
21
21
In order to get the most accurate results, put the middleware as the first one to load in the middleware stack.
22
22
23
23
By default, the middleware measures only three things, to keep it as light-weight as possible:
0 commit comments