-
Notifications
You must be signed in to change notification settings - Fork 416
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
Faster app opening #1106
Comments
Yes this is most important thing, as slow startup is basically due to loading of all plugins , files/directories of sidebar at startup. Sure we'll try to improve it |
@bajrangCoder if possible set size limit of files/directories to load at startup |
Actually after debugging I found that this doesn't affect much |
We can improve speed , by changing mechanism of plugin load and loading of opened files in editor. We can also try web workers stuff. Btw I'm experimenting with lots of stuffs to improve it. |
Check for existing issues
Describe the feature
Acode takes long time to open also it lags much while opening the app
Requesting to make it more capable to load the app more faster
If applicable, add mockups / screenshots to help present your vision of the feature
The text was updated successfully, but these errors were encountered: