Cached locale strings are limited to 75 characters. This limit should be configurable.
Increasing this limit reduces db query count Sometimes by 25-30 queries for each page load
Issue is based on http://drupal.org/node/851308 for version 7
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | 1104692-locale-cache-string-length-limit-D6.patch | 1.69 KB | alexku |
| #6 | locale-cache-string-length-limit-1104692.patch | 1.58 KB | alexku |
| #1 | locale-cache-string-length-limit-1104692.patch | 1.69 KB | alexku |
Comments
Comment #1
alexku commentedHere is a patch
Comment #2
alexku commentedchanging status
Comment #4
alexku commented#1: locale-cache-string-length-limit-1104692.patch queued for re-testing.
Comment #6
alexku commentedThis one should work with: patch -p0 -i
Comment #7
alexku commentedComment #9
alexku commentedTrying one more time ... sorry for this mess :)
While in root drupal directory I'm creating the patch using: git diff origin/6.x > ../name.patch
Both "git apply" and "patch -p1" apply the patch correctly
If test fails again, could someone please explain me what am I doing wrong? Thanks
Comment #10
alexku commentedneeds review :)