-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
High load due to repeated indexing #361
Comments
Same issue - different project.
Logs:
|
Curiously the issue with the extension oidc seems to be resolved with the updated versions
|
I can confirm the problem: PhpStorm 2023.1.2 TYPO3 CMS Support: 231.9.2 EXT:oicd 1.2.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Opening a plain clone of ext:oidc in phpstorm (currently this commit is master xperseguers/t3ext-oidc@c27ec0b) causes massive CPU load due to repeated indexing every few seconds.
The diagnosis shows that the typo3-plugin is causing the indexing with the message
Rebuild requested for index com.cedricziel.idea.typo3.index.core_service_map
This did not happen with other projects to me lately, so this is a nice simple project to reproduce.
(Maybe related to #327 ?)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No indexing, when nothing has changed.
Versions
The text was updated successfully, but these errors were encountered: