Time ms | SQL Query | Rows |
0.423 explain
|
SELECT `id`, `action`, `presenter`, `url_id`
FROM `router`
WHERE (`url` = 'kontakty')
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.311 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.371 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.274 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.480 explain
|
SELECT `id`, `url`
FROM `router`
WHERE (`presenter` = 'MenuPage') AND (`action` = 'default') AND (`url_id` = 18)
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/www/index.php:5 |
1 |
0.322 explain
|
SELECT `id`, `vip`, `text`, `descript`, `kw`, `title`, `heading`, `lft`, `rgt`, `name`
FROM `categories`
WHERE (`id` = 18)
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
categories |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
.../app/FrontModule/presenters/MenuPagePresenter.php:18 |
1 |
0.443 explain
|
SELECT `id`, `url`
FROM `router`
WHERE (`presenter` = 'MenuPage') AND (`action` = 'default') AND (`url_id` = 18)
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/cz-app-FrontModule-templates-main-layout-latte-5593e9185dd54e30200b64234aada81b.php:194 |
1 |
0.290 explain
|
SELECT `id`, `action`, `presenter`, `url_id`
FROM `router`
WHERE (`url` = 'kontakty')
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.299 explain
|
SELECT `id`, `vip`, `text`, `descript`, `kw`, `title`, `heading`, `lft`, `rgt`, `name`
FROM `categories`
WHERE (`id` = 18)
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
categories |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
.../FrontModule/components/Breadcrumb/Breadcrumb.php:86 |
1 |
0.308 explain
|
SELECT `id`, `lft`, `rgt`, `name`
FROM `categories`
WHERE (`lft` <= 42) AND (`rgt` >= 43) AND (`depth` = 1)
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
categories |
ALL |
|
|
|
|
22 |
Using where |
.../components/Breadcrumb/CategoriesRepository.php:43 |
1 |
0.506 explain
|
SELECT categories.*, router.url
FROM categories
JOIN router ON router.url_id = categories.id
WHERE lft > 42 AND rgt < 43 AND presenter != "article" AND presenter != "galery" AND vip = 0
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
categories |
ALL |
PRIMARY,vip |
|
|
|
22 |
Using where |
1 |
SIMPLE |
router |
ref |
presenter_action_url_id,category_url_id |
category_url_id |
5 |
zlenice001.categories.id |
1 |
Using where |
.../components/Breadcrumb/CategoriesRepository.php:33 |
0 |
0.610 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` = 'kontakty')
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 |
1 |
0.263 explain
|
SELECT *
FROM `banners`
WHERE (`id` IN (3))
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
banners |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
/var/www/hosting/zlenice.cz/temp/cache/latte/cz-app-FrontModule-components-Banner-template-latte-556b5c82c781c1769cf50a54bdecb8af.php:17 |
1 |
0.612 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.406 explain
|
SELECT `id`, `url`
FROM `router`
WHERE (`presenter` = 'Article') AND (`action` = 'default') AND (`url_id` = 40)
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/FrontModule-components-ArticleTips-template-latte-36c7fa0e7685075cbf8a39ff5d0f95c5.php:26 |
1 |
0.357 explain
|
SELECT `id`, `url`
FROM `router`
WHERE (`presenter` = 'Article') AND (`action` = 'default') AND (`url_id` = 40)
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/FrontModule-components-ArticleTips-template-latte-36c7fa0e7685075cbf8a39ff5d0f95c5.php:31 |
1 |
0.355 explain
|
SELECT `id`, `url`
FROM `router`
WHERE (`presenter` = 'Article') AND (`action` = 'default') AND (`url_id` = 25)
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.437 explain
|
SELECT `id`, `url`
FROM `router`
WHERE (`presenter` = 'Article') AND (`action` = 'default') AND (`url_id` = 42)
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.444 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 |
3.536 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.365 explain
|
SELECT `id`, `url`
FROM `router`
WHERE (`presenter` = 'Galery') AND (`action` = 'default') AND (`url_id` = 32)
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/FrontModule-components-GaleryTips-template-latte-54a77ad13b13003d8cd9c48372fc7898.php:25 |
1 |
0.320 explain
|
SELECT `id`, `url`
FROM `router`
WHERE (`presenter` = 'Galery') AND (`action` = 'default') AND (`url_id` = 17)
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.305 explain
|
SELECT `id`, `url`
FROM `router`
WHERE (`presenter` = 'Galery') 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-GaleryTips-template-latte-54a77ad13b13003d8cd9c48372fc7898.php:25 |
1 |
0.257 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.342 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 |