Query Metrics
8
Database Queries
8
Different statements
5.89 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.51 ms |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.description AS description_3, c0_.color AS color_4, c0_.icon AS icon_5, c0_.position AS position_6, c0_.is_active AS is_active_7, c0_.created_at AS created_at_8, c0_.updated_at AS updated_at_9 FROM category c0_ WHERE c0_.is_active = ? ORDER BY c0_.position ASC
Parameters:
[
1
]
|
| 2 | 1.28 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.subtitle AS subtitle_4, t0.excerpt AS excerpt_5, t0.body AS body_6, t0.status AS status_7, t0.source_topic AS source_topic_8, t0.satire_score AS satire_score_9, t0.risk_score AS risk_score_10, t0.is_ai_generated AS is_ai_generated_11, t0.is_featured AS is_featured_12, t0.view_count AS view_count_13, t0.author AS author_14, t0.published_at AS published_at_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17, t0.metadata AS metadata_18, t0.ai_prompt AS ai_prompt_19, t0.ai_response AS ai_response_20, t0.category_id AS category_id_21, t0.featured_image_id AS featured_image_id_22 FROM article t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"des-scientifiques-prouvent-que-les-lundis-sont-20-plus-longs-que-les-autres-jours"
]
|
| 3 | 0.12 ms |
"START TRANSACTION"
Parameters:
[] |
| 4 | 1.30 ms |
UPDATE article SET view_count = ?, updated_at = ? WHERE id = ?
Parameters:
[ 1595 "2026-03-27 17:22:07" 3 ] |
| 5 | 0.96 ms |
"COMMIT"
Parameters:
[] |
| 6 | 0.46 ms |
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.slug AS slug_2, a0_.subtitle AS subtitle_3, a0_.excerpt AS excerpt_4, a0_.body AS body_5, a0_.status AS status_6, a0_.source_topic AS source_topic_7, a0_.satire_score AS satire_score_8, a0_.risk_score AS risk_score_9, a0_.is_ai_generated AS is_ai_generated_10, a0_.is_featured AS is_featured_11, a0_.view_count AS view_count_12, a0_.author AS author_13, a0_.published_at AS published_at_14, a0_.created_at AS created_at_15, a0_.updated_at AS updated_at_16, a0_.metadata AS metadata_17, a0_.ai_prompt AS ai_prompt_18, a0_.ai_response AS ai_response_19, a0_.category_id AS category_id_20, a0_.featured_image_id AS featured_image_id_21 FROM article a0_ WHERE a0_.status = ? AND a0_.category_id = ? ORDER BY a0_.published_at DESC LIMIT 4
Parameters:
[ "published" 5 ] |
| 7 | 0.18 ms |
SELECT t0.id AS id_1, t0.type AS type_2, t0.path AS path_3, t0.alt AS alt_4, t0.title AS title_5, t0.metadata AS metadata_6, t0.file_size AS file_size_7, t0.mime_type AS mime_type_8, t0.is_ai_generated AS is_ai_generated_9, t0.generation_prompt AS generation_prompt_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12 FROM media_asset t0 WHERE t0.id = ?
Parameters:
[
11
]
|
| 8 | 0.10 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_at AS created_at_4 FROM tag t0 INNER JOIN article_tag ON t0.id = article_tag.tag_id WHERE article_tag.article_id = ?
Parameters:
[
3
]
|
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 |
|---|---|
| App\Entity\SiteSetting | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\Article | No errors. |
| App\Entity\MediaAsset | No errors. |
| App\Entity\Tag | No errors. |
| App\Entity\SocialPost | No errors. |