Эх сурвалжийг харах

Improve performance by not creating session

This benchmark do not need sessions. Sessions in laravel is expensive !
Bruno Cabral 10 жил өмнө
parent
commit
1edf4c2a25

+ 1 - 1
frameworks/PHP/php-laravel/app/config/session.php

@@ -16,7 +16,7 @@ return array(
 	|
 	*/
 
-	'driver' => 'file',
+	'driver' => 'array',
 
 	/*
 	|--------------------------------------------------------------------------