Opened 12 years ago
Closed 12 years ago
#18956 closed Uncategorized (invalid)
i18n_patterns and problem with cache(memcached)
Reported by: | thecore | Owned by: | nobody |
---|---|---|---|
Component: | Core (Cache system) | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
My code works perfectly on Django-current+memcache(550p/sec).
But after i add i18_patterns for several urls- site very slow worked(Time and performance metrics- as cache not using).(0.5p/sec)
May be django-current cache system incorrectly work with 18n?
If need- i may attach another info(but changes only patterns->i18n_patterns)
P.S. Thanks for you job.
Change History (3)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Summary: | i18n_patterns and cache performance → i18n_patterns and problem with cache(memcached) |
---|
comment:3 by , 12 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Sorry, it's problem uwsgi updates.
Problem cache-i18n- not exist.
Note:
See TracTickets
for help on using tickets.
I check Django 1.4.1.
When enabled cache and i18n_patterns- slow speed too.
After removing i18n_patterns - site speed is ok.