Changes between Initial Version and Version 1 of Ticket #25753
- Timestamp:
- Nov 14, 2015, 9:29:57 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25753 – Description
initial v1 1 If L10N is disabled `formats.get_format` always goes through django's settings module to get the requested format type. Accessing settings is fairly expensive, so I propose caching these values in the same way the values are already cachedwhen L10N is enabled.1 If L10N is disabled `formats.get_format` always goes through Django's settings module to get the requested format type. Accessing settings is fairly expensive, so I propose caching these values in the same way as when L10N is enabled. 2 2 3 3 {{{