E.g. http://llvm-reviews.chandlerc.com/rL170845.
That commit came up as one of my automated audits and from clicking on the link into the audit and having the "comment" box appear (so that I can just resign, since the commit is not really meant to be reviewed, it's mostly a large import), takes at least a minute.
(some caching effect may be speeding it up now, even though it still takes a while).
It seems like progress first goes into the sidebar indicating which files are modified, which blocks the main part of the page from loading, then the main part of the page is loading a bunch of entries for each file (which just say "load"). Finally the comment form appears. And the page is even getting the "This commit is very large." treatment.
Part of the problem is that 12MB+ of HTML is being sent down the wire. Also just the rendering is taking forever (the tab is using 280MB of memory by itself in Chrome).
I think a possible fix could be to introduce another fractal level of "This commit is very large." that not only collapses the diffs, but also presents the changed files in a way that is that requires less than a linear amount of content (w.r.t. # changed files) to be sent for the initial page load.