Gluurgids

Zoeken in de Gluurgids

(default) 37 queries took 270 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `donitasusers`414110
2DESCRIBE `groups_users`4410
3DESCRIBE `groups`8810
4DESCRIBE `metagroups`5510
5DESCRIBE `groupfunctions`3310
6SET NAMES 'UTF8'00
7DESCRIBE `messageboards_metagroups`4410
8DESCRIBE `messageboards`4410
9DESCRIBE `notes`5510
10DESCRIBE `notes_metagroups`4410
11DESCRIBE `comments`111110
12DESCRIBE `calendars_metagroups`4410
13DESCRIBE `calendars`2210
14DESCRIBE `calendaritems`101010
15DESCRIBE `trainings`101010
16DESCRIBE `logins`4410
17DESCRIBE `logs`101010
18DESCRIBE `htmlpages`7710
19DESCRIBE `contentgroups`4410
20DESCRIBE `contentgroups_htmlpages`4410
21SELECT `Htmlpage`.`id`, `Htmlpage`.`textid`, `Htmlpage`.`title`, `Htmlpage`.`content`, `Htmlpage`.`loginrequired`, `Htmlpage`.`request`, `Htmlpage`.`group_id` FROM `htmlpages` AS `Htmlpage` WHERE `Htmlpage`.`id` = 6 LIMIT 1110
22SELECT `Contentgroup`.`id`, `Contentgroup`.`name`, `Contentgroup`.`modified`, `Contentgroup`.`created`, `ContentgroupsHtmlpage`.`id`, `ContentgroupsHtmlpage`.`htmlpage_id`, `ContentgroupsHtmlpage`.`contentgroup_id`, `ContentgroupsHtmlpage`.`ordering` FROM `contentgroups` AS `Contentgroup` JOIN `contentgroups_htmlpages` AS `ContentgroupsHtmlpage` ON (`ContentgroupsHtmlpage`.`htmlpage_id` = 6 AND `ContentgroupsHtmlpage`.`contentgroup_id` = `Contentgroup`.`id`) 000
23SELECT `Group`.`id`, `Group`.`alias_id`, `Group`.`type`, `Group`.`name`, `Group`.`email`, `Group`.`teamtype`, `Group`.`teamnumber`, `Group`.`photo` FROM `groups` AS `Group` WHERE type="Team" and teamtype="Dames" ORDER BY `teamnumber` ASC 16160
24SELECT `Group`.`id`, `Group`.`alias_id`, `Group`.`type`, `Group`.`name`, `Group`.`email`, `Group`.`teamtype`, `Group`.`teamnumber`, `Group`.`photo` FROM `groups` AS `Group` WHERE type="Team" and teamtype="Heren" ORDER BY `teamnumber` ASC 990
25SELECT `Group`.`id`, `Group`.`alias_id`, `Group`.`type`, `Group`.`name`, `Group`.`email`, `Group`.`teamtype`, `Group`.`teamnumber`, `Group`.`photo` FROM `groups` AS `Group` WHERE type="Team" and teamtype="Recros" ORDER BY `teamnumber` ASC 220
26SELECT `Group`.`id`, `Group`.`alias_id`, `Group`.`type`, `Group`.`name`, `Group`.`email`, `Group`.`teamtype`, `Group`.`teamnumber`, `Group`.`photo` FROM `groups` AS `Group` WHERE type="Team" and teamtype="International" ORDER BY `teamnumber` ASC 110
27DESCRIBE `newsitems`9910
28DESCRIBE `attachments`121210
29DESCRIBE `attachments_newsitems`3310
30DESCRIBE `smileys`3310
31SELECT `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
32SELECT `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
33DESCRIBE `matches`272710
34DESCRIBE `clubs`4410
35DESCRIBE `sportshalls`9910
36DESCRIBE `nevobo_regions`449
37SELECT `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 000