laravel-server-timing icon indicating copy to clipboard operation
laravel-server-timing copied to clipboard

Add Server-Timing header information from within your Laravel apps.

Results 5 laravel-server-timing issues
Sort by recently updated
recently updated
newest added

Hi, thanks for the great package. Just for clarification, this 'bootstrap' is the time it took the request from laravel to run itself to 'server-timing' middleware?

Hello, this package wrong `bootstrap` time value while being used with Laravel Octane. It seems that after the first boot of Laravel, the timing never stop its counter.

Hey there 👋 Unfortunately I do no longer have the time to maintain this package. If someone wants to take over the maintenance of this, I'd happily hand it over....

It would be good to have it configurable, if one (big) or multiple (short) headers should be created. https://github.com/beyondcode/laravel-server-timing/blob/master/src/Middleware/ServerTimingMiddleware.php#L69-L75

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 12.x. **Before merging**, you need to: - Checkout the `l12-compatibility`...