Add Server-Timing Header Information
"Add server-timing header information from within your Laravel apps with
laravel-server-timing
.By default, it measures the time before the middleware gets called, the time to get a response within the app and the total time before sending out the response. You can add additional measurements and textual information as well, which will be shown in the developer tools."
Beyond Code
@beyondcode