]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Patch for bug 305506: reduce number of SQL calls in Bugzilla::User->groups; increase...
authoruid623 <>
Wed, 7 Jun 2006 17:15:27 +0000 (17:15 +0000)
committeruid623 <>
Wed, 7 Jun 2006 17:15:27 +0000 (17:15 +0000)
commite45db871a4a4a12fb87f07e062831e4ca694cd95
tree708257757859ba68a8c5373bccfc46e2b6084d94
parent8811152b9caf8df35ddfeff24e4d777d76a8bb21
Patch for bug 305506: reduce number of SQL calls in Bugzilla::User->groups; increase speed when DB connectivity is poor and shift the burden on the webserver in order to improve scalability when multiple web frontends are used with a single backend DB; patch by Dennis Melentyev <dennis.melentyev@infopulse.com.ua>, r=wicked, r=mkanat, a=myk.
Bugzilla/User.pm