Query Metrics
8
Database Queries
8
Different statements
153.99 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 9.95 ms |
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.id = ? LIMIT 1
Parameters:
[
325
]
|
| 2 | 5.48 ms |
SELECT t0.id AS id_1, t0.item_id AS item_id_2, t0.visibility AS visibility_3, t0.created_at AS created_at_4, t0.edited_at AS edited_at_5, t0.last_check_at AS last_check_at_6, t0.next_check_at AS next_check_at_7, t0.item_id AS item_id_8, t0.site_id AS site_id_9, t0.item_type FROM cms_site_items t0 WHERE t0.item_id = ? AND t0.item_type IN ('article')
Parameters:
[
325
]
|
| 3 | 4.20 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.visibility AS visibility_4, t0.created_at AS created_at_5, t0.edited_at AS edited_at_6, t0.last_check_at AS last_check_at_7, t0.next_check_at AS next_check_at_8 FROM cms_site t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 4 | 106.45 ms |
SELECT to_char(created_at,'YYYY-MM') AS month_stat, COUNT(*) AS hits FROM cms_stat WHERE source_id = :source_id AND source_type = 'score_public_articles_detail' GROUP BY month_stat
Parameters:
[ "source_id" => "vystupy-7-inspire-espus-skolenia-uavs-lidar-a-ine" ] |
| 5 | 5.27 ms |
SELECT NEXTVAL('cms_stat_id_seq')
Parameters:
[] |
| 6 | 3.76 ms |
"START TRANSACTION"
Parameters:
[] |
| 7 | 16.50 ms |
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:
[ 122613 "2026-04-04 17:06:47" "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "score_public_articles_detail" "api_request" "vystupy-7-inspire-espus-skolenia-uavs-lidar-a-ine" "http://cms.stage.geocloud.sk/api/articles/325" "/api/articles/325" "Výstupy 7.INSPIRE ESPUS Školenia "UAVs & LIDAR a iné"" null 1 "2026-04-04 17:06:47" "2026-04-04 17:06:47" null ] |
| 8 | 2.39 ms |
"COMMIT"
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. |
| App\Entity\Api\Article | 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\Multisite\Site | No errors. |