bahis siteleri

NHL.cz na Facebooku

Archív článků

RSS | Kontakt | Všeobecné obchodní podmínky a pravidla | Cookies | Nastavení soukromí | Reklama - Provozovatel BPA sport marketing a.s. ve spolupráci s eSports, s.r.o.

ISSN 1214-5718 | dotazy na redakci: redakce@nhl.cz, obchod/reklama: obchod@hokej.cz, technický provoz: webmaster@hokej.cz

© Copyright - Všechna loga a známky NHL, loga a známky týmů NHL, jakožto další vlastnické materiály včetně log konferencí a obrázků Stanley Cupu jsou vlastnictvím NHL, NHL Enterprises, L.P. a příslušných týmů. © NHL Enterprises, L.P. Všechna práva vyhrazena.

 

Queries: 6, time: 6.471 ms, default

Time msSQL QueryRows
0.082
SET NAMES 'utf8'
/var/home/www/nhlcz.s6.esports.cz/subdomains/test/app/model/Category/CategoryRepository.php:17
0
0.071
explain
SELECT `id`, `parent_id`, `name`, `slug`, `public`, `show_in_post` 
FROM `category` 
ORDER BY `name`
idselect_typetabletypepossible_keyskeykey_lenrefrowsExtra
1SIMPLEcategoryALL17Using filesort
/var/home/www/nhlcz.s6.esports.cz/subdomains/test/app/classes/TreeHelper.php:39
17
0.611
explain
SELECT `test_dev_nhlcz_s6_esports_cz`.`stats_club_name`.`name` `club_name`,
`test_dev_nhlcz_s6_esports_cz`.`stats_club_logo`.`path` `club_logo`,
`test_dev_nhlcz_s6_esports_cz`.`stats_club`.* 
FROM `test_dev_nhlcz_s6_esports_cz`.`stats_club` 
LEFT JOIN `test_dev_nhlcz_s6_esports_cz`.`stats_club_name` ON
`test_dev_nhlcz_s6_esports_cz`.`stats_club`.`id` =
`test_dev_nhlcz_s6_esports_cz`.`stats_club_name`.`stats_club_id` AND
(`test_dev_nhlcz_s6_esports_cz`.`stats_club_name`.`id` = (
SELECT `id` 
FROM `test_dev_nhlcz_s6_esports_cz`.`stats_club_name` `nameTable` 
WHERE `nameTable`.`stats_club_id` = `test_dev_nhlcz_s6_esports_cz`.`stats_club_name`.`stats_club_id`
ORDER BY IFNULL(NOW() BETWEEN `nameTable`.`from` AND `nameTable`.`to`, 0) DESC, (`nameTable`.`from`
IS NULL AND NOW() <= `nameTable`.`to`) DESC, (`nameTable`.`to` IS NULL AND NOW() >=
`nameTable`.`from`) DESC 
LIMIT 1)) 
LEFT JOIN `test_dev_nhlcz_s6_esports_cz`.`stats_club_logo` ON
`test_dev_nhlcz_s6_esports_cz`.`stats_club`.`id` =
`test_dev_nhlcz_s6_esports_cz`.`stats_club_logo`.`stats_club_id` AND
(`test_dev_nhlcz_s6_esports_cz`.`stats_club_logo`.`id` = (
SELECT `id` 
FROM `test_dev_nhlcz_s6_esports_cz`.`stats_club_logo` `nameTable` 
WHERE `nameTable`.`stats_club_id` = `test_dev_nhlcz_s6_esports_cz`.`stats_club_logo`.`stats_club_id`
ORDER BY IFNULL(NOW() BETWEEN `nameTable`.`from` AND `nameTable`.`to`, 0) DESC, (`nameTable`.`from`
IS NULL AND NOW() <= `nameTable`.`to`) DESC, (`nameTable`.`to` IS NULL AND NOW() >=
`nameTable`.`from`) DESC 
LIMIT 1)) 
WHERE (`test_dev_nhlcz_s6_esports_cz`.`stats_club`.`id` = '2005')
idselect_typetabletypepossible_keyskeykey_lenrefrowsExtra
1PRIMARYstats_clubconstPRIMARYPRIMARY4const1
1PRIMARYstats_club_namerefstats_club_idstats_club_id5const2
1PRIMARYstats_club_logorefstats_club_idstats_club_id5const2
3DEPENDENT SUBQUERYnameTablerefstats_club_idstats_club_id5test_dev_nhlcz_s6_esports_cz.stats_club_logo.stats_club_id1Using where; Using filesort
2DEPENDENT SUBQUERYnameTablerefstats_club_idstats_club_id5test_dev_nhlcz_s6_esports_cz.stats_club_name.stats_club_id1Using where; Using filesort
/var/home/www/nhlcz.s6.esports.cz/subdomains/test/app/Front/Article/presenters/ArchivePresenter.php:93
1
5.203
explain
SELECT `post`.*, IFNULL(get_post_title(`post`.`id`, `post`.`rotate_title`), `post`.`name`) AS
`nameTitle`, IF(`post`.`photo_id` IS NOT NULL, (
SELECT `photo`.`url` 
FROM `photo` 
WHERE `photo`.`id`=`post`.`photo_id`), IF(`post`.`file_id` IS NOT NULL, (
SELECT CONCAT('/static/files/', `file`.`path`, `file`.`filename`, ".", `file`.`extension`) AS `url` 
FROM `file` 
WHERE `file`.`id`=`post`.`file_id`), NULL)) AS `photoUrl` 
FROM `post` 
LEFT JOIN `post_2_stats_club` ON `post`.`id` = `post_2_stats_club`.`post_id` 
WHERE (`post`.`post_type_id` = 2) AND (`post`.`post_state_id` = 3) AND (`post`.`publish_date` <=
NOW()) AND (`post`.`unpublish_date` IS NULL OR (`post`.`unpublish_date` IS NOT NULL AND
`post`.`unpublish_date` >= NOW())) AND (`post_2_stats_club`.`stats_club_id` = '2005') 
ORDER BY `publish_date` DESC 
LIMIT 9
idselect_typetabletypepossible_keyskeykey_lenrefrowsExtra
1PRIMARYpost_2_stats_clubrefPRIMARY,stats_team_idstats_team_id4const69Using where; Using index; Using temporary; Using filesort
1PRIMARYposteq_refPRIMARY,id_UNIQUE,fk_post_post_state,fk_post_post_type,publish_date,unpublish_date,post_article_base_indexPRIMARY4test_dev_nhlcz_s6_esports_cz.post_2_stats_club.post_id1Using where
3DEPENDENT SUBQUERYfileeq_refPRIMARY,id_UNIQUEPRIMARY4test_dev_nhlcz_s6_esports_cz.post.file_id1
2DEPENDENT SUBQUERYphotoeq_refPRIMARYPRIMARY4test_dev_nhlcz_s6_esports_cz.post.photo_id1
/var/home/www/nhlcz.s6.esports.cz/subdomains/test/app/Front/Article/presenters/ArchivePresenter.php:237
9
0.089
explain
SELECT `zone`.*, `zone_template`.`code` AS `templateCode`, `zone_position`.`code` AS `positionCode` 
FROM `zone` 
LEFT JOIN `zone_template` ON `zone`.`zone_template_id` = `zone_template`.`id` 
LEFT JOIN `zone_position` ON `zone`.`zone_position_id` = `zone_position`.`id` 
WHERE (`zone_template`.`code` = 'default')
idselect_typetabletypepossible_keyskeykey_lenrefrowsExtra
1SIMPLEzone_templaterefPRIMARY,codecode302const1Using where; Using index
1SIMPLEzonerefzone_template_id_zone_position_id,zone_template_idzone_template_id_zone_position_id4test_dev_nhlcz_s6_esports_cz.zone_template.id17
1SIMPLEzone_positioneq_refPRIMARYPRIMARY4test_dev_nhlcz_s6_esports_cz.zone.zone_position_id1
/var/home/www/nhlcz.s6.esports.cz/subdomains/test/app/model/Zone/ZoneService.php:182
27
0.415
explain
SELECT `zone`.*, `zone_template`.`code` AS `templateCode`, `zone_position`.`code` AS `positionCode` 
FROM `zone` 
LEFT JOIN `zone_template` ON `zone`.`zone_template_id` = `zone_template`.`id` 
LEFT JOIN `zone_position` ON `zone`.`zone_position_id` = `zone_position`.`id` 
WHERE (`zone_template`.`code` = 'post')
idselect_typetabletypepossible_keyskeykey_lenrefrowsExtra
1SIMPLEzone_templaterefPRIMARY,codecode302const1Using where; Using index
1SIMPLEzonerefzone_template_id_zone_position_id,zone_template_idzone_template_id_zone_position_id4test_dev_nhlcz_s6_esports_cz.zone_template.id17
1SIMPLEzone_positioneq_refPRIMARYPRIMARY4test_dev_nhlcz_s6_esports_cz.zone.zone_position_id1
/var/home/www/nhlcz.s6.esports.cz/subdomains/test/app/model/Zone/ZoneService.php:185
27
¤ ×

