All Projects → tmaiaroto → li3_perf

tmaiaroto / li3_perf

Licence: other
Lithium PHP Framework performance and information toolbar

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
The li3_perf library provides a toolbar for your Lithium application
useful for debugging. Various performance factors are displayed in this
toolbar including time to load, database query explains, and more.
The Lithium log files (within resources/tmp/logs) are also displayed
in this toolbar.

Note: It is suggested that you have a program called "ccze" installed
on your machine. While not required, it makes the log output colored
and formatted with HTML. Otherwise, it will just be one color.

Also Note: You must have a newer version of Lithium. There was
a change to the lithium/data/collection class. An additional method
was added so that the $this->_result could be returned. This property
contains the MongoCursor, which is required to display the explain()
for Mongo queries.



Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].