
Laravel Server Timing
Add Server-Timing Header Information
Creator
Beyond Code @beyondcode
Description
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.Visit Site