i use sharing hosting, so can not use Redis
for caching css i'm trying to apply this code:
this works for me, but by default has lifetime 300 sec.
how i can change the code for increase lifetime ?
i tried different variants, but could not
for caching css i'm trying to apply this code:
Code:
$config['cache']['context']['css'] = [
'provider' => 'Filesystem',
'config' => [
'directory' => 'cache/'
],
];
this works for me, but by default has lifetime 300 sec.
how i can change the code for increase lifetime ?
i tried different variants, but could not
Last edited: