Search
 
SCRIPT & CODE EXAMPLE
 

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
Comment

PREVIOUS NEXT
Code Example
Php :: wsl continuous loading 
Php :: php json hjeader 
Php :: send sms by php diafaan 
Php :: delete uploaded media file wp using code 
Php :: php delete item from array 
Php :: get parameter in php 
Php :: php error display 
Php :: append new line php 
Php :: PHP strlen — Get string length 
Php :: show date time with milliseconds php 
Php :: I cannot login to my CPanel hosted Laravel Application, my SSL has expired 
Php :: guzzlehttp post json example 
Php :: replace all php 
Php :: laravel scaffolding 
Php :: valid number in excel php 
Php :: php tags 
Php :: drupal 9 enable PHP errors 
Php :: file upload in php through ajax 
Php :: php array order by date 
Php :: redirect to site php 
Php :: remove % sign from string php 
Php :: php check if string contains number 
Php :: smarty if 
Php :: laravel vue csrf 
Php :: pdo php check if row exist 
Php :: last 6 digits of string laravel 
Php :: add new column to existing table laravel 
Php :: how to write for loop in laravel blade 
Php :: how to create compomemt in laravel livewire 
Php :: php remove object from array by property 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =