Photos from June 2006

A table showing the time spent in Drupal 7 functions, sorted by self-time, with call counts for 100 requests.
This figure shows how much time is spent in each function. The functions are sorted by the 'Self' column, which shows the time spent in each function without the time spent in its children. The third column shows how often the function was called to serve 100 requests to the main page.

· Drupal

A table showing functions that call `db_query()` in Drupal 7, with execution time, count, and caller details.
This picture depicts db_query()'s callers.

· Drupal

A table showing time spent in Drupal 7 functions, sorted by inclusive time, with call counts for 100 requests.
This figure shows how much time is spent in each function. The functions are sorted by the 'Incl' column, which shows the time spent in each function including the time spent in the function's children. The third column shows how often the function was called to serve 100 requests to the main page.

· Drupal

A yellow "Union Match" box is captured mid-air, appearing to be falling outdoors.
Matches in free fall at the Camping des Hazalles in Barvaux-sur-Ourthe.

· Miscellaneous

Close-up of red patterned tiles next to a mirror reflecting a person holding a camera.
Interesting tiles at the Camping des Hazalles in Barvaux-sur-Ourthe.

· Miscellaneous

Table showing function execution times when page caching is disabled, sorted by self-time and call frequency.
This figure shows how much time is spent in each function when page caching is disabled. The functions are sorted by the 'Self' column, which shows the time spent in each function without the time spent in its children. The second column shows how often the function was called to serve 100 requests to the main page.

· Drupal

Table showing time spent in each function during page caching, sorted by self-time and call frequency for 100 requests.
This figure shows how much time is spent in each function when page caching is enabled. The functions are sorted by the 'Self' column, which shows the time spent in each function without the time spent in its children. The second column shows how often the function was called to serve 100 requests to the main page.

· Drupal

Table showing Drupal functions querying the database for 100 cached pages, with execution time, query count, and function names.
This figure shows the Drupal functions responsible for querying the database when serving 100 cached pages. The first column shows how much time is spent in the calls to db_query(). The second column shows how many times each function queried the database and the last column shows the functions' names and source files.

· Drupal

Table showing Drupal functions querying the database, with execution time, query count, and function names from source files.
This figure shows the Drupal functions responsible for querying the database when serving 100 pages. The first column shows how much time is spent in the calls to db_query(). The second column shows how many times each function queried the database and the last column shows the functions' names and source files.

· Drupal