Skip to content

Commit 51f383b

Browse files
committed
wip
1 parent a4ab8e3 commit 51f383b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ By default, the middleware measures only three things, to keep it as light-weigh
2828

2929
## Adding additional measurements
3030

31-
If you want to provide additional measurements, you can use the start and stop methods:
31+
If you want to provide additional measurements, you can use the start and stop methods. If you do not explicitly stop a measured event, the event will automatically be stopped once the middleware receives your response. This can be useful if you want to measure the time your Blade views take to compile.
3232

3333
```php
3434
ServerTiming::start('Running expensive task');

0 commit comments

Comments
 (0)