From 4d44cf806ddfa8d051f2d6b1289fa3b67b0daf2e Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 21 Oct 2011 17:00:07 -0400 Subject: [PATCH] Cache repository sizes and default metrics for performance boost --- docs/00_index.mkd | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/docs/00_index.mkd b/docs/00_index.mkd index ee5faaf..6a2d0d1 100644 --- a/docs/00_index.mkd +++ b/docs/00_index.mkd @@ -31,6 +31,8 @@ - improved: updated ui with Twitter's Bootstrap CSS toolkit **New:** *web.loginMessage = gitblit* +- improved: repositories list performance by caching repository sizes (issue 27) +- improved: summary page performance by caching metric calculations (issue 25) - added: authenticated JSON RPC mechanism **New:** *web.enableRpcServlet = true* **New:** *web.enableRpcAdministration = false* -- Gitblit v1.9.1