Replies: 2 comments
-
It should be fixed (at least partially) in the version that will be released in ~30 minutes. |
Beta Was this translation helpful? Give feedback.
-
Hi @nema69! I'm Dosu and I’m helping the Trilium team. There are known performance issues in Trilium 0.96 that match what you're seeing—delays when opening notes, UI lag when resizing, and typing lag. These are often linked to how CKEditor is managed (it gets destroyed and recreated when switching note types, which isn't optimized) and to large or complex notes, especially those with deep template inheritance or heavy use of Mermaid diagrams. Mermaid rendering, in particular, can block the UI if diagrams are large or use the ELK layout engine, causing the app to become unresponsive for a while [source][source]. To diagnose further:
If you want to dig deeper, standard Linux/Electron profiling tools (like Chrome DevTools' Performance tab) can help pinpoint bottlenecks, since Trilium doesn't have built-in client-side profiling. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone,
recently I've been noticing some performance issues when using Trilium.
They manifest in delay when opening notes, slow interface rebuilding when changing window size and even some slight delay when typing.
For reference I'm on version 0.96 atm and using Ubuntu on a Thinkpad with a i7-8650u and 16 GB of RAM, so not the newest hardware, but nothing ancient either.
Is anyone else experiencing this?
Do you have any tips how I could diagnose this further?
Thanks for your input :)
Beta Was this translation helpful? Give feedback.
All reactions