View Single Post
Old 09-04-2009, 08:14 PM   #1 (permalink)
ioan1k
The Contributor
 
ioan1k's Avatar
 
Join Date: Mar 2009
Location: US
Posts: 76
Thanks: 0
ioan1k is on a distinguished road
Default 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
  1. Log all database queries with (rows returned, inserted, deleted or added)
  2. Return a traceroute of where the call orginated and how it was routed
  3. Benchmark on how long the SQL Query took and its total memory consumption
  4. Benchmark on how long all SQL queries took to execute and their total memory consumption
Benchmarking
  1. Log execution times for any section of your application which includes the amount of memory used and how long it took to execute
  2. Retrieve and log the size of variables/objects/arrays
ACL
  1. 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
__________________
My Portfolio - Work - Need freelance Work?
I've been developing 5 years now, and I learn something new everyday
ioan1k is offline  
Reply With Quote