cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.3.2 Server and Cache setup question and suggestions!!!

Magento 2.3.2 Server and Cache setup question and suggestions!!!

Hi there,

I am new to magento, and I am trying to install the magento 2.3.2 on my own server.

While I read though the documentation, I am confused with the sever setup and configuration especially on the caching software. 

1.

According to configure caching sections, Redis, Varnish, and Memcached can help Magento to improve the application performance.

So do I have to install Redis + Varnish + Memcached

Or

(Redis or Varnish) + Memcached

So which one is the correct setup?

 

2.

I installed Redis, and Memcached on my server. While I go through the instruction on setup and config env.php file the Redis and Memcached the both need to edit session parts.

 

Memcached

'save' => 'memcached'

 

Redis

'save' => 'redis'

 

How do I configured the env.php to let them run both server, from what I can see they session only can save or Redis or Memcached server. If that is the case, do I need both extension install on my server?

 

3.

I am using plesk control panel with cento 7, and I have difficulty to configure the Varnish with Nginx. Therefore, I only can use apache instant of Nginx.

 

In this case, do I still need to install Varnish server? Does it works with Apache?

 

advice and suggestions?

 

Thank you in advanced.

1 REPLY 1

Re: Magento 2.3.2 Server and Cache setup question and suggestions!!!