UtilBase.getItemsByName() #3144
-
... along with getItemsInFileSet() is causing massive performance issues for me. 6000ms on a decently large tex doc. Any ideas what might be causing this? Note this issue persists on all files, even minimal ones. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
No :( It has to do with us trying to read all the indexes in the project, which probably have to come from disk since they are so slow, which we need to figure out the fileset. I think these things should be coming from cache to avoid this enormously slow index access, so I will have to dive deep to see why that isn't happening. |
Beta Was this translation helpful? Give feedback.
-
Ah, I see. I'm not sure I understand your intention though, do you want me to provide you with specific logs/profiles etc. or what do you mean? |
Beta Was this translation helpful? Give feedback.
-
Ah, gotcha. Thanks for the clarification - appriciate it! |
Beta Was this translation helpful? Give feedback.
-
This completely solved my problem, thank you very much! Have a great summer! |
Beta Was this translation helpful? Give feedback.
No thanks, there is not much you can do at the moment, the problem is clear I just need to find a way to fix it.
This should help a little bit already: https://plugins.jetbrains.com/plugin/download?rel=true&updateId=357446 #3147