• zeripath's avatar
    Defer Last Commit Info (#16467) · 001dbf10
    zeripath authored
    
    
    One of the biggest reasons for slow repository browsing is that we wait
    until last commit information has been generated for all files in the
    repository.
    
    This PR proposes deferring this generation to a new POST endpoint that
    does the look up outside of the main page request.
    Signed-off-by: default avatarAndrew Thornton <art27@cantab.net>
    001dbf10
last_commit_cache.go 1.02 KB