You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The current implementation fragmentizes all the files under
code_root
which matchcode_includes
patterns. We can do less work by looking at which files are actually mentioned in<?embed-code?>
instructions and only fragmentizing those files.The text was updated successfully, but these errors were encountered: