Following situation:
We have a bigger online shop with PHP 7.4 FPM and Nginx + Nginx Cache currently. The performance slows down from time to time, especially when using Webmail (Roundcube) in parallel.
In roundcube timeouts occur, opening mails is as well very slow and at the same time the perfomance of the onlineshop seems to be hit as well.
Activating the IMAP indexes cache for Roundcube was one of the ideas, but it doesn't change anything ( $config['imap_cache'] = 'db'; )
There is only this shop hosted on the VPS, no other customers or domains. System: Plesk Obsidian 18.0.42 Update #1, Linux, CentOS
Questions:
Am I right that Roundcube Webmail can only use PHP 7.4 as the version with plesk is not the newest?
Could chang the FPM to "dedicated FPM" help?
Has anyone hints beside that?
We have a bigger online shop with PHP 7.4 FPM and Nginx + Nginx Cache currently. The performance slows down from time to time, especially when using Webmail (Roundcube) in parallel.
In roundcube timeouts occur, opening mails is as well very slow and at the same time the perfomance of the onlineshop seems to be hit as well.
Activating the IMAP indexes cache for Roundcube was one of the ideas, but it doesn't change anything ( $config['imap_cache'] = 'db'; )
There is only this shop hosted on the VPS, no other customers or domains. System: Plesk Obsidian 18.0.42 Update #1, Linux, CentOS
Questions:
Am I right that Roundcube Webmail can only use PHP 7.4 as the version with plesk is not the newest?
Could chang the FPM to "dedicated FPM" help?
Has anyone hints beside that?