Query Metrics
5
Database Queries
5
Different statements
3.63 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.52 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.is_active AS is_active_6, t0.created_at AS created_at_7 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
1.46 ms (0.00%) |
1 |
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_.id IN (?) ORDER BY a0_.created_at DESC
Parameters:
[
[
14
13
12
11
10
9
8
7
6
5
4
1
2
3
]
]
|
|
0.34 ms (0.00%) |
1 |
SELECT COUNT(DISTINCT a0_.id) AS sclr_0 FROM article a0_
Parameters:
[] |
|
0.19 ms (0.00%) |
1 |
SELECT DISTINCT a0_.id AS id_0, a0_.created_at AS created_at_1 FROM article a0_ ORDER BY a0_.created_at DESC LIMIT 20
Parameters:
[] |
|
0.13 ms (0.00%) |
1 |
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
]
|
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\User | No 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. |