| 1 | DESCRIBE `aros` | | 7 | 7 | 7 |
| 2 | DESCRIBE `acos` | | 7 | 7 | 7 |
| 3 | DESCRIBE `aros_acos` | | 7 | 7 | 7 |
| 4 | DESCRIBE `sites` | | 16 | 16 | 7 |
| 5 | DESCRIBE `page_contents` | | 7 | 7 | 7 |
| 6 | DESCRIBE `uploads` | | 10 | 10 | 7 |
| 7 | DESCRIBE `news` | | 14 | 14 | 7 |
| 8 | DESCRIBE `tags` | | 2 | 2 | 7 |
| 9 | DESCRIBE `users` | | 8 | 8 | 7 |
| 10 | DESCRIBE `groups` | | 5 | 5 | 7 |
| 11 | DESCRIBE `profiles` | | 30 | 30 | 7 |
| 12 | DESCRIBE `messages` | | 9 | 9 | 7 |
| 13 | DESCRIBE `users_users` | | 5 | 5 | 95 |
| 14 | DESCRIBE `most_wanted` | | 6 | 6 | 7 |
| 15 | DESCRIBE `youtubes` | | 5 | 5 | 6 |
| 16 | DESCRIBE `i18n` | | 6 | 6 | 28 |
| 17 | SELECT `Site`.*, `Parent`.*, `I18n__title`.`content`, `I18n__description`.`content`, `Site`.`id` FROM `sites` AS `Site` LEFT JOIN `i18n` AS `I18n__title` ON (`Site`.`id` = `I18n__title`.`foreign_key` AND `I18n__title`.`model` = 'Site' AND `I18n__title`.`field` = 'title') LEFT JOIN `i18n` AS `I18n__description` ON (`Site`.`id` = `I18n__description`.`foreign_key` AND `I18n__description`.`model` = 'Site' AND `I18n__description`.`field` = 'description') LEFT JOIN `sites` AS `Parent` ON (`Site`.`parent_id` = `Parent`.`id`) WHERE `Site`.`site` = 'oferta' AND `I18n__title`.`locale` = 'pol' AND `I18n__description`.`locale` = 'pol' ORDER BY `Site`.`created` DESC LIMIT 1 | | 1 | 1 | 3 |
| 18 | SELECT `PageContent`.*, `Site`.*, `I18n__header`.`content`, `I18n__content`.`content`, `PageContent`.`id` FROM `page_contents` AS `PageContent` LEFT JOIN `i18n` AS `I18n__header` ON (`PageContent`.`id` = `I18n__header`.`foreign_key` AND `I18n__header`.`model` = 'PageContent' AND `I18n__header`.`field` = 'header') LEFT JOIN `i18n` AS `I18n__content` ON (`PageContent`.`id` = `I18n__content`.`foreign_key` AND `I18n__content`.`model` = 'PageContent' AND `I18n__content`.`field` = 'content') LEFT JOIN `sites` AS `Site` ON (`PageContent`.`site_id` = `Site`.`id`) WHERE `Site`.`site` = 'oferta' AND `I18n__header`.`locale` = 'pol' AND `I18n__content`.`locale` = 'pol' | | 1 | 1 | 3 |
| 19 | SELECT `Site`.`lft`, `Site`.`rght` FROM `sites` AS `Site` WHERE `Site`.`id` = 5 LIMIT 1 | | 1 | 1 | 33 |
| 20 | SELECT `Site`.*, `I18n__title`.`content`, `I18n__description`.`content` FROM `sites` AS `Site` LEFT JOIN `i18n` AS `I18n__title` ON (`Site`.`id` = `I18n__title`.`foreign_key` AND `I18n__title`.`model` = 'Site' AND `I18n__title`.`field` = 'title') LEFT JOIN `i18n` AS `I18n__description` ON (`Site`.`id` = `I18n__description`.`foreign_key` AND `I18n__description`.`model` = 'Site' AND `I18n__description`.`field` = 'description') WHERE 1 = 1 AND `Site`.`lft` <= 125 AND `Site`.`rght` >= 138 AND `I18n__title`.`locale` = 'pol' AND `I18n__description`.`locale` = 'pol' ORDER BY `Site`.`lft` asc | | 1 | 1 | 0 |
| 21 | DESCRIBE `posts` | | 7 | 7 | 40 |
| 22 | SELECT `News`.*, `Tag`.*, `User`.*, `I18n__title`.`content`, `I18n__content`.`content`, `I18n__short`.`content`, `News`.`id` FROM `news` AS `News` LEFT JOIN `i18n` AS `I18n__title` ON (`News`.`id` = `I18n__title`.`foreign_key` AND `I18n__title`.`model` = 'News' AND `I18n__title`.`field` = 'title') LEFT JOIN `i18n` AS `I18n__content` ON (`News`.`id` = `I18n__content`.`foreign_key` AND `I18n__content`.`model` = 'News' AND `I18n__content`.`field` = 'content') LEFT JOIN `i18n` AS `I18n__short` ON (`News`.`id` = `I18n__short`.`foreign_key` AND `I18n__short`.`model` = 'News' AND `I18n__short`.`field` = 'short') LEFT JOIN `tags` AS `Tag` ON (`News`.`tag` = `Tag`.`id`) LEFT JOIN `users` AS `User` ON (`News`.`user_id` = `User`.`id`) WHERE `News`.`complete` = 1 AND `I18n__title`.`locale` = 'pol' AND `I18n__content`.`locale` = 'pol' AND `I18n__short`.`locale` = 'pol' ORDER BY `News`.`created` DESC | | 14 | 14 | 0 |
| 23 | SELECT `Upload`.`id`, `Upload`.`model`, `Upload`.`foreign_key`, `Upload`.`position`, `Upload`.`name`, `Upload`.`type`, `Upload`.`size`, `Upload`.`description`, `Upload`.`created`, `Upload`.`modified` FROM `uploads` AS `Upload` WHERE `Upload`.`foreign_key` IN (27, 23, 17, 15, 13, 12, 11, 10, 9, 8, 6, 5, 4, 3) ORDER BY `Upload`.`position` ASC | | 60 | 60 | 0 |
| 24 | SELECT `MostWanted`.`id`, `MostWanted`.`model`, `MostWanted`.`foreign_key`, `MostWanted`.`counter`, `MostWanted`.`created`, `MostWanted`.`modified` FROM `most_wanted` AS `MostWanted` WHERE `MostWanted`.`foreign_key` IN (27, 23, 17, 15, 13, 12, 11, 10, 9, 8, 6, 5, 4, 3) ORDER BY `MostWanted`.`counter` DESC, `MostWanted`.`id` ASC | | 14 | 14 | 0 |
| 25 | SELECT `Youtube`.`id`, `Youtube`.`news_id`, `Youtube`.`link`, `Youtube`.`created`, `Youtube`.`modified` FROM `youtubes` AS `Youtube` WHERE `Youtube`.`news_id` IN (27, 23, 17, 15, 13, 12, 11, 10, 9, 8, 6, 5, 4, 3) | | 0 | 0 | 0 |
| 26 | SELECT `titleT`.`id`, `titleT`.`locale`, `titleT`.`model`, `titleT`.`foreign_key`, `titleT`.`field`, `titleT`.`content` FROM `i18n` AS `titleT` WHERE `model` = 'News' AND `field` = 'title' AND `titleT`.`foreign_key` IN (27, 23, 17, 15, 13, 12, 11, 10, 9, 8, 6, 5, 4, 3) | | 42 | 42 | 0 |
| 27 | SELECT `contentT`.`id`, `contentT`.`locale`, `contentT`.`model`, `contentT`.`foreign_key`, `contentT`.`field`, `contentT`.`content` FROM `i18n` AS `contentT` WHERE `model` = 'News' AND `field` = 'content' AND `contentT`.`foreign_key` IN (27, 23, 17, 15, 13, 12, 11, 10, 9, 8, 6, 5, 4, 3) | | 42 | 42 | 31 |
| 28 | SELECT `shortT`.`id`, `shortT`.`locale`, `shortT`.`model`, `shortT`.`foreign_key`, `shortT`.`field`, `shortT`.`content` FROM `i18n` AS `shortT` WHERE `model` = 'News' AND `field` = 'short' AND `shortT`.`foreign_key` IN (27, 23, 17, 15, 13, 12, 11, 10, 9, 8, 6, 5, 4, 3) | | 42 | 42 | 0 |
| 29 | DESCRIBE `options` | | 4 | 4 | 7 |
| 30 | SELECT `Option`.`value` FROM `options` AS `Option` WHERE `option` = 'news' LIMIT 1 | | 1 | 1 | 0 |