Availability

prevJanuary 2012next
MonTueWedThuFriSatSun
      
1
105 Booked
107 Booked
118 Booked
2
 
3
 
4
 
5
 
6
 
7
 
8
 
9
 
10
117 Booked
11
117 Booked
12
117 Booked
13
 
14
117 Booked
15
117 Booked
16
117 Booked
17
117 Booked
18
117 Booked
19
107 Booked
117 Booked
20
107 Booked
21
107 Booked
22
107 Booked
23
 
24
 
25
 
26
 
27
 
28
105 Booked
29
105 Booked
30
105 Booked
31
105 Booked
     
(default) 7 queries took 10 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `events`661
2SELECT `Event`.`id`, `Event`.`name`, DAY(event_date) AS event_day FROM `events` AS `Event` WHERE MONTH(`Event`.`event_date`) = 1 AND YEAR(`Event`.`event_date`) = 2012 ORDER BY `Event`.`event_date` ASC 20202
3DESCRIBE `contents`10102
4DESCRIBE `callouts`551
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 772
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) 001
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) 111