##// END OF EJS Templates
caches: use different namespaces for conditional_cache wrapper....
caches: use different namespaces for conditional_cache wrapper. Before we used one namespace for ALL meaning caches were kept in single file, or single DB row. While this makes sense for single functions, a per-user, per-group cache should be divided to single files.

File last commit:

r1572:19765357 default
r2814:45a75c50 default
Show More
tuning-rhodecode.rst
22 lines | 502 B | text/x-rst | RstLexer
/ docs / admin / tuning-rhodecode.rst
project: added all source files and assets
r1 .. _rhodecode-tuning-ref:
Tuning |RCE|
============
To customize your |RCE| |version| installation for maximum performance you
may find some of the following methods useful.
.. toctree::
tuning-gunicorn
tuning-vcs-memory-cache
docs: updated docs about session tunning, and fixed DB tunning guide.
r1292 tuning-user-sessions-performance
project: added all source files and assets
r1 tuning-increase-db-performance
tuning-scale-horizontally
tuning-increase-cache-size
tuning-mount-cache-memory
tuning-change-encoding
tuning-change-large-file-dir
git-lfs: added doc about changing git-lfs
r1572 tuning-change-lfs-dir
project: added all source files and assets
r1 tuning-hg-auth-loop