evandotpro / edp-class-counter
EdpClassCounter is very simple ZF2 that provides a collector for ZendDeveloperTools which counts how many classes were used for a request.
Installs: 10 121
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=5.3.3
This package is not auto-updated.
Last update: 2024-11-04 15:16:04 UTC
README
Just a simple module to provide a count of loaded classes in the ZendDeveloperTools toolbar.
This count subtracts built in classes and ZF2 classes loaded up until the ZDT collector is called... The total number is not meant to be 100% accurate, but it can help you when optimizing your code to quickly see that you've reduced the number of classes loaded during a request.