Cs Cart Bad Performance 2020

Right.
I'm working on a new CS Cart store. Fresh install at the moment and i'm already experiencing very very poor performance. There must be a setting somewhere that's giving issues.

I'm running my own dedicated server which is on CentOS 8 + Directadmin. The server has some more websites running (mostly Wordpress), nothing heavy. All other websites run like the wind. Super performance. Even without cache plugins for Wordpress. I have a Magento demo that is fast aswel.
It's just CS.Cart that is running terrible.

Server specs of the new server: DL360Gen8
20 Cores

32GB DDR3

SSD

Server is running:
PHP 7.3 php-fpm
Mysql 8
Mariadb 10.4
Apache 2.4

Like i said, all other sites fast as lightning.

I've did a fresh CS.Cart 4.11.5 install. No custom or 3rd party mods.
Vivashop as a 3rd party theme.

Ive changed default mem to 256M for 32bit and 1024M for 64bit. Server sill has about 10gb of free ram. There are no background processes or heavy crons.
I haven't changed anyting in the config file.
The new URL get's a 503 error.

The current site is running on the same server and is ok. Not anything special.


Anyone has an idea what can cause this? What settings should be changed?

Switch to nginx and optimize fpm and nginx configs and tune mysql server

Switch to nginx and optimize fpm and nginx configs and tune mysql server


Might be one of the next steps. However, on a server with this specs, Apache should run faster. So want to verify first if there’s nothing wrong.

i dont know. my advice is switch to nginx and optimize ur conf files. if you want to check pm me

How are you measuring the "poor performance"? Are you using tools or are you using subjective view. What does the Network page in the browser inspector reveal as to where delays are? Is it TTFB or total page load? Your assertion is too broad to address with any recommendations.

Right.
I'm working on a new CS Cart store. Fresh install at the moment and i'm already experiencing very very poor performance. There must be a setting somewhere that's giving issues.

I'm running my own dedicated server which is on CentOS 8 + Directadmin. The server has some more websites running (mostly Wordpress), nothing heavy. All other websites run like the wind. Super performance. Even without cache plugins for Wordpress. I have a Magento demo that is fast aswel.
It's just CS.Cart that is running terrible.

Server specs of the new server: DL360Gen8
20 Cores

32GB DDR3

SSD

Server is running:
PHP 7.3 php-fpm
Mysql 8
Mariadb 10.4
Apache 2.4

Like i said, all other sites fast as lightning.

I've did a fresh CS.Cart 4.11.5 install. No custom or 3rd party mods.
Vivashop as a 3rd party theme.

Ive changed default mem to 256M for 32bit and 1024M for 64bit. Server sill has about 10gb of free ram. There are no background processes or heavy crons.
I haven't changed anyting in the config file.
The new URL get's a 503 error.

The current site is running on the same server and is ok. Not anything special.


Anyone has an idea what can cause this? What settings should be changed?

If you have multiple domains, it might be that FPM is in a shared pool. Have you configured different pools for all stores, and if so, what are the set limits, because it might be that the FPM pool is full and that it is dynamically resizing on every request, which could result in very bad performance.

Not sure about that.

I receiverd your Email. Will reply. Tuesday is fine :)

See what we can figure out