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
Performance issue #5
Comments
Some measures: When everything function is in one single big file:
|
Results after splitting functions in 128 files:
|
The difference shouldn't be so enormous! Is it possible to attach |
Thanks a lot! Reproduced: https://youtrack.jetbrains.com/issue/WI-43453 |
Cool. Happy to help if I can. |
CC: 2M file with 2853 non-absolute Exceptions namespace reference eg @throws Exceptions\ApacheException -> was a full file scan for use for each ref. |
Woot! That was fast. Thanks a lot @neuro159 ! |
Scanning of lib.php by PHPStorm alone takes several minutes.
We should also check performance for PHP.
TODO: try to split the file in several smaller files?
The text was updated successfully, but these errors were encountered: