Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

laravel modules slowdown

//In config/modules.php

'cache' => [
        'enabled' => false, // it should be true
        'key' => 'laravel-modules',
        'lifetime' => 60, // config cache time you want
    ],

//My result after this is from 8.37 secs to 700 ms with 31 modules
 
PREVIOUS NEXT
Tagged: #laravel #modules #slowdown
ADD COMMENT
Topic
Name
4+1 =