From: Fredrik Gustafsson <iveqy@iveqy.com>
To: "Constantine A. Murenin" <mureninc@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: is there a fast web-interface to git for huge repos?
Date: Fri, 7 Jun 2013 08:33:53 +0200 [thread overview]
Message-ID: <20130607063353.GB19771@paksenarrion.iveqy.com> (raw)
In-Reply-To: <CAPKkNb4bYfBeqkBKqe-22iJsqjmvrYNSe4oWUnPo7QeghLK59Q@mail.gmail.com>
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@iveqy.com
next prev parent reply other threads:[~2013-06-07 6:31 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-07 1:35 is there a fast web-interface to git for huge repos? Constantine A. Murenin
2013-06-07 6:33 ` Fredrik Gustafsson [this message]
2013-06-07 17:05 ` Constantine A. Murenin
2013-06-07 17:57 ` Fredrik Gustafsson
2013-06-07 19:02 ` Constantine A. Murenin
2013-06-07 20:13 ` Charles McGarvey
2013-06-07 20:21 ` Constantine A. Murenin
2013-06-14 10:55 ` Holger Hellmuth (IKS)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130607063353.GB19771@paksenarrion.iveqy.com \
--to=iveqy@iveqy.com \
--cc=git@vger.kernel.org \
--cc=mureninc@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).