RSS Feed/News Best Filesystem cache settings

Status
Not open for further replies.

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:

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...
 
Status
Not open for further replies.
Top