diff --git a/rhodecode/templates/index_base.html b/rhodecode/templates/index_base.html
--- a/rhodecode/templates/index_base.html
+++ b/rhodecode/templates/index_base.html
@@ -38,7 +38,9 @@
${gr.group_description} |
- ##${gr.repositories.count()} |
+ ## this is commented out since for multi nested repos can be HEAVY!
+ ## in number of executed queries during traversing uncomment at will
+ ##${gr.repositories_recursive_count} |
% endfor