Unlogged

no identity

¤ ×

Front:Article:Archive:club

https://test.nhlcz.s6.esports.cz/archiv-clanku/klub/2005

Matched? Class Mask Defaults Module Request
no Route test/<presenter>/<action>[/<id>] module = Test
id = 
NULL
Test
no Route <module (xml.*|rss)>/<presenter [a-zA-Z0-9_-]+>[/<param1>][/<param2>][/<param3>] action = default
param1 = 
NULL
param2 = 
NULL
param3 = 
NULL
Export
no Route admin/<module>/<presenter>/<action>[/<id>] module = Dashboard
presenter = Homepage
action = default
id = 
NULL
Admin
no Route hrac/<id [0-9]+>[/<presenter>] module = Player
presenter = Overview
action = default
Front
no Route klub/<id [0-9]+>[/<presenter>] module = Club
presenter = Overview
action = default
id = 
NULL
Front
no Route /clanky module = Home
presenter = Article
action = default
Front
no Route /priklepy module = News
presenter = News
action = default
Front
no Route /vyhledavani module = Search
presenter = Search
action = default
Front
yes Route /archiv-clanku[/<action>][/<id \d+>] module = Article
presenter = Archive
action = default
id = 
NULL
Front Front:Article:Archive:club
id = 2005
no Route zapas/<id \d+>[/<presenter>][/<action>] module = Match
presenter = Overview
action = default
Front
no Route / module = Home
presenter = Homepage
action = default
Front
no ArticleRoute <slug [a-zA-Z-0-9\-]+>/<id \d+> module = Article
presenter = Article
action = default
Front
no ArticleCompatRoute <slug [a-zA-Z-0-9\-]+> module = Article
presenter = Article
action = default
Front
no LeagueRoute <id [a-zA-Z-0-9\-]+>/stranka[/<leagueId \d+>]/<sectionId \d+>[/<presenter>] module = League
presenter = Page
action = default
leagueId = 
NULL
Front
no LeagueRoute <id [a-zA-Z-0-9\-]+>/sekce/<sectionId \d+> module = MinorLeague
presenter = Section
action = default
Front
no LeagueRoute <id [a-zA-Z-0-9\-]+>[/<presenter>][/<action>][/<leagueId \d+>] module = League
presenter = Overview
action = default
id = 
NULL
leagueId = 
NULL
Front
no Route <module>/<presenter>/<action>[/<id>] id = 
NULL
Front

