(default) 13 queries took 36 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SHOW FULL COLUMNS FROM `contents`12122
2SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'latin1_swedish_ci';112
3SHOW FULL COLUMNS FROM `content_types`221
4SHOW FULL COLUMNS FROM `i18n`662
5SHOW FULL COLUMNS FROM `blocks`777
6SHOW FULL COLUMNS FROM `content_blocks`221
7SHOW FULL COLUMNS FROM `tags`551
8SHOW FULL COLUMNS FROM `tag_types`221
9SHOW FULL COLUMNS FROM `paintings`771
10SHOW FULL COLUMNS FROM `painting_tags`221
11SELECT `Content`.*, `ContentType`.*, `I18n__title`.`content`, `I18n__body`.`content`, `I18n__metatags`.`content`, `I18n__keywords`.`content`, `I18n__navigate_url`.`content`, `I18n__menu_text`.`content` FROM `contents` AS `Content` INNER JOIN `i18n` AS `I18n__title` ON (`Content`.`id` = `I18n__title`.`foreign_key` AND `I18n__title`.`model` = 'Content' AND `I18n__title`.`field` = 'title' AND `I18n__title`.`locale` = 'eng') INNER JOIN `i18n` AS `I18n__body` ON (`Content`.`id` = `I18n__body`.`foreign_key` AND `I18n__body`.`model` = 'Content' AND `I18n__body`.`field` = 'body' AND `I18n__body`.`locale` = 'eng') INNER JOIN `i18n` AS `I18n__metatags` ON (`Content`.`id` = `I18n__metatags`.`foreign_key` AND `I18n__metatags`.`model` = 'Content' AND `I18n__metatags`.`field` = 'metatags' AND `I18n__metatags`.`locale` = 'eng') INNER JOIN `i18n` AS `I18n__keywords` ON (`Content`.`id` = `I18n__keywords`.`foreign_key` AND `I18n__keywords`.`model` = 'Content' AND `I18n__keywords`.`field` = 'keywords' AND `I18n__keywords`.`locale` = 'eng') INNER JOIN `i18n` AS `I18n__navigate_url` ON (`Content`.`id` = `I18n__navigate_url`.`foreign_key` AND `I18n__navigate_url`.`model` = 'Content' AND `I18n__navigate_url`.`field` = 'navigate_url' AND `I18n__navigate_url`.`locale` = 'eng') INNER JOIN `i18n` AS `I18n__menu_text` ON (`Content`.`id` = `I18n__menu_text`.`foreign_key` AND `I18n__menu_text`.`model` = 'Content' AND `I18n__menu_text`.`field` = 'menu_text' AND `I18n__menu_text`.`locale` = 'eng') LEFT JOIN `content_types` AS `ContentType` ON (`Content`.`content_type_id` = `ContentType`.`id`) WHERE `I18n__navigate_url`.`content` = 'exibition' AND `Content`.`published` = 1 LIMIT 1119
12SELECT `Content`.`id`, `I18n__title`.`content`, `I18n__navigate_url`.`content`, `I18n__menu_text`.`content` FROM `contents` AS `Content` INNER JOIN `i18n` AS `I18n__title` ON (`Content`.`id` = `I18n__title`.`foreign_key` AND `I18n__title`.`model` = 'Content' AND `I18n__title`.`field` = 'title' AND `I18n__title`.`locale` = 'eng') INNER JOIN `i18n` AS `I18n__navigate_url` ON (`Content`.`id` = `I18n__navigate_url`.`foreign_key` AND `I18n__navigate_url`.`model` = 'Content' AND `I18n__navigate_url`.`field` = 'navigate_url' AND `I18n__navigate_url`.`locale` = 'eng') INNER JOIN `i18n` AS `I18n__menu_text` ON (`Content`.`id` = `I18n__menu_text`.`foreign_key` AND `I18n__menu_text`.`model` = 'Content' AND `I18n__menu_text`.`field` = 'menu_text' AND `I18n__menu_text`.`locale` = 'eng') LEFT JOIN `content_types` AS `ContentType` ON (`Content`.`content_type_id` = `ContentType`.`id`) WHERE `Content`.`published` = 1 AND `Content`.`in_menu` = 1 ORDER BY `Content`.`order` ASC 550
13SELECT Block.id, Block.name, Block.published, Block.order, Block.conten_location, I18n__title.content, I18n__body.content, Content.id, content_blocks.content_id, content_blocks.block_id FROM blocks AS Block Left Join content_blocks On ( content_blocks.block_id = Block.id) Left Join contents AS Content ON(content_blocks.content_id = Content.id) INNER JOIN i18n AS I18n__title ON (Block.id = I18n__title.foreign_key AND I18n__title.model = 'Block' AND I18n__title.field = 'title' AND I18n__title.locale = 'eng') INNER JOIN i18n AS I18n__body ON (Block.id = I18n__body.foreign_key AND I18n__body.model = 'Block' AND I18n__body.field = 'body' AND I18n__body.locale = 'eng') WHERE Content.id=6 ORDER BY Block.order 338