##// 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 / model
__init__.py Loading ...
comment.py Loading ...
db.py Loading ...
forms.py Loading ...
meta.py Loading ...
notification.py Loading ...
permission.py Loading ...
repo.py Loading ...
repo_permission.py Loading ...
repos_group.py Loading ...
scm.py Loading ...
user.py Loading ...
users_group.py Loading ...