Availability

prevApril 2010next
MonTueWedThuFriSatSun
   
1
 
2
 
3
 
4
 
5
 
6
 
7
 
8
 
9
 
10
 
11
 
12
 
13
 
14
 
15
 
16
 
17
 
18
 
19
 
20
 
21
 
22
 
23
 
24
 
25
 
26
 
27
 
28
 
29
 
30
 
  
(default) 7 queries took 51 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `events`666
2SELECT `Event`.`id`, `Event`.`name`, DAY(event_date) AS event_day FROM `events` AS `Event` WHERE MONTH(`Event`.`event_date`) = 4 AND YEAR(`Event`.`event_date`) = 2010 ORDER BY `Event`.`event_date` ASC 005
3DESCRIBE `contents`10103
4DESCRIBE `callouts`554
5SELECT `Content`.`id`, `Content`.`title`, `Content`.`introText`, `Content`.`bodyText`, `Content`.`keywords`, `Content`.`slug`, `Content`.`parent_id`, `Content`.`created`, `Content`.`modified`, `Content`.`ranking`, `Parentpage`.`id`, `Parentpage`.`title`, `Parentpage`.`introText`, `Parentpage`.`bodyText`, `Parentpage`.`keywords`, `Parentpage`.`slug`, `Parentpage`.`parent_id`, `Parentpage`.`created`, `Parentpage`.`modified`, `Parentpage`.`ranking` FROM `contents` AS `Content` LEFT JOIN `contents` AS `Parentpage` ON (`Content`.`parent_id` = `Parentpage`.`id`) WHERE `Content`.`parent_id` IS NULL ORDER BY `Content`.`ranking` ASC 7726
6SELECT `Childpage`.`id`, `Childpage`.`title`, `Childpage`.`introText`, `Childpage`.`bodyText`, `Childpage`.`keywords`, `Childpage`.`slug`, `Childpage`.`parent_id`, `Childpage`.`created`, `Childpage`.`modified`, `Childpage`.`ranking` FROM `contents` AS `Childpage` WHERE `Childpage`.`parent_id` IN (1, 15, 17, 21, 19, 20, 18) 002
7SELECT `Callout`.`id`, `Callout`.`content_id`, `Callout`.`title`, `Callout`.`content`, `Callout`.`image` FROM `callouts` AS `Callout` WHERE `Callout`.`content_id` IN (1, 15, 17, 21, 19, 20, 18) 115