-
Notifications
You must be signed in to change notification settings - Fork 451
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
Save on the first file get a little freeze time. #679
Comments
Here is the applicable code for beautify on save functionality: https://github.com/Glavin001/atom-beautify/blob/master/src/beautify.coffee#L423-L467
Since you indicated that it only happens on the first file, it would suggest that subsequent requests are using a cache and therefore faster. All of the It could be because of the The best way to reduce the activation time and reduce the freeze time when first activating Atom Beautify would be to look at:
And try to cut things down.
The main |
This also affects "Installed Packages" page in preferences. |
I'm using Atom 1.2.2 on Macos Yosermite, Atom-Beautify 0.28.19. When i first open Atom and save, it seem get a little freeze about 2-3 seconds, it only happen on the first file.
When i disable Atom-beautify, it don't happen anymore.
Is this a bug on Atom-Beautify ?
The text was updated successfully, but these errors were encountered: