Post #3952794
2026-07-20 06:58 UTC
In case you think #phpstan is running too slow, have a look at the result of running `phpstan analyze` command with `-vv` and check whether it utilizes the result cache
When the result cache is warm, it should be wicked fast
in CI you likely need to persist the cache manually
see https://phpstan.org/user-guide/result-cache#setup-in-continuous-integration
Replies (0)
No replies.