Closed
Bug 496916
Opened 16 years ago
Closed 16 years ago
Performance turning mozillaservice.org DB / Memcache
Categories
(Websites Graveyard :: mozillaservice.org, defect)
Websites Graveyard
mozillaservice.org
Tracking
(Not tracked)
RESOLVED
FIXED
1.0
People
(Reporter: ozten, Assigned: ozten)
Details
Attachments
(1 file)
15.90 KB,
patch
|
Details | Diff | Splinter Review |
DB queries need to be analyzed to ensure they are using DB indexes, etc.
webapp doesn't use caching yet. This bug will document memcache usage as it is added
Assignee | ||
Comment 1•16 years ago
|
||
See docs/caching.txt for an overview.
This patch adds caching to areas of the site that are read-only and driven by cron, or read/write and high traffic.
Attachment #382625 -
Flags: review?
Comment 2•16 years ago
|
||
FWIW: The caching looks fine to me. The only comment that came to mind is that you might want to take the consts for keys, TTLs, prefixes, etc and stick them in a config file - maybe even the cache.php config file. But, no real biggie.
Assignee | ||
Comment 3•16 years ago
|
||
Thanks for the code review Les. Checked in.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Target Milestone: --- → 1.0
Assignee | ||
Updated•15 years ago
|
Attachment #382625 -
Flags: review?
You need to log in
before you can comment on or make changes to this bug.
Description
•