Search found 9 matches

by sabkaraja
22 Oct 2007, 13:34
Forum: General Discussion
Topic: Deteriorating Mantis Performance
Replies: 9
Views: 14872

Hi

When is 1.1.x expected to be released ?

Didnt see anything related to this on the roadmap

cheers
R
by sabkaraja
26 Sep 2007, 12:41
Forum: General Discussion
Topic: Deteriorating Mantis Performance
Replies: 9
Views: 14872

Hi vboctor,
I tried to patch the file but I am getting this error:

$ patch filter_api.php < optimizepatch.patch
(Stripping trailing CRs from patch.)
patching file filter_api.php
Hunk #1 succeeded at 721 (offset -524 lines).
Hunk #2 FAILED at 741.
Hunk #3 FAILED at 749.
Hunk #4 FAILED at 886.
3 out ...
by sabkaraja
20 Sep 2007, 06:02
Forum: General Discussion
Topic: Deteriorating Mantis Performance
Replies: 9
Views: 14872

I use MYSQL. My database is indexed.
I checked and even went far to recreate the indexes. I did that by running the admin/upgrade. And copying the sql queries. Then I took all the index queries and ran them on the database.
by sabkaraja
18 Sep 2007, 03:51
Forum: General Discussion
Topic: Deteriorating Mantis Performance
Replies: 9
Views: 14872

Is there a solution to this?

Hi,

Can anyone please let me know if this is a known issue? I am experiencing the same issue across three installations. the common factors in all three are: the mantis version and the database.

In my previous post, I had posted the information of one installation which had the least data. Theres ...
by sabkaraja
16 Sep 2007, 04:50
Forum: General Discussion
Topic: Deteriorating Mantis Performance
Replies: 9
Views: 14872

Sorry, posted in wrong forum

Hi Moderator,

I posted this in general discussion instead of HELP. Can you move it to the appropriate forum please?

I am looking upto the users and mantis-gurus where I went wrong with my mantis setup.

thanks
R
by sabkaraja
15 Sep 2007, 19:22
Forum: General Discussion
Topic: Deteriorating Mantis Performance
Replies: 9
Views: 14872

Deteriorating Mantis Performance

Hi

I have setup Mantis (v1.08 stable) on a dedicated server. The server statistics are of my concern as they seem to be very high.

Memory Usage
-----------------
Total = 993.47 MB
Used = 861.89 MB
Free = 131.58 MB
Shared = 0 B
Buffer = 59.98 MB
Cached = 561.84 MB
Usage = 30.2%

This is the ...
by sabkaraja
26 Aug 2005, 04:19
Forum: General Discussion
Topic: How To Manage Projects That Are Completed?
Replies: 1
Views: 5424

How To Manage Projects That Are Completed?

Hi,

We are using mantisbt for our internal testing. We have some 15-20 testing projects which have been completed, or that has been closed prematurely.

Now when a user logs in, he can see all the projects (even if they are closed) in the list. It happened many a time that bugs are entered in ...
by sabkaraja
11 Aug 2005, 11:47
Forum: General Discussion
Topic: Using Stored Procedures Instead of Inline SQL
Replies: 3
Views: 7433

cool.

Dont mind if the data and logic are separated in API. I just mentioned SP as a means).

I believe, once data is separated from view, more and more people will try playing with customisation and benefit the community (myself included!)

Cheers

Speaking up for the lesser mortals (developers)
by sabkaraja
10 Aug 2005, 14:35
Forum: General Discussion
Topic: Using Stored Procedures Instead of Inline SQL
Replies: 3
Views: 7433

Using Stored Procedures Instead of Inline SQL

I have tried to understand and modify some parts of the mantis bugtracking system.

What I felt intimidating is the fact that the whole code is just in the page.

Isnt it time that the sql be moved from the code into the db as stored procedures?

It will be easy for developers to customise the ...