On Thu, Jun 06, 2013 at 06:35:43PM -0700, Constantine A. Murenin wrote: > I'm interested in running a web interface to this and other similar > git repositories (FreeBSD and NetBSD git repositories are even much, > much bigger). > > Software-wise, is there no way to make cold access for git-log and > git-blame to be orders of magnitude less than ~5s, and warm access > less than ~0.5s? The obvious way would be to cache the results. You can even put an update cache hook the git repositories to make the cache always be up to date. There's some dynamic web frontends like cgit and gitweb out there but there's also static ones like git-arr ( http://blitiri.com.ar/p/git-arr/ ) that might be more of an option to you. -- Med vänliga hälsningar Fredrik Gustafsson tel: 0733-608274 e-post: iveqy@xxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html