Skip to content

Commit 77139c9

Browse files
authored
Add Image of Developer Tools to README
1 parent dbcfe7f commit 77139c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ By default, the middleware measures only three things, to keep it as light-weigh
2626
- Application time (time to get a response within the app)
2727
- Total (total time before sending out the response)
2828

29+
Once the package is successfully intstalled, you can see your timing information in the developer tools of your browser. Here's an example from Chrome:
30+
31+
![image](https://user-images.githubusercontent.com/40676515/73973252-d831a980-48e7-11ea-88fc-a606fd5b758a.png)
32+
2933
## Adding additional measurements
3034

3135
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.

0 commit comments

Comments
 (0)