Query Metrics
9
Database Queries
9
Different statements
24.94 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
6.14 ms (24.63%) |
1 |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.icon AS icon_2, c0_.teaser AS teaser_3, c0_.body AS body_4, c0_.published AS published_5, c0_.created_by AS created_by_6, c0_.priority AS priority_7, c0_.author AS author_8, c0_.published_from AS published_from_9, c0_.published_to AS published_to_10, c0_.slug AS slug_11, c0_.seo_title AS seo_title_12, c0_.metadata AS metadata_13, c0_.search AS search_14, c0_.category AS category_15, c0_.visibility AS visibility_16, c0_.created_at AS created_at_17, c0_.edited_at AS edited_at_18, c0_.last_check_at AS last_check_at_19, c0_.next_check_at AS next_check_at_20 FROM cms_article c0_ WHERE c0_.published = 1 AND c0_.id <> ? AND ((c0_.published_from < ? OR c0_.published_from IS NULL) AND (c0_.published_to > ? OR c0_.published_to IS NULL)) ORDER BY c0_.priority DESC, c0_.published_from DESC LIMIT 4
Parameters:
[ 172 "2024-11-21 09:18:26" "2024-11-21 09:18:26" ] |
5.45 ms (21.86%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.icon AS icon_3, t0.teaser AS teaser_4, t0.body AS body_5, t0.published AS published_6, t0.created_by AS created_by_7, t0.priority AS priority_8, t0.author AS author_9, t0.published_from AS published_from_10, t0.published_to AS published_to_11, t0.slug AS slug_12, t0.seo_title AS seo_title_13, t0.metadata AS metadata_14, t0.search AS search_15, t0.category AS category_16, t0.visibility AS visibility_17, t0.created_at AS created_at_18, t0.edited_at AS edited_at_19, t0.last_check_at AS last_check_at_20, t0.next_check_at AS next_check_at_21 FROM cms_article t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"6-stretnutie-isa2-wggs-08-07-2019"
]
|
3.12 ms (12.53%) |
1 |
SELECT c0_.code AS code_0, c0_.name AS name_1, c0_.value AS value_2, c0_.o_params AS o_params_3, c0_.id AS id_4, c0_.visibility AS visibility_5, c0_.created_at AS created_at_6, c0_.edited_at AS edited_at_7, c0_.last_check_at AS last_check_at_8, c0_.next_check_at AS next_check_at_9 FROM cms_option c0_ WHERE c0_.code IS NOT NULL AND c0_.visibility = ?
Parameters:
[
1
]
|
2.87 ms (11.50%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.parent_id AS parent_id_4, t0.lvl AS lvl_5, t0.sort_order AS sort_order_6, t0.lang AS lang_7, t0.root_id AS root_id_8, t0.link_type AS link_type_9, t0.link_type_data AS link_type_data_10, t0.visibility AS visibility_11, t0.created_at AS created_at_12, t0.edited_at AS edited_at_13, t0.last_check_at AS last_check_at_14, t0.next_check_at AS next_check_at_15 FROM cms_menu t0 WHERE t0.parent_id = ? LIMIT 1
Parameters:
[
0
]
|
2.35 ms (9.43%) |
1 |
SELECT NEXTVAL('cms_stat_id_seq')
Parameters:
[] |
1.82 ms (7.30%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.parent_id AS parent_id_4, t0.lvl AS lvl_5, t0.sort_order AS sort_order_6, t0.lang AS lang_7, t0.root_id AS root_id_8, t0.link_type AS link_type_9, t0.link_type_data AS link_type_data_10, t0.visibility AS visibility_11, t0.created_at AS created_at_12, t0.edited_at AS edited_at_13, t0.last_check_at AS last_check_at_14, t0.next_check_at AS next_check_at_15 FROM cms_menu t0 WHERE t0.root_id = ? ORDER BY t0.lvl ASC, t0.sort_order ASC
Parameters:
[
1
]
|
1.72 ms (6.91%) |
1 |
INSERT INTO cms_stat (id, created_at, browser, source_type, stat_type, source_id, referer, source_url, source_title, session_id, visibility, edited_at, last_check_at, next_check_at) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 80279 "2024-11-21 09:18:25" "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "score_public_articles_detail" "request" "6-stretnutie-isa2-wggs-08-07-2019" null "/clanky/6-stretnutie-isa2-wggs-08-07-2019" "" null 1 "2024-11-21 09:18:25" "2024-11-21 09:18:25" null ] |
1.05 ms (4.22%) |
1 |
"COMMIT"
Parameters:
[] |
0.40 ms (1.61%) |
1 |
"START TRANSACTION"
Parameters:
[] |
Database Connections
Name | Service |
---|---|
default | doctrine.dbal.default_connection |
Entity Managers
Name | Service |
---|---|
default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
Class | Mapping errors |
---|---|
Score\CmsBundle\Entity\Stat | No errors. |
Score\CmsBundle\Entity\Article | No errors. |
Score\CmsBundle\Entity\Multisite\SiteItem | No errors. |
Score\CmsBundle\Entity\Multisite\SiteItemArticle | No errors. |
Score\CmsBundle\Entity\Option | No errors. |
Score\CmsBundle\Entity\Menu | No errors. |
Score\CmsBundle\Entity\Multisite\SiteItemMenu | No errors. |