Closed
Bug 988182
Opened 11 years ago
Closed 6 years ago
inline history should use the object cache instead of its own user_cache
Categories
(bugzilla.mozilla.org Graveyard :: Extensions: InlineHistory, defect, P5)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: glob, Unassigned)
Details
(Keywords: perf)
extensions/InlineHistory/Extension.pm:82
> $user_cache{$operation->{who}} ||=
> Bugzilla::User->new({ name => $operation->{who} });
$user_cache should be removed, instead pass cache=>1 to the constructor so we'll ping memcached before hitting the database.
Updated•9 years ago
|
Priority: -- → P5
The InlineHistory extension is used only for the legacy bug page that will be disabled in Bugzilla 6.0.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: bugzilla.mozilla.org → bugzilla.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•