Skip to content
This repository was archived by the owner on Aug 26, 2022. It is now read-only.

Bug 1177264 - Stop LANGUAGES_DICT being populated on every request.#3328

Merged
groovecoder merged 1 commit into
masterfrom
bug1177264-3
Jul 8, 2015
Merged

Bug 1177264 - Stop LANGUAGES_DICT being populated on every request.#3328
groovecoder merged 1 commit into
masterfrom
bug1177264-3

Conversation

@jezdez
Copy link
Copy Markdown
Contributor

@jezdez jezdez commented Jul 8, 2015

This should stop the intense memory/memcache usage.

This was basically code laziness gone wrong. Instead we'll populate the mapping now once per process as a global module variable and leave it there until we redeploy at which we run the product_details update management command anyway.

Also get rid of a few old and unused settings.

This should stop the intense memory/memcache usage.

This was basically code laziness gone wrong. Instead we'll populate the mapping now once per process as a global module variable and leave it there until we redeploy at which we run the product_details update management command anyway.

Also get rid of a few old and unused settings.
groovecoder added a commit that referenced this pull request Jul 8, 2015
Bug 1177264 - Stop LANGUAGES_DICT being populated on every request.
@groovecoder groovecoder merged commit 48ac924 into master Jul 8, 2015
@jezdez jezdez deleted the bug1177264-3 branch July 8, 2015 16:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants