Changes between Initial Version and Version 1 of Ticket #18251, comment 3
- Timestamp:
- May 2, 2012, 2:30:43 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18251, comment 3
initial v1 6 6 micro optimization: 7 7 Als this is really really in a hotspot of the code, storing this state locally in WSGIHandler, might be faster than calling {{{app_cache_ready()}}} every request. 8 so an8 so something like this in {{{ WSGIHandler }}} : 9 9 {{{ 10 10 #!python