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 #127

Closed
xpol opened this issue Oct 21, 2014 · 6 comments
Closed

Slow startup time #127

xpol opened this issue Oct 21, 2014 · 6 comments

Comments

@xpol
Copy link

xpol commented Oct 21, 2014

Nice package, thanks.

But this package takes 300+ms start time, while other packages only 1~5 ms.

Is it possible consider improve startup time?

@Glavin001
Copy link
Owner

There have been optimizations from Issue #78. I will take another pass and try to optimize it further.

@Glavin001 Glavin001 changed the title This package added 345ms to startup time. Slow startup time Oct 21, 2014
@Glavin001
Copy link
Owner

@xpol @gespinha

Please note (from https://discuss.atom.io/t/how-to-speed-up-your-packages/10903):

The first time you load/activate a package, all .coffee files will be compiled and put into the coffeescript cache. So open a new window, then open a second window and open timecop on that second window.

I am working on this now. No ETA yet.

@Glavin001
Copy link
Owner

Now it's really fast loading 😉 :
image

@Glavin001
Copy link
Owner

Published to v0.14.1

Please try this and let me know if this works for you and/or if you have any problems! Thanks.

@gespinha
Copy link

@Glavin001 This update solves my problem, thanks! It works great now! :)

@Glavin001
Copy link
Owner

Glad to hear it's performing better now 😃 Thanks for your feedback!

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