diff options
author | James Moger <james.moger@gitblit.com> | 2011-10-21 17:00:07 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-10-21 17:00:07 -0400 |
commit | 4d44cf806ddfa8d051f2d6b1289fa3b67b0daf2e (patch) | |
tree | e232621e9612f4be27a3a1ffc14f5737e78f189e /docs/00_index.mkd | |
parent | 3d293a9d1194bd98beb624f1bb0b047cb4467a93 (diff) | |
download | gitblit-4d44cf806ddfa8d051f2d6b1289fa3b67b0daf2e.tar.gz gitblit-4d44cf806ddfa8d051f2d6b1289fa3b67b0daf2e.zip |
Cache repository sizes and default metrics for performance boost
Diffstat (limited to 'docs/00_index.mkd')
-rw-r--r-- | 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 ee5faafb..6a2d0d18 100644 --- a/docs/00_index.mkd +++ b/docs/00_index.mkd @@ -31,6 +31,8 @@ Gitblit requires a Java 6 Runtime Environment (JRE) or a Java 6 Development Kit - 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*
|