##// END OF EJS Templates
Implemented cache-map on main page to save executing select...
Implemented cache-map on main page to save executing select statements that checks if cache should be invalidated. It reduces number of executed queries from N which is number of repos to 1 which is needed to fetch all keys from database. On pages with large number of repos this could reduce load time by half
marcink -
r2352:90e06f53 beta
Show More
Name Size Modified Last Commit Author
/ rhodecode / lib
celerylib
celerypylons
dbmigrate
indexers
middleware
rcmail
vcs
__init__.py Loading ...
annotate.py Loading ...
app_globals.py Loading ...
auth.py Loading ...
auth_ldap.py Loading ...
backup_manager.py Loading ...
base.py Loading ...
caching_query.py Loading ...
colored_formatter.py Loading ...
compat.py Loading ...
db_manage.py Loading ...
diffs.py Loading ...
exceptions.py Loading ...
ext_json.py Loading ...
helpers.py Loading ...
hooks.py Loading ...
markup_renderer.py Loading ...
pidlock.py Loading ...
profiler.py Loading ...
timerproxy.py Loading ...
utils.py Loading ...
utils2.py Loading ...