-
Notifications
You must be signed in to change notification settings - Fork 3.4k
1.3.3 development/watch mode hogging cpu #1306
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
Comments
Is this watch mode in the browser? And does the high cph usage come from |
It is occurring in the editor- Espresso has a built in preview browser. When using less.watch() script in the head cpu usuage spikes up and slows down the editor to the point where I can barely use it. If I deactivate the script the cpu usage goes down and the fans will turn off eventually. When I was running 1.2.1 less.watch() worked perfectly fine. I can't seem to get the less.watch() script to work in a regular browser. It never really worked in chrome or safari but it wasn't a big deal to me as I just needed it in espresso. thank you |
Since this is related to an earlier version (and likely to do with sync AJAX, maybe?) is this still an issue? |
I guess it's safe to close either way (until someone reports the same with a current version :P). |
Closing as no-longer-applicable. |
I was running 1.2.1 (on accident) for a while and the live updating with development/watch mode was working really smoothly. After I updated to 1.3.3 and I have watch mode running my code editor, espresso, jumps to 50-90% of my cpu. Basically it's unusable now.
It seems to be any version from 1.3.1+. I'm not sure if this is the right spot for this but I'm getting desperate and was wondering if anyone had similar problems. I do not understand .js so I do not know how to trouble shoot.
thanks
The text was updated successfully, but these errors were encountered: