There is a global lock in unrolled.render.HTML: https://github.com/unrolled/render/blob/b7951a4bb643b89b5e45e179cee661139809c294/render.go#L392 Anything that holds up Rendering just blocks it for everyone and we essentially can only render one html template at a time. _Originally posted by @zeripath in https://github.com/go-gitea/gitea/issues/15826#issuecomment-837359192_