Front\Article\ArchivePresenter::actionClub() in /var/home/www/nhlcz.s6.esports.cz/subdomains/test/app/Front/Article/presenters/ArchivePresenter.php:91

¤ ×

Queries: 4, time: 1.777 ms, default

Time msSQL QueryRows
0.075
SET NAMES 'utf8'
/var/home/www/nhlcz.s6.esports.cz/subdomains/test/app/model/Category/CategoryRepository.php:17
0
0.292
explain
SELECT `id`, `parent_id`, `name`, `slug`, `public`, `show_in_post` 
FROM `category` 
ORDER BY `name`
idselect_typetabletypepossible_keyskeykey_lenrefrowsExtra
1SIMPLEcategoryALL17Using filesort
/var/home/www/nhlcz.s6.esports.cz/subdomains/test/app/classes/TreeHelper.php:39
17
0.740
explain
SELECT `test_dev_nhlcz_s6_esports_cz`.`stats_club_name`.`name` `club_name`,
`test_dev_nhlcz_s6_esports_cz`.`stats_club_logo`.`path` `club_logo`,
`test_dev_nhlcz_s6_esports_cz`.`stats_club`.* 
FROM `test_dev_nhlcz_s6_esports_cz`.`stats_club` 
LEFT JOIN `test_dev_nhlcz_s6_esports_cz`.`stats_club_name` ON
`test_dev_nhlcz_s6_esports_cz`.`stats_club`.`id` =
`test_dev_nhlcz_s6_esports_cz`.`stats_club_name`.`stats_club_id` AND
(`test_dev_nhlcz_s6_esports_cz`.`stats_club_name`.`id` = (
SELECT `id` 
FROM `test_dev_nhlcz_s6_esports_cz`.`stats_club_name` `nameTable` 
WHERE `nameTable`.`stats_club_id` = `test_dev_nhlcz_s6_esports_cz`.`stats_club_name`.`stats_club_id`
ORDER BY IFNULL(NOW() BETWEEN `nameTable`.`from` AND `nameTable`.`to`, 0) DESC, (`nameTable`.`from`
IS NULL AND NOW() <= `nameTable`.`to`) DESC, (`nameTable`.`to` IS NULL AND NOW() >=
`nameTable`.`from`) DESC 
LIMIT 1)) 
LEFT JOIN `test_dev_nhlcz_s6_esports_cz`.`stats_club_logo` ON
`test_dev_nhlcz_s6_esports_cz`.`stats_club`.`id` =
`test_dev_nhlcz_s6_esports_cz`.`stats_club_logo`.`stats_club_id` AND
(`test_dev_nhlcz_s6_esports_cz`.`stats_club_logo`.`id` = (
SELECT `id` 
FROM `test_dev_nhlcz_s6_esports_cz`.`stats_club_logo` `nameTable` 
WHERE `nameTable`.`stats_club_id` = `test_dev_nhlcz_s6_esports_cz`.`stats_club_logo`.`stats_club_id`
ORDER BY IFNULL(NOW() BETWEEN `nameTable`.`from` AND `nameTable`.`to`, 0) DESC, (`nameTable`.`from`
IS NULL AND NOW() <= `nameTable`.`to`) DESC, (`nameTable`.`to` IS NULL AND NOW() >=
`nameTable`.`from`) DESC 
LIMIT 1)) 
WHERE (`test_dev_nhlcz_s6_esports_cz`.`stats_club`.`id` = '2005')
idselect_typetabletypepossible_keyskeykey_lenrefrowsExtra
1PRIMARYstats_clubconstPRIMARYPRIMARY4const1
1PRIMARYstats_club_namerefstats_club_idstats_club_id5const2
1PRIMARYstats_club_logorefstats_club_idstats_club_id5const2
3DEPENDENT SUBQUERYnameTablerefstats_club_idstats_club_id5test_dev_nhlcz_s6_esports_cz.stats_club_logo.stats_club_id1Using where; Using filesort
2DEPENDENT SUBQUERYnameTablerefstats_club_idstats_club_id5test_dev_nhlcz_s6_esports_cz.stats_club_name.stats_club_id1Using where; Using filesort
/var/home/www/nhlcz.s6.esports.cz/subdomains/test/app/Front/Article/presenters/ArchivePresenter.php:93
1
0.670
explain
SELECT `post`.*, IFNULL(get_post_title(`post`.`id`, `post`.`rotate_title`), `post`.`name`) AS
`nameTitle`, IF(`post`.`photo_id` IS NOT NULL, (
SELECT `photo`.`url` 
FROM `photo` 
WHERE `photo`.`id`=`post`.`photo_id`), IF(`post`.`file_id` IS NOT NULL, (
SELECT CONCAT('/static/files/', `file`.`path`, `file`.`filename`, ".", `file`.`extension`) AS `url` 
FROM `file` 
WHERE `file`.`id`=`post`.`file_id`), NULL)) AS `photoUrl` 
FROM `post` FORCE INDEX (`post_article_base_index`) 
LEFT JOIN `post_2_stats_club` ON `post`.`id` = `post_2_stats_club`.`post_id` 
WHERE (`post`.`post_type_id` = 2) AND (`post`.`post_state_id` = 3) AND (`post`.`publish_date` <=
NOW()) AND (`post`.`unpublish_date` IS NULL OR (`post`.`unpublish_date` IS NOT NULL AND
`post`.`unpublish_date` >= NOW())) AND (`post_2_stats_club`.`stats_club_id` = '2005') AND
(`post`.`publish_date` >= '2025-03-06 16:09:25') 
ORDER BY `publish_date` DESC 
LIMIT 9
idselect_typetabletypepossible_keyskeykey_lenrefrowsExtra
1PRIMARYpostrangepost_article_base_indexpost_article_base_index261Using where
1PRIMARYpost_2_stats_clubeq_refPRIMARY,stats_team_idPRIMARY8test_dev_nhlcz_s6_esports_cz.post.id,const1Using where; Using index
3DEPENDENT SUBQUERYfileeq_refPRIMARY,id_UNIQUEPRIMARY4test_dev_nhlcz_s6_esports_cz.post.file_id1
2DEPENDENT SUBQUERYphotoeq_refPRIMARYPRIMARY4test_dev_nhlcz_s6_esports_cz.post.photo_id1
/var/home/www/nhlcz.s6.esports.cz/subdomains/test/app/Front/Article/presenters/ArchivePresenter.php:237
0
¤ ×

