(default) 31 queries took 270 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `photoalbums`101011
2DESCRIBE `photos`131310
3DESCRIBE `donitasusers`414110
4DESCRIBE `groups_users`4410
5DESCRIBE `groups`8810
6DESCRIBE `metagroups`5511
7DESCRIBE `groupfunctions`3311
8SET NAMES 'UTF8'00
9DESCRIBE `messageboards_metagroups`4410
10DESCRIBE `messageboards`4410
11DESCRIBE `notes`5510
12DESCRIBE `notes_metagroups`4410
13DESCRIBE `comments`111110
14DESCRIBE `calendars_metagroups`4410
15DESCRIBE `calendars`2210
16DESCRIBE `calendaritems`101010
17DESCRIBE `photo_votes`6610
18DESCRIBE `attachments_newsitems`3310
19DESCRIBE `attachments`121210
20DESCRIBE `newsitems`9910
21DESCRIBE `logs`101010
22SELECT COUNT(*) AS `count` FROM `photoalbums` AS `Photoalbum` WHERE `isvisible` = 1 119
23SELECT `Photoalbum`.`id`, `Photoalbum`.`user_id`, `Photoalbum`.`name`, `Photoalbum`.`intro`, `Photoalbum`.`dir`, `Photoalbum`.`preview`, `Photoalbum`.`date`, `Photoalbum`.`isvisible`, `Photoalbum`.`created`, `Photoalbum`.`modified` FROM `photoalbums` AS `Photoalbum` WHERE `isvisible` = 1 ORDER BY `date` desc, `id` desc LIMIT 1313137
24DESCRIBE `smileys`339
25SELECT `Newsitem`.`id`, `Newsitem`.`title`, `Newsitem`.`message`, `Newsitem`.`preview` FROM `newsitems` AS `Newsitem` LEFT JOIN `metagroups` AS `Metagroup` ON (`Newsitem`.`metagroup_id` = `Metagroup`.`id`) WHERE isledenonly = 0 AND (metagroup_id = 31 OR metagroup_id = 3 OR metagroup_id = 45 OR metagroup_id = 35 OR metagroup_id = 34 OR metagroup_id = 33 OR metagroup_id = 32 OR metagroup_id = 36 OR metagroup_id = 42 OR metagroup_id = 40 OR metagroup_id = 39 OR metagroup_id = 43 OR metagroup_id = 15 OR metagroup_id = 14 OR metagroup_id = 50 OR metagroup_id = 51 OR metagroup_id = 41 ) AND (enddate > now() OR enddate = "0000-00-00 00:00:00" or enddate is null or enddate < date) AND date < now() ORDER BY `date` desc LIMIT 4441
26SELECT `Attachment`.`internalfilename`, `Attachment`.`showafter`, `Attachment`.`id`, `Attachment`.`size`, `Attachment`.`filename`, `Attachment`.`title`, `Attachment`.`categorie`, `Attachment`.`isloginrequired`, `Attachment`.`isdownload`, `Attachment`.`created`, `Attachment`.`modified`, `Attachment`.`user_id`, `AttachmentsNewsitem`.`id`, `AttachmentsNewsitem`.`attachment_id`, `AttachmentsNewsitem`.`newsitem_id` FROM `attachments` AS `Attachment` JOIN `attachments_newsitems` AS `AttachmentsNewsitem` ON (`AttachmentsNewsitem`.`newsitem_id` IN (418, 396, 392, 388) AND `AttachmentsNewsitem`.`attachment_id` = `Attachment`.`id`) 110
27DESCRIBE `matches`272710
28DESCRIBE `clubs`4410
29DESCRIBE `sportshalls`9910
30DESCRIBE `nevobo_regions`4410
31SELECT `Calendaritem`.`id`, `Calendaritem`.`calendar_id`, `Calendaritem`.`startdate`, `Calendaritem`.`enddate`, `Calendaritem`.`title`, `Calendaritem`.`info`, `Calendaritem`.`location`, `Calendaritem`.`url`, `Calendaritem`.`modified`, `Calendaritem`.`created`, `Calendar`.`id`, `Calendar`.`name` FROM `calendaritems` AS `Calendaritem` LEFT JOIN `calendars` AS `Calendar` ON (`Calendaritem`.`calendar_id` = `Calendar`.`id`) WHERE calendar_id = 1 AND ((enddate > now() or enddate = "0000-00-00 00:00:00" or enddate is null or enddate < startdate) OR (enddate is null OR enddate < now())) AND startdate > now() ORDER BY `startdate` ASC 001