Hi Guys, seems to me our mantis server is slow at the moment.
We did upgrade virtual memory to 3 gb but still no better performance.
Seems this performance issue is there since the new version but it is not proven.
Are there others with similar feedback?
Are there options to check the indexes and database consistancy ?
we have about 6000 bugs registerd
thanks
eelco
Performance mantis1.2.15
Moderators: Developer, Contributor
Re: Performance mantis1.2.15
The provided information is not sufficient to provide any help in resolving the issue. A complete and detailed description is required to get a clear understanding of the problem.
You should explain what you do, what are the results you expect to get and what you actually get.
The additional information listed below may also be useful:
- Exact version of PHP, Database, Web server and Operating System
- Relevant customizations (e.g. changes in config_inc.php, etc)
- Installed plugins or custom functions ?
- Was the MantisBT source code modified in any way ?
- Why do you think that there is a database issue?
- Was there a reason that you thought that upgrading virtual memory would improve the performance?
You should explain what you do, what are the results you expect to get and what you actually get.
The additional information listed below may also be useful:
- Exact version of PHP, Database, Web server and Operating System
- Relevant customizations (e.g. changes in config_inc.php, etc)
- Installed plugins or custom functions ?
- Was the MantisBT source code modified in any way ?
- Why do you think that there is a database issue?
- Was there a reason that you thought that upgrading virtual memory would improve the performance?
Re: Performance mantis1.2.15
We also found issues, not so much in 1.2.15 but overall.
Looking @ the chanegs in our infrastructure, we found that the only change as that exchange server was replaced with exchange server 2010.
This turned out to be the issue. Always when sending out an email outside our own domain, it would take quite some time.
Appears to be a new feature of 2010
We simply started to use a scheduled task for sending the emails and now performance is back on track
Looking @ the chanegs in our infrastructure, we found that the only change as that exchange server was replaced with exchange server 2010.
This turned out to be the issue. Always when sending out an email outside our own domain, it would take quite some time.
Appears to be a new feature of 2010

We simply started to use a scheduled task for sending the emails and now performance is back on track

-
- Posts: 10
- Joined: 21 May 2010, 13:54
Re: Performance mantis1.2.15
Hi guys,infrastructure info
Virtual server on a ESX platform
top - 16:17:29 up 37 days, 36 min, 1 user, load average: 0.00, 0.00, 0.00
Tasks: 78 total, 1 running, 77 sleeping, 0 stopped, 0 zombie
Cpu(s): 0.3%us, 0.0%sy, 0.0%ni, 99.7%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 3095356k total, 2791968k used, 303388k free, 84552k buffers
Swap: 1748984k total, 1288k used, 1747696k free, 2333296k cached
Apache errorlog empty only starting apache
Exim is delivering mail to our external mailservr (exchange)
MantisBT 1.2.15
MySQL
Server: Localhost via UNIX socket
Server version: 5.1.66-0+squeeze1
Protocol version: 10
MySQL charset: UTF-8 Unicode (utf8)
Apache/2.2.16 (Debian)
MySQL client version: 5.1.66
PHP extension: mysql
Virtual server on a ESX platform
top - 16:17:29 up 37 days, 36 min, 1 user, load average: 0.00, 0.00, 0.00
Tasks: 78 total, 1 running, 77 sleeping, 0 stopped, 0 zombie
Cpu(s): 0.3%us, 0.0%sy, 0.0%ni, 99.7%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 3095356k total, 2791968k used, 303388k free, 84552k buffers
Swap: 1748984k total, 1288k used, 1747696k free, 2333296k cached
Apache errorlog empty only starting apache
Exim is delivering mail to our external mailservr (exchange)
MantisBT 1.2.15
MySQL
Server: Localhost via UNIX socket
Server version: 5.1.66-0+squeeze1
Protocol version: 10
MySQL charset: UTF-8 Unicode (utf8)
Apache/2.2.16 (Debian)
MySQL client version: 5.1.66
PHP extension: mysql
Re: Performance mantis1.2.15
You can temporary add the followig line to file config_inc.php to check if the problem is caused by your mailserver
Code: Select all
$g_enable_email_notification = OFF;