Laravel Server Timing
Add Server-Timing Header Information
Description
Add Server‑Timing Header Information
Overview
Use laravel-server-timing to inject server‑timing headers directly from your Laravel application.
Default Behavior
By default, the package records:
- The time elapsed before middleware execution.
- The duration required to generate a response within the application.
- The total time taken until the response is sent to the client.
Customization
You can extend these measurements with additional metrics and descriptive text, which will appear in browser developer tools.
Creator
Beyond Code
@beyondcode
Related Projects
Sentry for Laravel
Laravel Error & Performance Monitoring
Laravel Chronotrace
Record & Replay Laravel Requests
Bladestan
PHPStan Analysis for Blade Templates
Missing Livewire Assertions
Collection of Additional Livewire Assertions
Laravel Scanator
Scan Databases for Sensitive Data
Laravel Test Assertions
Collection of Testing Assertions