Skip to content
  1. Jan 06, 2007
  2. Nov 21, 2006
  3. Mar 29, 2006
  4. Nov 05, 2004
  5. Oct 13, 2004
  6. Feb 08, 2004
  7. Nov 15, 2003
  8. Oct 31, 2003
  9. Jan 27, 2003
    • Moshe Weitzman's avatar
      A module containing helper functions for Drupal developers and · 22c2656f
      Moshe Weitzman authored
      inquisitive admins. Initially, this module prints out a summary of
      all database queries for each page request at the bottom of each page. The
      summary includes how many times each query was executed on a page
      (shouldn't run same query multiple times), and how long each query
       took (short is good - use cache for complex queries).
      
      Also a dprint_r($array) function is provided, which pretty prints arrays. Useful during
      development.
      
      Please contribute your own useful functions. Just edit and commit this module when you
      get the urge. No need to submit a patch!
      22c2656f