Author Topic: Roundcube performace issue and scalability  (Read 2861 times)

Offline ste74

  • Newbie
  • *
  • Posts: 6
Roundcube performace issue and scalability
« on: March 31, 2021, 12:51:10 PM »
Hi ,
Running latest Roundcube behind nginx+ph-fpm in static mode and using sql3ite like database and authenticating against AD ....
Im seeing getting slow when the concurrency increase ..


No idea what is the bottleneck right now even is put in debug mode php-fpm .

I have 5 k of mailboxes but the webemail site is not too much intensive used during the day ... expect some peaks that slow the site from 1 sec to load the homepage after login to 20 sec .

Is it bad idea keep using sql3ite in place of Mysql because Mysql can write in parallel rather than sql3ite keep queuing write one by one ?

What i can consideirng for having an infrastructure much more scalable ?


 

Offline ste74

  • Newbie
  • *
  • Posts: 6
Re: Roundcube performace issue and scalability
« Reply #1 on: April 05, 2021, 10:10:59 AM »
Hi guys ,

someone suggesting something ?

Thank you