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

Optimize load time #15

Open
zimme opened this issue May 2, 2015 · 1 comment
Open

Optimize load time #15

zimme opened this issue May 2, 2015 · 1 comment
Assignees

Comments

@zimme
Copy link
Contributor

zimme commented May 2, 2015

I would suggest you use activationCommands in package.json to make sure the package isn't activated until one of the commands are run for the first time.

Right now this package adds 82ms to load time, which isn't much in itself but adds up with other packages.

@unional
Copy link
Collaborator

unional commented Jan 12, 2016

After a more detailed look, I think the activationCommands needed is open-project or open-file. One of the feature atom-perforce provides is to show the client name in the status bar. That will and should be available for any file opened.

I don't know about the actual activationCommands names, as I can't find any documentation about them.

@mattsawyer77 , any idea?

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