On Tue, Oct 19, 2010 at 9:02 PM, Dun Peal <dunpea...@gmail.com> wrote:

> Hi. I just finished porting a very large SVN repsoitory to Git. The
> repository contains many (tens of thousands of) tags.
>

I won't ask...


> So having many tags bloats up the amount of HTML that get sent to each
> user, which given our user count is a problem, but also the causes
> browser performance issues rendering a very long page with thousands
> of vertical tag elements.
>

I suppose the right thing to do is to only display a subset of the tags,
which would require a UI to search/browse the tags. Furthermore, I suspect
there's a performance penalty in having repositories with such a large
number of tags - all the tags are fetched from the repository in several
places - so this should probably be handled as well.

Is this a private Gitorious installation?

Cheers,
- Marius

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

Reply via email to