- 19 Nov, 2003 1 commit
-
-
moshe weitzman authored
query printing for anon users still doesn't work
-
- 18 Nov, 2003 1 commit
-
-
Gerhard Killesreiter authored
-
- 17 Nov, 2003 1 commit
-
-
moshe weitzman authored
-
- 16 Nov, 2003 1 commit
-
-
Gerhard Killesreiter authored
-
- 15 Nov, 2003 2 commits
-
-
Gerhard Killesreiter authored
-
moshe weitzman authored
-
- 14 Nov, 2003 1 commit
-
-
Gábor Hojtsy authored
-
- 13 Nov, 2003 2 commits
- 04 Nov, 2003 1 commit
-
-
moshe weitzman authored
-
- 31 Oct, 2003 2 commits
-
-
moshe weitzman authored
-
http://www.xdebug.orgmoshe weitzman authored
now works with xdebug to print out profiling info. see http://www.xdebug.org. xdebug can also print pretty stack traces on error moved query_log output to _exit() hook so it works for cached pages.
-
- 16 Oct, 2003 1 commit
-
-
moshe weitzman authored
added ddebug_backtrace() function which is a pretty print of the like named php function which prints out the call stack.
-
- 21 Jun, 2003 1 commit
-
-
ax authored
- show + explain "Query execution threshhold" - 'style="color: red; " class="error"' => 'class="marker"' - wrapped query display in drupal_specialchars() to avoid strange rendering of queries containing html - wrapped complete output in box() to get a nice title and separate it better from normal content
-
- 25 May, 2003 1 commit
-
-
moshe weitzman authored
-
- 23 Apr, 2003 1 commit
-
-
moshe weitzman authored
-
- 12 Mar, 2003 2 commits
-
-
moshe weitzman authored
-
moshe weitzman authored
-
- 27 Feb, 2003 1 commit
-
-
Alastair Maw authored
Updated to include <div style="clear:both"> wrapper around table, to cope with themes that use CSS float blocks (otherwise the table appears underneath things).
-
- 11 Feb, 2003 1 commit
-
-
- 30 Jan, 2003 2 commits
-
-
Gerhard Killesreiter authored
-
Gerhard Killesreiter authored
dev_query => devel_query
-
- 27 Jan, 2003 1 commit
-
-
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!
-