Query Metrics
7
Database Queries
3
Different statements
3.48 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.59 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.34 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_.title LIKE ? OR a0_.excerpt LIKE ? OR a0_.body LIKE ?)) ORDER BY a0_.published_at DESC
Parameters:
[ "published" "%Tendance%" "%Tendance%" "%Tendance%" ] |
| 3 | 0.16 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
]
|
| 4 | 0.15 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:
[
13
]
|
| 5 | 0.10 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:
[
2
]
|
| 6 | 0.08 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:
[
1
]
|
| 7 | 0.06 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:
[
6
]
|
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. |