Search found 5 matches

by bodtx
11 Jun 2024, 08:00
Forum: Help
Topic: Sudden slowdown
Replies: 3
Views: 5322

Re: Sudden slowdown


Check if there are entries in mantis_email_table.
If so, there is a problem sending emails which might be the reason for your performance problem.


Yes! this works for me in 2.26.0.
Mantis seems to try sending mail in this table each time a new mail is generated (ex: new issue assignment)

once ...
by bodtx
21 Jun 2022, 07:04
Forum: Help
Topic: 4+ seconds to display an issue, need to optimize
Replies: 8
Views: 5115

Re: 4+ seconds to display an issue, need to optimize

Waow impressive, it is now faster than light

Screenshot 2022-06-21 at 09-02-24 0011056 Le libellé Bâtiment est toujours présent dans les messages d'erreur - MantisBT.png

I have disabled

$g_use_ldap_email = OFF;

and it did the tricks.
I've noticed for the next release.

thx so much.
by bodtx
20 Jun 2022, 07:18
Forum: Help
Topic: 4+ seconds to display an issue, need to optimize
Replies: 8
Views: 5115

Re: 4+ seconds to display an issue, need to optimize

Hi here are the plugins

Screenshot 2022-06-18 at 10-38-08 Gérer les greffons - MantisBT.png


did not find any file named "custom_functions_inc.php" so I suppose there is no custom functions.

We did not change the original source code

the response time does not seems linked to the relation ...
by bodtx
17 Jun 2022, 08:43
Forum: Help
Topic: 4+ seconds to display an issue, need to optimize
Replies: 8
Views: 5115

4+ seconds to display an issue, need to optimize

Hi, I have some issue with slow page display.
It usually takes 3-4 seconds to display a bug page:

my versions:


mantis 2.23.0
php 7.3.24
postgres 11.9, PostgreSQL 11.9 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-39), 64-bit


number of issues: 10K

typical ...