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)

Production
x86
macOS
defect

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.
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
Product: bugzilla.mozilla.org → bugzilla.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.