Skip to content
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

Slow startup time #78

Closed
m1ga opened this issue Sep 7, 2014 · 4 comments
Closed

Slow startup time #78

m1ga opened this issue Sep 7, 2014 · 4 comments
Assignees

Comments

@m1ga
Copy link

m1ga commented Sep 7, 2014

startuptime

Perhaps there is some space for improvements. The package is the slowest in my list

@Glavin001 Glavin001 self-assigned this Sep 7, 2014
@Glavin001
Copy link
Owner

Since we have beautify on save support we are unable to use ActivationEvents, however I am confident that there are many performance improvements, both on start up and general performance that could be improved.
Thanks for making this issue.

@Glavin001
Copy link
Owner

My stats:

  • Before: 226ms
  • After: 60ms

I'll keep optimizing and publish when I am ready. Hopefully this performance improvement is satisfiable.

@Glavin001
Copy link
Owner

Published to v0.6.5

@sandstrom
Copy link

Is there a way to detect if beautify on save is used, and if not then only use ActivationEvents?

Otherwise, perhaps Atom can be augmented to support that? I like beautify, it's excellent, but I don't use it all the time and it's currently adding ~500 ms to startup of every window/file I open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants