evandotpro/edp-class-counter

There is no license information available for the latest version (dev-master) of this package.

EdpClassCounter is very simple ZF2 that provides a collector for ZendDeveloperTools which counts how many classes were used for a request.

dev-master 2013-07-25 15:07 UTC

This package is not auto-updated.

Last update: 2024-05-06 12:58:41 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.