REDIS Server has been added to Linux hosting to speed up your wordpress sites considerably.
However, you must do some manual work before it works:
1) Add these lines to your site's  wp-config.php file -- which is usually in the httpdocs folder:
define( 'WP_REDIS_HOST', '127.0.0.1' ); 
define( 'WP_REDIS_PORT', '6379' ); 
define( 'WP_REDIS_DATABASE', 1 );   
define( 'WP_REDIS_PASSWORD', 'email us for the access password');
(Yes - contact us at info@kalfaoglu.net for the password please)
2) Go into the web administrator of your site (usually https://your-site/wp-admin) and download the following add-on:  Redis Object Cache.  Direct link:  https://wordpress.org/plugins/redis-cache/ 
3) Enable the add-on, and go into its settings and click the test button.. It should show all green.
That's it. Enjoy your speeded up web site!
Monday, December 5, 2022
