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

Split into fragments only requested files #8

Open
dmdashenkov opened this issue Jul 1, 2020 · 1 comment
Open

Split into fragments only requested files #8

dmdashenkov opened this issue Jul 1, 2020 · 1 comment

Comments

@dmdashenkov
Copy link
Contributor

dmdashenkov commented Jul 1, 2020

The current implementation fragmentizes all the files under code_root which match code_includes patterns. We can do less work by looking at which files are actually mentioned in <?embed-code?> instructions and only fragmentizing those files.

@alexander-yevsyukov
Copy link
Collaborator

As my work on embedding the code into pages of spine.io show, the performance impact of this issue is significant. IDEA has to chew over 43,000 file changes which is painfully slow.

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

2 participants