Unlogged

no identity

¤ ×

Front:Article:Archive:club dateFilter-filter!

https://test.nhlcz.s6.esports.cz/archiv-clanku/klub/2005?dateFilter-filter=lastWeek&do=dateFilter-filter

Matched? Class Mask Defaults Module Request
no Route test/<presenter>/<action>[/<id>] module = Test
id = 
NULL
Test
no Route <module (xml.*|rss)>/<presenter [a-zA-Z0-9_-]+>[/<param1>][/<param2>][/<param3>] action = default
param1 = 
NULL
param2 = 
NULL
param3 = 
NULL
Export
no Route admin/<module>/<presenter>/<action>[/<id>] module = Dashboard
presenter = Homepage
action = default
id = 
NULL
Admin
no Route hrac/<id [0-9]+>[/<presenter>] module = Player
presenter = Overview
action = default
Front
no Route klub/<id [0-9]+>[/<presenter>] module = Club
presenter = Overview
action = default
id = 
NULL
Front
no Route /clanky module = Home
presenter = Article
action = default
Front
no Route /priklepy module = News
presenter = News
action = default
Front
no Route /vyhledavani module = Search
presenter = Search
action = default
Front
yes Route /archiv-clanku[/<action>][/<id \d+>] module = Article
presenter = Archive
action = default
id = 
NULL
Front Front:Article:Archive:club
id = 2005
dateFilter-filter = lastWeek
do = dateFilter-filter
no Route zapas/<id \d+>[/<presenter>][/<action>] module = Match
presenter = Overview
action = default
Front
no Route / module = Home
presenter = Homepage
action = default
Front
no ArticleRoute <slug [a-zA-Z-0-9\-]+>/<id \d+> module = Article
presenter = Article
action = default
Front
no ArticleCompatRoute <slug [a-zA-Z-0-9\-]+> module = Article
presenter = Article
action = default
Front
no LeagueRoute <id [a-zA-Z-0-9\-]+>/stranka[/<leagueId \d+>]/<sectionId \d+>[/<presenter>] module = League
presenter = Page
action = default
leagueId = 
NULL
Front
no LeagueRoute <id [a-zA-Z-0-9\-]+>/sekce/<sectionId \d+> module = MinorLeague
presenter = Section
action = default
Front
no LeagueRoute <id [a-zA-Z-0-9\-]+>[/<presenter>][/<action>][/<leagueId \d+>] module = League
presenter = Overview
action = default
id = 
NULL
leagueId = 
NULL
Front
no Route <module>/<presenter>/<action>[/<id>] id = 
NULL
Front

Front\Article\ArchivePresenter in /var/home/www/nhlcz.s6.esports.cz/subdomains/test/app/Front/Article/presenters/ArchivePresenter.php:7

¤ ×