Time ms | SQL Query | Rows |
0.409 explain
|
SELECT `id`, `action`, `presenter`, `url_id`
FROM `router`
WHERE (`url` = 'zpracovani-hmotove-rekonstrukce-hradniho-arealu-galerie')
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
router |
const |
url |
url |
767 |
const |
1 |
|
/var/www/hosting/zlenice.cz/www/index.php:5 |
1 |
0.293 explain
|
SELECT `name`, `value`
FROM `settings`
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
settings |
ALL |
|
|
|
|
7 |
|
.../app/FrontModule/presenters/BasePresenter.php:48 |
7 |
0.293 explain
|
SELECT `id`, `link`, `text`
FROM `footer_links`
ORDER BY `priority` DESC
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
footer_links |
ALL |
|
|
|
|
14 |
Using filesort |
.../app/FrontModule/presenters/BasePresenter.php:54 |
14 |
0.251 explain
|
SELECT `id`, `element`, `val`
FROM `css`
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
css |
ALL |
|
|
|
|
22 |
|
.../app/FrontModule/presenters/BasePresenter.php:62 |
22 |
0.325 explain
|
SELECT `id`, `text`, `descript`, `kw`, `title`, `mainHeading`, `vip`
FROM `galeries`
WHERE (`id` = 24) AND (`public` = 1)
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
galeries |
const |
PRIMARY,public_vip |
PRIMARY |
4 |
const |
1 |
|
.../app/FrontModule/presenters/GaleryPresenter.php:25 |
1 |
0.317 explain
|
SELECT `id`, `url`
FROM `router`
WHERE (`presenter` = 'Galery') AND (`action` = 'default') AND (`url_id` = 24)
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
router |
ref |
presenter_action_url_id,category_url_id |
category_url_id |
5 |
const |
1 |
Using where |
/var/www/hosting/zlenice.cz/www/index.php:5 |
1 |
0.398 explain
|
SELECT `id`, `url`
FROM `router`
WHERE (`presenter` = 'Galery') AND (`action` = 'default') AND (`url_id` = 24)
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
router |
ref |
presenter_action_url_id,category_url_id |
category_url_id |
5 |
const |
1 |
Using where |
/var/www/hosting/zlenice.cz/temp/cache/latte/cz-app-FrontModule-templates-main-layout-latte-5593e9185dd54e30200b64234aada81b.php:194 |
1 |
0.250 explain
|
SELECT `id`, `action`, `presenter`, `url_id`
FROM `router`
WHERE (`url` = 'zpracovani-hmotove-rekonstrukce-hradniho-arealu-galerie')
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
router |
const |
url |
url |
767 |
const |
1 |
|
.../FrontModule/components/Breadcrumb/Breadcrumb.php:70 |
1 |
0.265 explain
|
SELECT `id`, `category_id`
FROM `galeries_categories_rel`
WHERE (`galery_id` = 24)
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
galeries_categories_rel |
ref |
galery_id |
galery_id |
4 |
const |
1 |
|
.../FrontModule/components/Breadcrumb/Breadcrumb.php:94 |
0 |
0.272 explain
|
SELECT `id`, `vip`, `text`, `descript`, `kw`, `title`, `heading`, `lft`, `rgt`, `name`
FROM `categories`
WHERE (`id` = 0)
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
|
|
|
|
|
|
|
Impossible WHERE noticed after reading const tables |
.../FrontModule/components/Breadcrumb/Breadcrumb.php:86 |
0 |
0.410 explain
|
SELECT `banners_route_rel`.`id`, `banners_route_rel`.`banners_id`
FROM `banners_route_rel`
LEFT JOIN `banners` ON `banners_route_rel`.`banners_id` = `banners`.`id`
LEFT JOIN `router` ON `banners_route_rel`.`router_id` = `router`.`id`
WHERE (`banners`.`position` = 'leftBlock') AND (`router`.`url` = 'zpracovani-hmotove-rekonstrukce-hradniho-arealu-galerie')
ORDER BY RAND()
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
router |
const |
PRIMARY,url |
url |
767 |
const |
1 |
Using index; Using temporary; Using filesort |
1 |
SIMPLE |
banners_route_rel |
ref |
banners_id,router_id |
router_id |
4 |
const |
1 |
|
1 |
SIMPLE |
banners |
eq_ref |
PRIMARY |
PRIMARY |
4 |
zlenice001.banners_route_rel.banners_id |
1 |
Using where |
.../app/FrontModule/components/Banner/Banner.php:51 |
0 |
0.498 explain
|
SELECT `id`, `hpimg`, `anotationHeading`, `anotationHeading2`
FROM `articles`
WHERE (`public` = 1) AND (`vip` = 0)
ORDER BY RAND()
LIMIT 4
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
articles |
range |
public_vip |
public_vip |
2 |
|
29 |
Using index condition; Using temporary; Using filesort |
.../components/ArticleTips/ArticleRepository.php:22 |
4 |
0.338 explain
|
SELECT `id`, `url`
FROM `router`
WHERE (`presenter` = 'Article') AND (`action` = 'default') AND (`url_id` = 26)
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
router |
ref |
presenter_action_url_id,category_url_id |
presenter_action_url_id |
1539 |
const,const,const |
1 |
Using index condition |
/var/www/hosting/zlenice.cz/temp/cache/latte/FrontModule-components-ArticleTips-template-latte-36c7fa0e7685075cbf8a39ff5d0f95c5.php:26 |
1 |
0.287 explain
|
SELECT `id`, `url`
FROM `router`
WHERE (`presenter` = 'Article') AND (`action` = 'default') AND (`url_id` = 26)
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
router |
ref |
presenter_action_url_id,category_url_id |
presenter_action_url_id |
1539 |
const,const,const |
1 |
Using index condition |
/var/www/hosting/zlenice.cz/temp/cache/latte/FrontModule-components-ArticleTips-template-latte-36c7fa0e7685075cbf8a39ff5d0f95c5.php:31 |
1 |
0.282 explain
|
SELECT `id`, `url`
FROM `router`
WHERE (`presenter` = 'Article') AND (`action` = 'default') AND (`url_id` = 16)
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
router |
ref |
presenter_action_url_id,category_url_id |
presenter_action_url_id |
1539 |
const,const,const |
1 |
Using index condition |
/var/www/hosting/zlenice.cz/temp/cache/latte/FrontModule-components-ArticleTips-template-latte-36c7fa0e7685075cbf8a39ff5d0f95c5.php:38 |
1 |
0.286 explain
|
SELECT `id`, `url`
FROM `router`
WHERE (`presenter` = 'Article') AND (`action` = 'default') AND (`url_id` = 37)
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
router |
ref |
presenter_action_url_id,category_url_id |
presenter_action_url_id |
1539 |
const,const,const |
1 |
Using index condition |
/var/www/hosting/zlenice.cz/temp/cache/latte/FrontModule-components-ArticleTips-template-latte-36c7fa0e7685075cbf8a39ff5d0f95c5.php:38 |
1 |
0.289 explain
|
SELECT `id`, `url`
FROM `router`
WHERE (`presenter` = 'Article') AND (`action` = 'default') AND (`url_id` = 12)
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
router |
ref |
presenter_action_url_id,category_url_id |
presenter_action_url_id |
1539 |
const,const,const |
1 |
Using index condition |
/var/www/hosting/zlenice.cz/temp/cache/latte/FrontModule-components-ArticleTips-template-latte-36c7fa0e7685075cbf8a39ff5d0f95c5.php:38 |
1 |
2.720 explain
|
SELECT `galeries_images`.`id`, `galeries_images`.`galery_id`, `galeries_images`.`path`
FROM `galeries_images`
LEFT JOIN `galeries` AS `galery` ON `galeries_images`.`galery_id` = `galery`.`id`
WHERE (`galery`.`public` = 1) AND (`vip` = 0)
ORDER BY RAND()
LIMIT 4
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
galery |
ref |
PRIMARY,public_vip |
public_vip |
5 |
const,const |
24 |
Using index; Using temporary; Using filesort |
1 |
SIMPLE |
galeries_images |
ref |
galery_id |
galery_id |
4 |
zlenice001.galery.id |
18 |
|
.../components/GaleryTips/GaleriesImagesRepository.php:25 |
4 |
0.296 explain
|
SELECT `id`, `url`
FROM `router`
WHERE (`presenter` = 'Galery') AND (`action` = 'default') AND (`url_id` = 34)
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
router |
ref |
presenter_action_url_id,category_url_id |
presenter_action_url_id |
1539 |
const,const,const |
1 |
Using index condition |
/var/www/hosting/zlenice.cz/temp/cache/latte/FrontModule-components-GaleryTips-template-latte-54a77ad13b13003d8cd9c48372fc7898.php:25 |
1 |
0.340 explain
|
SELECT `id`, `url`
FROM `router`
WHERE (`presenter` = 'Galery') AND (`action` = 'default') AND (`url_id` = 27)
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
router |
ref |
presenter_action_url_id,category_url_id |
presenter_action_url_id |
1539 |
const,const,const |
1 |
Using index condition |
/var/www/hosting/zlenice.cz/temp/cache/latte/FrontModule-components-GaleryTips-template-latte-54a77ad13b13003d8cd9c48372fc7898.php:25 |
1 |
0.325 explain
|
SELECT `id`, `url`
FROM `router`
WHERE (`presenter` = 'Galery') AND (`action` = 'default') AND (`url_id` = 19)
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
router |
ref |
presenter_action_url_id,category_url_id |
presenter_action_url_id |
1539 |
const,const,const |
1 |
Using index condition |
/var/www/hosting/zlenice.cz/temp/cache/latte/FrontModule-components-GaleryTips-template-latte-54a77ad13b13003d8cd9c48372fc7898.php:25 |
1 |
0.276 explain
|
SELECT `id`, `url`
FROM `router`
WHERE (`presenter` = 'Galery') AND (`action` = 'default') AND (`url_id` = 29)
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
router |
ref |
presenter_action_url_id,category_url_id |
presenter_action_url_id |
1539 |
const,const,const |
1 |
Using index condition |
/var/www/hosting/zlenice.cz/temp/cache/latte/FrontModule-components-GaleryTips-template-latte-54a77ad13b13003d8cd9c48372fc7898.php:25 |
1 |
0.333 explain
|
SELECT `id`, `img`, `name`, `start`
FROM `calendar`
WHERE (DATE(`start`) >= DATE(NOW())) AND (`public` = 1)
ORDER BY `start`
LIMIT 10
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
calendar |
ALL |
|
|
|
|
21 |
Using where; Using filesort |
.../components/Calendar/CalendarRepository.php:18 |
0 |
0.439 explain
|
SELECT `id`, `galery_id`, `path`, `title`, `text`, `alt`
FROM `galeries_images`
WHERE (`galeries_images`.`galery_id` IN (24))
ORDER BY `galeries_images`.`galery_id`, `priority`
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
galeries_images |
ref |
galery_id |
galery_id |
4 |
const |
15 |
Using where; Using filesort |
/var/www/hosting/zlenice.cz/temp/cache/latte/cz-app-FrontModule-templates-Galery-default-latte-b33c1dfa4a978493033f47acbcb0f206.php:75 |
15 |