Query Metrics
9
Database Queries
9
Different statements
13.17 ms
Query time
0
Invalid entities
13
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 7.66 ms |
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.slug AS slug_2, b0_.content AS content_3, b0_.excerpt AS excerpt_4, b0_.featured_image AS featured_image_5, b0_.image_alt AS image_alt_6, b0_.status AS status_7, b0_.published_at AS published_at_8, b0_.created_at AS created_at_9, b0_.updated_at AS updated_at_10, b0_.tags AS tags_11, b0_.reading_time AS reading_time_12, b0_.view_count AS view_count_13, b0_.is_featured AS is_featured_14, b0_.allow_comments AS allow_comments_15, b0_.seo_title AS seo_title_16, b0_.seo_description AS seo_description_17, b0_.seo_keywords AS seo_keywords_18, b0_.seo_no_index AS seo_no_index_19, b0_.seo_no_follow AS seo_no_follow_20, b0_.author_id AS author_id_21, b0_.category_id AS category_id_22 FROM blog_post b0_ LEFT JOIN blog_category b1_ ON b0_.category_id = b1_.id LEFT JOIN user u2_ ON b0_.author_id = u2_.id WHERE b0_.slug = ? AND b0_.status = ? AND b0_.published_at <= ?
Parameters:
[ "comment-negocier-le-prix-d-un-bien-immobilier" "published" "2025-12-14 20:31:39" ]
|
||||||||||||||||||||||||||||
| 2 | 0.23 ms |
"START TRANSACTION"
Parameters:
[]
|
||||||||||||||||||||||||||||
| 3 | 1.45 ms |
UPDATE blog_post SET view_count = ?, updated_at = ? WHERE id = ?
Parameters:
[ 402 "2025-12-14 20:31:39" 6 ]
|
||||||||||||||||||||||||||||
| 4 | 0.33 ms |
"COMMIT"
Parameters:
[]
|
||||||||||||||||||||||||||||
| 5 | 1.09 ms |
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.slug AS slug_2, b0_.content AS content_3, b0_.excerpt AS excerpt_4, b0_.featured_image AS featured_image_5, b0_.image_alt AS image_alt_6, b0_.status AS status_7, b0_.published_at AS published_at_8, b0_.created_at AS created_at_9, b0_.updated_at AS updated_at_10, b0_.tags AS tags_11, b0_.reading_time AS reading_time_12, b0_.view_count AS view_count_13, b0_.is_featured AS is_featured_14, b0_.allow_comments AS allow_comments_15, b0_.seo_title AS seo_title_16, b0_.seo_description AS seo_description_17, b0_.seo_keywords AS seo_keywords_18, b0_.seo_no_index AS seo_no_index_19, b0_.seo_no_follow AS seo_no_follow_20, b0_.author_id AS author_id_21, b0_.category_id AS category_id_22 FROM blog_post b0_ LEFT JOIN blog_category b1_ ON b0_.category_id = b1_.id LEFT JOIN user u2_ ON b0_.author_id = u2_.id WHERE b0_.status = ? AND b0_.published_at <= ? AND b0_.id <> ? AND b0_.category_id = ? ORDER BY b0_.published_at DESC LIMIT 4
Parameters:
[ "published" "2025-12-14 20:31:39" 6 2 ]
|
||||||||||||||||||||||||||||
| 6 | 0.47 ms |
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.slug AS slug_2, b0_.content AS content_3, b0_.excerpt AS excerpt_4, b0_.featured_image AS featured_image_5, b0_.image_alt AS image_alt_6, b0_.status AS status_7, b0_.published_at AS published_at_8, b0_.created_at AS created_at_9, b0_.updated_at AS updated_at_10, b0_.tags AS tags_11, b0_.reading_time AS reading_time_12, b0_.view_count AS view_count_13, b0_.is_featured AS is_featured_14, b0_.allow_comments AS allow_comments_15, b0_.seo_title AS seo_title_16, b0_.seo_description AS seo_description_17, b0_.seo_keywords AS seo_keywords_18, b0_.seo_no_index AS seo_no_index_19, b0_.seo_no_follow AS seo_no_follow_20, b0_.author_id AS author_id_21, b0_.category_id AS category_id_22 FROM blog_post b0_ LEFT JOIN blog_category b1_ ON b0_.category_id = b1_.id LEFT JOIN user u2_ ON b0_.author_id = u2_.id WHERE b0_.status = ? AND b0_.published_at <= ? ORDER BY b0_.published_at DESC LIMIT 5
Parameters:
[ "published" "2025-12-14 20:31:39" ]
|
||||||||||||||||||||||||||||
| 7 | 1.02 ms |
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.slug AS slug_2, b0_.description AS description_3, b0_.color AS color_4, b0_.icon AS icon_5, b0_.image AS image_6, b0_.is_active AS is_active_7, b0_.sort_order AS sort_order_8, b0_.created_at AS created_at_9, b0_.updated_at AS updated_at_10, b0_.seo_title AS seo_title_11, b0_.seo_description AS seo_description_12, b0_.seo_keywords AS seo_keywords_13, COUNT(b1_.id) AS sclr_14 FROM blog_category b0_ LEFT JOIN blog_post b1_ ON b0_.id = b1_.category_id LEFT JOIN user u2_ ON b1_.author_id = u2_.id WHERE b0_.is_active = ? AND (b1_.status = ? OR b1_.status IS NULL) AND (b1_.published_at <= ? OR b1_.published_at IS NULL) GROUP BY b0_.id ORDER BY b0_.sort_order ASC, b0_.name ASC
Parameters:
[ 1 "published" "2025-12-14 20:31:39" ]
|
||||||||||||||||||||||||||||
| 8 | 0.33 ms |
SELECT b0_.tags AS tags_0 FROM blog_post b0_ WHERE b0_.status = ? AND b0_.published_at <= ?
Parameters:
[ "published" "2025-12-14 20:31:39" ]
|
||||||||||||||||||||||||||||
| 9 | 0.60 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.roles AS roles_5, t0.password AS password_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.last_login_at AS last_login_at_10 FROM user t0 WHERE t0.id = ?
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\BlogPost | 7 |
| App\Entity\BlogCategory | 5 |
| App\Entity\User | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\BlogPost | No errors. |
| App\Entity\BlogCategory | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Property | No errors. |