Hi,
I'm using Mantis Mantis 1.1.0a2. Mantis is set up to authenticate users through our ldap server, and this works well. The trouble is that certain pages take a minute to load. The only workaround I've found is removing the ldap authentication, which is not a realistic solution in my case. I've turned on
$g_show_queries_list = ON;
$g_show_queries_count = ON;
But nothing unusual is happening. The problem seems to be that the ldap authentication is spinning like a top when accessing certain pages. (ex. Issues that contain notes, and "View Issues")
Is anyone else experiencing this problem? Note, the problem has existed across several versions including the latest stable.
LDAP login causing slow page loads after login.
Moderators: Developer, Contributor
-
skibumm101
- Posts: 40
- Joined: 07 Jun 2006, 16:33
What is the value of $g_use_ldap_email in your config_inc.php file?
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
It is very strange...
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
Re: LDAP login causing slow page loads after login.
I am seeing the same problem, extremely slow "view issues" loading, the notes on bug reports, and when you submit a bug. It is so strange because this was never an issue in the past (we've been runniiing v1.0.8 for about 18 months) and nothing has changed on the bug tracking server.
I set "$g_use_ldap_email = OFF" and now everything works fine.
Problem is, many people (we have 100+ users) now have email rules etc setup to handle mantis emails and I think this setting may have an effect on them. While I consider that minor compared to the performance problem, I'm trying to understand why this happened.
Was there ever an update to this for any other posters? Does anyone know why this problem just pops up?
I'm thinking our IT department may have changed something on the LDAP server (Windows 2003 I believe) that changed the behavior. Perhaps that is what these other posts are dealing with too. If I find anything out, i will update this thread.
I set "$g_use_ldap_email = OFF" and now everything works fine.
Problem is, many people (we have 100+ users) now have email rules etc setup to handle mantis emails and I think this setting may have an effect on them. While I consider that minor compared to the performance problem, I'm trying to understand why this happened.
Was there ever an update to this for any other posters? Does anyone know why this problem just pops up?
I'm thinking our IT department may have changed something on the LDAP server (Windows 2003 I believe) that changed the behavior. Perhaps that is what these other posts are dealing with too. If I find anything out, i will update this thread.
Ryan