Page 1 of 1

Performance

Posted: 03 Sep 2007, 19:46
by clan_destina
Hi,
I have some performance problems. I have 500 projects and 30.000 issues.
my issues page wont load and the view issues also.
Im using SQL server 2005 php5 and apache 2.0 version of mantis 1.0.6

Is there a limit of issues that mantis can handle?

Posted: 08 Sep 2007, 14:09
by thraxisp
Mantis doesn't have any limits, per se. You are probably running into the time limit for php execution.

Could you post more details in a bug at http://bugs.mantisbugtracker.com/ . If possible, turn on query tracing (add "$g_show_queries_count = ON; g_show_queries_list = ON;" to your config_inc.php file) temporarily and add the poorly performing page trace to the bug.