Closed Bug 1104103 Opened 10 years ago Closed 9 years ago

Modify document zone caching to use memcached

Categories

(developer.mozilla.org Graveyard :: Performance, defect)

All
Other
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jezdez, Assigned: jezdez)

References

Details

(Whiteboard: [specification][type:change])

What feature should be changed? Please provide the URL of the feature if possible.
==================================================================================
the document zones fetches a list of document zone URL to point at the internal wiki URLs

What problems would this solve?
===============================
as this is done on *every* request no matter if it’s a wiki page or not moving the cache from per-server to a central location would reduce db query time and application time drastically

Who would use this?
===================
n/a

What would users see?
=====================
n/a

What would users do? What would happen as a result?
===================================================
faster loading

Is there anything else we should know?
======================================
Blocks: 1104093
Component: General → Performance
See https://github.com/mozilla/kuma/pull/3048
Assignee: nobody → jezdez
Status: NEW → ASSIGNED
Blocks: 1104119
Commit pushed to master at https://github.com/mozilla/kuma

https://github.com/mozilla/kuma/commit/1cd66471c0e35aff3cfc284281dc2f2e74d644f7
Fix bug 1104103 - Use memcache for document zone caching.

This also gets rid of the "secondary" cache alias that was originall y introduced as a transitionary cache to Memcache but got stuck at some point. The new "memcache" cache alias has replaced that.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.