Sudden slowdown

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
GeoffM
Posts: 6
Joined: 24 Feb 2008, 21:58

Sudden slowdown

Post by GeoffM »

MantisBT Version 1.3.2
Schema Version 209
Windows IIS 8.5.9600.16384
Windows Server 6.2

MantisBT has been running great for years. Migrated to IIS a couple of years ago - again, no issues. In the last month however, any updates/inserts have become really slow, something like 30s each. SELECTs are fast, unless it's in the middle of an update/insert when it seems to wait for that to complete first. The email table is empty. There are no errors in the logfile, just a couple of warnings that don't appear relevant, and a bunch of notes. There are around 21500 tickets, certainly some files attached but not huge or too many, about 30 users, and no customisations. MySQL tools to check the tables and optimise them all returned OK very quickly. The same email server (hMailServer) is fine for the .NET part of the website (separate application pool, subdomain etc). I can't find any other useful ideas on this forum or elsewhere. Have I missed something?

Thanks.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Sudden slowdown

Post by atrol »

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.
Please use Search before posting and read the Manual
GeoffM
Posts: 6
Joined: 24 Feb 2008, 21:58

Re: Sudden slowdown

Post by GeoffM »

GeoffM wrote: 19 Oct 2018, 17:14 The email table is empty.
atrol wrote: 19 Oct 2018, 18:06 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.
Post Reply