Maravel has now also config:cache in version 10.49.0 and route:cache in 10.50.0 #6
Replies: 3 comments
-
https://github.com/macropay-solutions/maravel/releases/tag/10.50.0 route:cache + fixes for config:cache https://github.com/macropay-solutions/maravel/releases/tag/10.50.1 route:cache also nikic/fast-route https://github.com/macropay-solutions/maravel/releases/tag/10.50.2 route:cache fix for Route facade |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Benchmark while calling last route out of more than 500 routes in a lumen project: $router->get('/jahdlkjdkjdlkw[/{id}]', [
'as' => 'version',
'uses' => 'VersionController@version',
]); No db calls involved just printing the version: public function version(): Response
{
return \response(\app()->version(), 200)
->header('Content-Type', 'text/html');
} 85-109 ms no config or route cache |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Maravel has now also config:cache in version 10.49.0
macropay-solutions/maravel@a921f8e
Beta Was this translation helpful? Give feedback.
All reactions