Performance

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
clan_destina
Posts: 3
Joined: 03 Sep 2007, 19:38

Performance

Post 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?
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post 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.
--
Glenn Henshaw Logical Outcome Ltd.
Mantis developer and user w: http://www.logicaloutcome.ca
Post Reply