1
0
Fork 0
pull/12299/head
Christian Flothmann 2025-02-06 14:00:23 +01:00 committed by GitHub
parent b70b6bd070
commit e58aad45b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ There are no real trade-offs with this method. It should always be enabled in
production. production.
The only issue is it does not keep track of autoload misses (i.e. when The only issue is it does not keep track of autoload misses (i.e. when
it cannot find a given class), so those fallback to PSR-4 rules and can still it cannot find a given class), so those fall back to PSR-4 rules and can still
result in slow filesystem checks. To solve this issue two Level 2 optimization result in slow filesystem checks. To solve this issue two Level 2 optimization
options exist, and you can decide to enable either if you have a lot of options exist, and you can decide to enable either if you have a lot of
class_exists checks that are done for classes that do not exist in your project. class_exists checks that are done for classes that do not exist in your project.