Closed
Bug 75488
(bz-perf)
Opened 24 years ago
Closed 15 years ago
[meta] Bugzilla needs a performance speedup
Categories
(Bugzilla :: Bugzilla-General, enhancement, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: zach, Unassigned)
References
Details
(Keywords: meta, perf)
While mysql's speed is a fiven (portinf is a different thinf), the cfi scripts
could be speedup. This meta buf is intended to track measures that
could be done to speed up bufzilla.
Reporter | ||
Updated•24 years ago
|
Reporter | ||
Comment 1•24 years ago
|
||
keywords, 2.18 radar. Possible 2.16
Reporter | ||
Comment 2•24 years ago
|
||
my (you know what it is) key is messed up in the browser. Please pretend
that the letter is really there, I will fix this ASAP.
Updated•24 years ago
|
Summary: [meta] Bufzilla needs a perf speedup → [meta] Bugzilla needs a performance speedup
Updated•23 years ago
|
Severity: normal → enhancement
Priority: -- → P3
Updated•23 years ago
|
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
Version: other → unspecified
Comment 4•23 years ago
|
||
Taking. I'm working on this stuff nowadays.
Assignee: zach → myk
Depends on: 137011
Updated•22 years ago
|
Alias: bz-perf
Comment 5•22 years ago
|
||
Something really odd is going on here.
I'm looking at network logs, and its taking 30-40 seconds for bmo to start
sending any data, at all. With buglist.cgi, where we ahve the FLUSH calls, data
come in after ~ 20 seconds, then theres 1.2 seconds delay before the 100 bugs in
my query start to show.
I'm noticed that bug_form.pl has an unneeded quietly_check_login(), which would
access the profiles table, but theres no lock there.
Even with userprefs.cgi, 18.5 seconds passed before that displayed, and that
page should only be looking at the profiles table.
query.cgi takes ages, too, and even logging out takes way too long (21 seconds!!)
query.cgi takes 17 seconds from the request to the data being sent when I'm not
logged in. Since I'm not logged in, unless we rebuild the version cache every
time (are we, due to perms issues? that would explain a lot), the only db query
should be to the fielddefs table, and nothing writes to that outside of
checksetup. So its either that, or ConnectToDatabase taking ages.
I don't know if thats a bugzilla issue, or a bmo specific one. I certainly don't
ahve this problem locally, but then again I'm the only local user.
myk, any ideas?
Comment 6•22 years ago
|
||
and quips.cgi takes 31 seconds to load, but that doesn't make any db calls at
all, or even connect to the db???? This doesn't seem like a bugzilla issue to
me, any more.
Comment 7•22 years ago
|
||
Just because the problem only manifests on b.m.o doesn't mean it isn't a
Bugzilla problem. Bugzilla can have performance problems that only manifest
under high load or in other circumstances unique (among installations that run
the new code) to b.m.o.
I think there are both b.m.o and Bugzilla issues involved in the recent
performance problems on b.m.o. For b.m.o-only issues, see bug 151209.
Depends on: 151281
Comment 8•22 years ago
|
||
*** Bug 151202 has been marked as a duplicate of this bug. ***
Comment 9•22 years ago
|
||
Myk, have you tried putting manual timing code on slow CGIs to see where the
delay is?
Updated•22 years ago
|
Blocks: slow-bugzilla
Comment 10•22 years ago
|
||
Lately, I've noticed that Bugzilla is performing much quicker. Don't know if
this is due to a light load, or fixes made.
Updated•22 years ago
|
Comment 12•22 years ago
|
||
This can't block a fixed bug if the bug it blocks is fixed already and this
isn't. Also removing dependency on a duplicate. The original to the dupe is
already on the dependency list.
No longer blocks: slow-bugzilla
No longer depends on: 77764
Comment 13•21 years ago
|
||
Unloved bugs targetted for 2.18 but untouched since 9-15-2003 are being
retargeted to 2.20
If you plan to act on one immediately, go ahead and pull it back to 2.18.
Target Milestone: Bugzilla 2.18 → Bugzilla 2.20
Comment 14•20 years ago
|
||
This bug has not been touched by its owner in over six months, even though it is
targeted to 2.20, for which the freeze is 10 days away. Unsetting the target
milestone, on the assumption that nobody is actually working on it or has any
plans to soon.
If you are the owner, and you plan to work on the bug, please give it a real
target milestone. If you are the owner, and you do *not* plan to work on it,
please reassign it to nobody@bugzilla.org or a .bugs component owner. If you are
*anybody*, and you get this comment, and *you* plan to work on the bug, please
reassign it to yourself if you have the ability.
Target Milestone: Bugzilla 2.20 → ---
Comment 15•19 years ago
|
||
*** Bug 295689 has been marked as a duplicate of this bug. ***
Updated•19 years ago
|
Severity: major → enhancement
Updated•18 years ago
|
QA Contact: mattyt-bugzilla → default-qa
Updated•18 years ago
|
Assignee: myk → general
Comment 16•15 years ago
|
||
All blockers have been resolved, which means that this bug is now FIXED. Future performance issues should be tracked using the "perf" and "topperf" keywords.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•