mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 21:55:25 +08:00

`consolePrefix()` is an expensive operation (it throws a synthetic error, then parses the backtrace), so we should only do it when absolutely necessary On the topic-list page, this provides a 3-4% improvement in "init to render" times.