09-04-2009, 08:14 PM
|
#1 (permalink)
|
|
The Contributor
Join Date: Mar 2009
Location: US
Posts: 76
Thanks: 0
|
FirePHP Question
Hello!
I have a couple of questions for the usefulness of some debugging tools with Firephp and How much you would really utilize them if available
Database Queries - Log all database queries with (rows returned, inserted, deleted or added)
- Return a traceroute of where the call orginated and how it was routed
- Benchmark on how long the SQL Query took and its total memory consumption
- Benchmark on how long all SQL queries took to execute and their total memory consumption
Benchmarking - Log execution times for any section of your application which includes the amount of memory used and how long it took to execute
- Retrieve and log the size of variables/objects/arrays
ACL - Entire trace of a user's access to any given resource
I am asking this as I have this already intergrated into Unus (a framework) and am thinking of porting it into other's
|
|
|
|