UNA
|
Public Member Functions | |
__construct ($aModule) | |
actionHome () | |
Public Member Functions inherited from BxDolModule | |
isEnabled () | |
getName () | |
isLogged () | |
getUserId () | |
getUserPassword () | |
serviceIsSafeService ($s) | |
serviceGetSafeServices () | |
serviceIsPublicService ($s) | |
serviceGetPublicServices () | |
Additional Inherited Members | |
Static Public Member Functions inherited from BxDolModule | |
static | getInstance ($sName) |
static | getTitle ($sUri) |
static | getTitleKey ($sUri) |
Public Attributes inherited from BxDolModule | |
$_aModule | |
$_oDb | |
$_oTemplate | |
$_oConfig | |
Profiler module by BoonEx
This module estimate timining, like page openings, mysql queries execution and service calls. Also it can log too long queries, so you can later investigate these bottle necks and speedup whole script.
BxProfilerModule::__construct | ( | $aModule | ) |
constructor
Reimplemented from BxDolModule.