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
In my particular use case that's waiting 1 minute plus for thousands of services to be re-scanned - for a simple change to one file.
I have discussed this with @muglug on slack briefly, and the suggestion is that Codebase::queueClassLikeForScanning needs a way to specify that the file to be scanned is not a stub.
Raising here for before that conversation disappears into the ether.
Thanks
The text was updated successfully, but these errors were encountered:
Hi there,
This plugin is causing a large performance penalty which is most obvious on symfony projects with a large amount of services.
This line:
psalm-plugin-symfony/src/Handler/ContainerHandler.php
Line 144 in cc89974
is causing all services to be re-scanned, and is being triggered here: https://github.com/vimeo/psalm/blob/a80d5b736bddfee3e1d261ad3460d9fa8e7879f0/src/Psalm/Config.php#L1811
In my particular use case that's waiting 1 minute plus for thousands of services to be re-scanned - for a simple change to one file.
I have discussed this with @muglug on slack briefly, and the suggestion is that
Codebase::queueClassLikeForScanning
needs a way to specify that the file to be scanned is not a stub.Raising here for before that conversation disappears into the ether.
Thanks
The text was updated successfully, but these errors were encountered: