ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 25,979
- Points
- 823
Reputation:
So just a quick query. At present I have the original global caching setup enabled via Filesystem, which works well:
Code:
After doing a lot of reading, I think that in order to enable Guest Caching the best approach is to do this is below. But am I correct? Take note that the "/myfolder" is just an example...
Read more
Continue reading...
Code:
Code:
$config['cache']['enabled'] = true;
$config['cache']['provider'] = 'Filesystem';
$config['cache']['config'] = [
'directory' => '/myfolder'
];
$config['cache']['sessions'] = true;
After doing a lot of reading, I think that in order to enable Guest Caching the best approach is to do this is below. But am I correct? Take note that the "/myfolder" is just an example...
Read more
Continue reading...