Time ms | SQL Statement | Params | Rows |
---|
0.890 explain ► | SELECT `s`.`category`, `s`.`template`, `s`.`section_id`, `st`.`lang_id`
FROM `section` as `s`
LEFT JOIN `section_text` as `st`
ON `s`.`section_id` = `st`.`section_id`
WHERE `st`.`path` = '' AND
`s`.`deleted` = '0'
AND `status` = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | st | ALL | PRIMARY,status | | | | 22 | Using where | 1 | SIMPLE | s | eq_ref | PRIMARY,deleted | PRIMARY | 4 | nahradnipl2.st.section_id | 1 | Using where | .../home/app/models/PageRoute.php | | 2 |
0.563 explain ► | SELECT section_id, lang_id, path
FROM section_text
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | section_text | ALL | | | | | 22 | | .../home/app/models/BaseModel.php | | 22 |
0.370 explain ► | SELECT `code`, `value`
FROM `settings`
WHERE `lang_id` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | settings | ref | lang_id | lang_id | 4 | const | 2 | | .../home/app/models/BaseModel.php | | 2 |
1.342 explain ► | SELECT `s`.`section_id`, `s`.`variant`, `st`.`lang_id`
FROM `section_text` as `st`
LEFT JOIN `section` as `s`
ON `st`.`section_id` = `s`.`section_id`
WHERE `st`.`lang_id` = 1 AND
`st`.`status` = '1' AND
`s`.`deleted` = '0' AND
(`s`.`left` > (
SELECT `left`
FROM section
WHERE section_id = 23) AND
`s`.`right` < (
SELECT `right`
FROM section
WHERE section_id = 23) AND
s.`depth` <= ((
SELECT `depth`
FROM section
WHERE section_id = 23) + 1 ) )
ORDER BY `s`.`left` ASC
LIMIT 0,3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | s | range | PRIMARY,deleted | deleted | 1 | | 22 | Using index condition; Using where; Using filesort | 1 | PRIMARY | st | eq_ref | PRIMARY,status | PRIMARY | 8 | nahradnipl2.s.section_id,const | 1 | Using where | 4 | SUBQUERY | section | const | PRIMARY | PRIMARY | 4 | const | 1 | | 3 | SUBQUERY | section | const | PRIMARY | PRIMARY | 4 | const | 1 | | 2 | SUBQUERY | section | const | PRIMARY | PRIMARY | 4 | const | 1 | | .../home/app/models/PageModel.php | | 2 |
0.711 explain ► | SELECT *
FROM `section`
WHERE `section_id` = ?
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | section | const | PRIMARY | PRIMARY | 4 | const | 1 | | .../home/app/models/PageModel.php | 19
| 1 |
0.665 explain ► | SELECT *
FROM section_text
WHERE `section_id` = 19
AND `lang_id` = 1
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | section_text | const | PRIMARY | PRIMARY | 8 | const,const | 1 | | .../home/app/models/PageModel.php | | 1 |
0.621 explain ► | SELECT *
FROM `file`
WHERE `section_id` = 19
AND `lang_id` = 1
ORDER BY `code` ASC, `rank` ASC, `file_id` ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables | .../home/app/models/PageModel.php | | 0 |
0.693 explain ► | SELECT *
FROM `section`
WHERE `section_id` = ?
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | section | const | PRIMARY | PRIMARY | 4 | const | 1 | | .../home/app/models/PageModel.php | 21
| 1 |
0.796 explain ► | SELECT *
FROM section_text
WHERE `section_id` = 21
AND `lang_id` = 1
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | section_text | const | PRIMARY | PRIMARY | 8 | const,const | 1 | | .../home/app/models/PageModel.php | | 1 |
0.575 explain ► | SELECT *
FROM `file`
WHERE `section_id` = 21
AND `lang_id` = 1
ORDER BY `code` ASC, `rank` ASC, `file_id` ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables | .../home/app/models/PageModel.php | | 0 |
1.130 explain ► | SELECT `s`.`section_id`, `s`.`variant`, `st`.`lang_id`
FROM `section_text` as `st`
LEFT JOIN `section` as `s`
ON `st`.`section_id` = `s`.`section_id`
WHERE `st`.`lang_id` = 1 AND
`st`.`status` = '1' AND
`s`.`deleted` = '0' AND
(`s`.`left` > (
SELECT `left`
FROM section
WHERE section_id = 16) AND
`s`.`right` < (
SELECT `right`
FROM section
WHERE section_id = 16) AND
s.`depth` <= ((
SELECT `depth`
FROM section
WHERE section_id = 16) + 1 ) )
ORDER BY `s`.`left` ASC
LIMIT 0,5
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | s | range | PRIMARY,deleted | deleted | 1 | | 22 | Using index condition; Using where; Using filesort | 1 | PRIMARY | st | eq_ref | PRIMARY,status | PRIMARY | 8 | nahradnipl2.s.section_id,const | 1 | Using where | 4 | SUBQUERY | section | const | PRIMARY | PRIMARY | 4 | const | 1 | | 3 | SUBQUERY | section | const | PRIMARY | PRIMARY | 4 | const | 1 | | 2 | SUBQUERY | section | const | PRIMARY | PRIMARY | 4 | const | 1 | | .../home/app/models/PageModel.php | | 2 |
0.552 explain ► | SELECT *
FROM `section`
WHERE `section_id` = ?
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | section | const | PRIMARY | PRIMARY | 4 | const | 1 | | .../home/app/models/PageModel.php | 24
| 1 |
0.527 explain ► | SELECT *
FROM section_text
WHERE `section_id` = 24
AND `lang_id` = 1
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | section_text | const | PRIMARY | PRIMARY | 8 | const,const | 1 | | .../home/app/models/PageModel.php | | 1 |
0.460 explain ► | SELECT *
FROM `file`
WHERE `section_id` = 24
AND `lang_id` = 1
ORDER BY `code` ASC, `rank` ASC, `file_id` ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables | .../home/app/models/PageModel.php | | 0 |
0.730 explain ► | SELECT *
FROM `section`
WHERE `section_id` = ?
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | section | const | PRIMARY | PRIMARY | 4 | const | 1 | | .../home/app/models/PageModel.php | 17
| 1 |
0.576 explain ► | SELECT *
FROM section_text
WHERE `section_id` = 17
AND `lang_id` = 1
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | section_text | const | PRIMARY | PRIMARY | 8 | const,const | 1 | | .../home/app/models/PageModel.php | | 1 |
0.458 explain ► | SELECT *
FROM `file`
WHERE `section_id` = 17
AND `lang_id` = 1
ORDER BY `code` ASC, `rank` ASC, `file_id` ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables | .../home/app/models/PageModel.php | | 0 |
0.919 explain ► | SELECT `s`.`section_id`, `s`.`parent`, `st`.`lang_id`, `st`.`header`, `st`.`name`, `st`.`path`,
`st`.`menu`, `st`.`menu1`
FROM `section` `s`
LEFT JOIN `section_text` `st` ON (`st`.`section_id`=`s`.`section_id`)
WHERE `st`.`lang_id`='1' AND
`s`.`deleted`= '0' AND
`st`.`status`= '1' AND
(`st`.`menu1`= '1' OR `st`.`menu`= '1')
ORDER BY `s`.`left` ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | ALL | PRIMARY,deleted | | | | 22 | Using where; Using filesort | 1 | SIMPLE | st | eq_ref | PRIMARY,status | PRIMARY | 8 | nahradnipl2.s.section_id,const | 1 | Using where | .../home/app/models/BaseModel.php | | 9 |
0.903 explain ► | SELECT `s`.`section_id`, `s`.`parent`, `st`.`lang_id`, `st`.`header`, `st`.`name`, `st`.`path`,
`st`.`menu`, `st`.`menu2`
FROM `section` `s`
LEFT JOIN `section_text` `st` ON (`st`.`section_id`=`s`.`section_id`)
WHERE `st`.`lang_id`='1' AND
`s`.`deleted`= '0' AND
`st`.`status`= '1' AND
(`st`.`menu2`= '1' OR `st`.`menu`= '1')
ORDER BY `s`.`left` ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | ALL | PRIMARY,deleted | | | | 22 | Using where; Using filesort | 1 | SIMPLE | st | eq_ref | PRIMARY,status | PRIMARY | 8 | nahradnipl2.s.section_id,const | 1 | Using where | .../home/app/models/BaseModel.php | | 9 |
0.545 explain ► | SELECT *
FROM `section`
WHERE `section_id` = ?
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | section | const | PRIMARY | PRIMARY | 4 | const | 1 | | .../home/app/models/PageModel.php | 1
| 1 |
0.512 explain ► | SELECT *
FROM section_text
WHERE `section_id` = 1
AND `lang_id` = 1
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | section_text | const | PRIMARY | PRIMARY | 8 | const,const | 1 | | .../home/app/models/PageModel.php | | 1 |
0.419 explain ► | SELECT `section_id`
FROM `section`
WHERE `left` <= 1
AND `right` >= 44
ORDER BY `left` ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | section | ALL | | | | | 22 | Using where; Using filesort | .../home/app/models/PageModel.php | | 1 |
0.472 explain ► | SELECT `st`.`title_child`, `st`.`section_id`
FROM `section_text` as `st`
LEFT JOIN `section` as `s` ON (`st`.`section_id` = `s`.`section_id`)
WHERE `s`.`section_id` IN (1) AND
`st`.`lang_id` = '1'
ORDER BY `s`.`left` ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | st | const | PRIMARY | PRIMARY | 8 | const,const | 1 | | 1 | SIMPLE | s | const | PRIMARY | PRIMARY | 4 | const | 1 | | .../home/app/models/PageModel.php | | 1 |
0.496 explain ► | SELECT `st`.`name`, `st`.`header`,`st`.`path`, `st`.`section_id`
FROM `section` as `s`
LEFT JOIN `section_text` as `st`
ON `s`.`section_id` = `st`.`section_id`
WHERE `s`.`section_id` IN (1) AND
`st`.`lang_id` = 1 AND
`st`.`status` = '1' AND
`s`.`deleted` = '0'
ORDER BY `s`.`left`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,deleted | PRIMARY | 4 | const | 1 | | 1 | SIMPLE | st | const | PRIMARY,status | PRIMARY | 8 | const,const | 1 | | .../home/app/models/PageModel.php | | 1 |
0.711 explain ► | SELECT `s`.`section_id`, `s`.`variant`, `st`.`lang_id`
FROM `section_text` as `st`
LEFT JOIN `section` as `s`
ON `st`.`section_id` = `s`.`section_id`
WHERE `st`.`lang_id` = 1 AND
`st`.`status` = '1' AND
`s`.`deleted` = '0' AND
(`s`.`left` > (
SELECT `left`
FROM section
WHERE section_id = 0) AND
`s`.`right` < (
SELECT `right`
FROM section
WHERE section_id = 0) AND
s.`depth` <= ((
SELECT `depth`
FROM section
WHERE section_id = 0) + 1 ) )
AND `st`.`menu` = '1'
ORDER BY `s`.`left` ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | s | ALL | PRIMARY,deleted | | | | 22 | Using where; Using filesort | 1 | PRIMARY | st | eq_ref | PRIMARY,status | PRIMARY | 8 | nahradnipl2.s.section_id,const | 1 | Using where | 4 | SUBQUERY | | | | | | | | no matching row in const table | 3 | SUBQUERY | | | | | | | | no matching row in const table | 2 | SUBQUERY | | | | | | | | no matching row in const table | .../home/app/models/PageModel.php | | 0 |
0.502 explain ► | SELECT `path`
FROM `section_text`
WHERE `section_id` = 1 AND
`lang_id` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | section_text | const | PRIMARY | PRIMARY | 8 | const,const | 1 | | .../home/app/models/PageRoute.php | | 1 |
0.642 explain ► | SELECT `s`.`section_id`, `s`.`variant`, `st`.`lang_id`
FROM `section_text` as `st`
LEFT JOIN `section` as `s`
ON `st`.`section_id` = `s`.`section_id`
WHERE `st`.`lang_id` = 1 AND
`st`.`status` = '1' AND
`s`.`deleted` = '0' AND
(`s`.`left` > (
SELECT `left`
FROM section
WHERE section_id = 4) AND
`s`.`right` < (
SELECT `right`
FROM section
WHERE section_id = 4) AND
s.`depth` <= ((
SELECT `depth`
FROM section
WHERE section_id = 4) + 1 ) )
ORDER BY `st`.`date` desc
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | s | ALL | PRIMARY,deleted | | | | 22 | Using where; Using temporary; Using filesort | 1 | PRIMARY | st | eq_ref | PRIMARY,status | PRIMARY | 8 | nahradnipl2.s.section_id,const | 1 | Using where | 4 | SUBQUERY | section | const | PRIMARY | PRIMARY | 4 | const | 1 | | 3 | SUBQUERY | section | const | PRIMARY | PRIMARY | 4 | const | 1 | | 2 | SUBQUERY | section | const | PRIMARY | PRIMARY | 4 | const | 1 | | .../home/app/models/PageModel.php | | 4 |
0.275 explain ► | SELECT *
FROM `section`
WHERE `section_id` = ?
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | section | const | PRIMARY | PRIMARY | 4 | const | 1 | | .../home/app/models/PageModel.php | 12
| 1 |
0.304 explain ► | SELECT *
FROM section_text
WHERE `section_id` = 12
AND `lang_id` = 1
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | section_text | const | PRIMARY | PRIMARY | 8 | const,const | 1 | | .../home/app/models/PageModel.php | | 1 |
0.495 explain ► | SELECT *
FROM `section`
WHERE `section_id` = ?
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | section | const | PRIMARY | PRIMARY | 4 | const | 1 | | .../home/app/models/PageModel.php | 13
| 1 |
0.490 explain ► | SELECT *
FROM section_text
WHERE `section_id` = 13
AND `lang_id` = 1
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | section_text | const | PRIMARY | PRIMARY | 8 | const,const | 1 | | .../home/app/models/PageModel.php | | 1 |
0.401 explain ► | SELECT *
FROM `section`
WHERE `section_id` = ?
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | section | const | PRIMARY | PRIMARY | 4 | const | 1 | | .../home/app/models/PageModel.php | 5
| 1 |
0.259 explain ► | SELECT *
FROM section_text
WHERE `section_id` = 5
AND `lang_id` = 1
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | section_text | const | PRIMARY | PRIMARY | 8 | const,const | 1 | | .../home/app/models/PageModel.php | | 1 |
0.186 explain ► | SELECT *
FROM `section`
WHERE `section_id` = ?
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | section | const | PRIMARY | PRIMARY | 4 | const | 1 | | .../home/app/models/PageModel.php | 6
| 1 |
0.472 explain ► | SELECT *
FROM section_text
WHERE `section_id` = 6
AND `lang_id` = 1
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | section_text | const | PRIMARY | PRIMARY | 8 | const,const | 1 | | .../home/app/models/PageModel.php | | 1 |
0.425 explain ► | SELECT *
FROM `file`
WHERE `section_id` = 12
AND `lang_id` = 1
ORDER BY `code` ASC, `rank` ASC, `file_id` ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | file | system | | | | | 1 | | .../home/app/models/PageModel.php | | 1 |
0.369 explain ► | SELECT category
FROM section
WHERE section_id = 12
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | section | const | PRIMARY | PRIMARY | 4 | const | 1 | | .../home/app/models/PageModel.php | | 1 |
0.539 explain ► | SELECT `s`.`category`, `s`.`template`, `s`.`section_id`, `st`.`lang_id`
FROM `section` as `s`
LEFT JOIN `section_text` as `st`
ON `s`.`section_id` = `st`.`section_id`
WHERE `st`.`path` = '' AND
`s`.`deleted` = '0'
AND `status` = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | st | ALL | PRIMARY,status | | | | 22 | Using where | 1 | SIMPLE | s | eq_ref | PRIMARY,deleted | PRIMARY | 4 | nahradnipl2.st.section_id | 1 | Using where | .../home/app/models/PageRoute.php | | 2 |