Michael Muré (MichaelMure) opened
Currently, the bug table in the termui loads the full bug from disk from all bugs it display. This can easily amount to 30+ bugs to display a single page.
However, all those information are already in the cache (BugExcerpt and IdentityExcerpt) and could be used to make the table truly fast.