-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
[Twig] Optimize Template collector #321
Comments
Haehnchen
added a commit
that referenced
this issue
Aug 16, 2014
…e and memory improvements; only use VirtualFile object and convert them later to PsiFile; also fixing cache of overwrite/implements twig linemarker #321
"FileBasedIndex" are slower by factor 2-3 |
Haehnchen
added a commit
that referenced
this issue
Aug 16, 2014
I think for such a patience-needing task you deserve some applause (not ironical!). So thanks for optimizing this! |
thx :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Twig template files are in fileindex as virtualfiles. but currently there is a recursive path walking and later on a to psifile converting. as it was good in beginning times its now a performance issue in many cases.
The text was updated successfully, but these errors were encountered: