Closed Bug 855038 Opened 12 years ago Closed 12 years ago

Don't use memcached for l10n lang files

Categories

(www.mozilla.org :: Bedrock, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: pmac, Assigned: pmac)

Details

Newrelic has already shown us a performance issue. For some pages, particularly ones with a lot of translated strings, memcache is being hit thousands of times per page render because it asks the cache for each possible parsed lang file, for ever call to gettext, and this memcached cache expires after 60 seconds. We should do some of this in memory to lighten the load on memcache and reduce the network time required.
Priority: -- → P3
So after the fix the other day that keeps us from hitting memcached for en-US page views, this is no longer a priority. In fact, we now spend so little time hitting the cache, that if we improved this we'd be barely able to tell. I vote we icebox or delete this until it comes up again.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.