|
|
|
|
|
by ognarb
477 days ago
|
|
I had a similar case when I work on a Matrix client (NeoChat) and I and the other devs were wondering why loading an account was so slow. Removing the loading spinner made it so much faster, because the animation to render the loading spinner uses 100% cpu. |
|
It’s far more expensive than people assume and in many cases is single-threaded. This can make logging the scalability bottleneck!