Heavy CPU usage at startup - how to find culprit? #438
-
I make extensive use of dataview/dataviewjs. Recently my CPU usage at startup of Obsidian have become excessive (~500% on a high-end MacBook Pro, for 1 to 2 minutes). I have isolated it to dataview. Is there any way I can narrow it down further? Does dataview execute every code block in every note at startup? Does it index/reindex the world on startup? Any suggestions appreciated! |
Beta Was this translation helpful? Give feedback.
Answered by
blacksmithgu
Aug 22, 2021
Replies: 1 comment 4 replies
-
Dataview indexes the world (markdown files and some CSV) on startup; how large is your vault? And how large are markdown files in your vault? |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
M-bot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dataview indexes the world (markdown files and some CSV) on startup; how large is your vault? And how large are markdown files in your vault?