Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View ruudk's full-sized avatar
🔥
Fixing bugs

Ruud Kamphuis ruudk

🔥
Fixing bugs
View GitHub Profile
@ruudk
ruudk / keybase.md
Created December 11, 2016 12:35
keybase.md

Keybase proof

I hereby claim:

  • I am ruudk on github.
  • I am ruudk (https://keybase.io/ruudk) on keybase.
  • I have a public key ASCVbtM2zKFqoGYjMddeyhtPSDsT--_oCjJr3n2g_xa5Ogo

To claim this, I am signing this object:

@ruudk
ruudk / README.md
Created December 8, 2022 15:35
How to find the files that are the slowest to analyze with PHPStan?

How to find the files that are the slowest to analyze with PHPStan?

For us, PHPStan became a bit slower with every release. We have a very large codebase with 10.000+ classes. There seem to be a few known issues related to big arrays.

See: phpstan/phpstan#8353 phpstan/phpstan#8146

To understand which files are problematic we run the following command: