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

perf: only send updated or removed file on that case #76

Merged
merged 1 commit into from Dec 2, 2018

Conversation

ktsn
Copy link
Owner

@ktsn ktsn commented Dec 2, 2018

Currently, the server sends all Vue SFC data in the workspace when a part of it is updated. This easily makes the performance worse as the project is going large.

This PR just fix it by adding notifications for each updated or removed file.

@ktsn ktsn merged commit 1d5b376 into master Dec 2, 2018
@ktsn ktsn deleted the performance-improvement branch December 2, 2018 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant