-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue: Obsidian freezes after I activate the theme #8
Comments
Hi! If this issue appears only with the theme, the console won't show anything because it doesn't really show messages from the CSS code.
Let me know how it goes! |
I've had the same issue and have tested it. There is an extreme slowdown when the theme is used with the Tasks plugin enabled and nothing else. Timing a very simple query on the default theme it takes 10 seconds to load, with Fancy a Story that same query takes 1 minute 27 seconds to load. Obsidian freezes when the theme is enabled if the Tasks plugin is enabled though how long it takes before it does so varies. If the Day Planner or Time Ruler plugins are enabled there is a better change of a freeze sooner rather than later. The common denominator seems to be when there is a plugin that queries the vault and displays the results is enabled. |
Hi @gypsyav |
Hi @Drakemoor and @gypsyav
This is only a temporary file. Right now I disabled a lot of parts of the code that rely on heavy computations (everything with |
This loaded much faster and didn't give me an immediate freeze. I'll post if I notice any more slowdowns or freezes. |
Great, thanks! I should be able to fix that in the next release then. |
Spoke too soon. I worked with it for a while and it started freezing again. I've noticed this behavior with a few themes since Obsidian updated to 1.7. Not sure if that info helps. |
Do you know if it freezes more with my theme? If it's the same than with other themes, it could be caused by an update with 1.7 and some incompatibilities mysteries. But if it's more proned to lags with my theme, then the issue definitively lies in my theme. It's very hard for me to debug because indeed the issue is not constant. I just tried with the old code, with which I experienced on minute freeze before being able to use Obsidian. I wanted to compare to the new code. And... Well, I now have to wait only 5 seconds with the old code. The lag has just disappeared on its own. |
It happens with multiple themes. I was trying to find a theme I could use without a freeze last night and ran into the same thing on most of them. It's only been happening since the 1.7 Obsidian update. Prior to that I didn't have any problems with themes or snippets. |
I really hope you will managed to solve this for you. |
Obsidian freezes after I activate the theme, and I have to force close the whole app. It doesn't happen instantaneously but with a delay of 5-10 seconds.
There are no errors in the console.
I don't know where else can I look so to pinpoint the issue.
It looks great though, and have a lot of useful futures.
It works fine in the sandbox vault, so, the problem probably lays in the plugins I'm using. And I have a lot installed. ;)
The text was updated successfully, but these errors were encountered: