Jump to content

Recommended Posts

Posted

Understood, but I wonder if you could not simply create an "Experimental Settings" tab with ample warnings and detailed descriptions on each setting. I've been running your software for 15 years and still don't understand some of the stuff hidden in init.php. These settings may be helpful to more people if only they could access them.

  • 3 months later...
Posted (edited)
On 9/21/2020 at 10:30 AM, bfarber said:

define( 'OUTPUT_CACHE_METHOD', 'Redis' ); // Store guest pages in Redis

Is this the best option for performance? I am using redis already for all the other cache settings available on AdminCP.

Edited by sobrenome
  • 3 weeks later...
Posted
On 9/21/2020 at 11:30 PM, bfarber said:

define( 'OUTPUT_CACHE_METHOD', 'Redis' ); // Store guest pages in Redis
define( 'STORE_METHOD', 'Redis' ); // Use Redis for datastore
define( 'CACHE_METHOD', 'Redis' ); // Use Redis for caching
define( 'REDIS_ENABLED', true ); // Use Redis for sessions

 

can I use mysql for sessions (for other SSO integration is based on that) and Redis for everything else like this?

define( 'REDIS_ENABLED', false); // Use Redis for sessions
define( 'OUTPUT_CACHE_METHOD', 'Redis' ); // Store guest pages in Redis
define( 'STORE_METHOD', 'Redis' ); // Use Redis for datastore
define( 'CACHE_METHOD', 'Redis' ); // Use Redis for caching

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...