-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
CPU at 100% when watching a specific Twig template #859
Comments
Same problem here. Opening any Twig file will make the CPU working at 400%.
|
Having same issue.
This issue is forming me to deactivate this plugin (which I have been loving very much) :( |
Possibly a duplicate of #809 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I watch a particular Twig template, or any partial that is directly included in it, my IDE is using all my CPU to the maximum. If I CTRL-tab to an other source file, the usage drops immediately. It doesn't seem to affect other apps, so it seems to be a pointless loop somewhere.
If I disable the plugin, the issue disappears. I also tried disabling the Twig support plugin, but it obviously stops the Twig parsing so the issue disappears too. I tried commenting out part of the template to find out which part is causing the issue, but I couldn't find anything, since it stops only when I comment out nearly everything.
Using (everything updated to latest available versions):
The text was updated successfully, but these errors were encountered: