Query Metrics
3
Database Queries
3
Different statements
1.07 ms
Query time
0
Invalid entities
0
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.42 ms |
SELECT r0_.id AS id_0, r0_.source_path AS source_path_1, r0_.target_path AS target_path_2, r0_.status_code AS status_code_3, r0_.is_active AS is_active_4, r0_.hit_count AS hit_count_5, r0_.created_at AS created_at_6 FROM redirect r0_ WHERE r0_.source_path = ? AND r0_.is_active = ?
Parameters:
[ "/blog" 1 ] |
||||||||||||||||||||||||||||
| 2 | 0.44 ms |
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.slug AS slug_2, b0_.excerpt AS excerpt_3, b0_.content AS content_4, b0_.content_html AS content_html_5, b0_.meta_title AS meta_title_6, b0_.meta_description AS meta_description_7, b0_.og_image AS og_image_8, b0_.is_published AS is_published_9, b0_.published_at AS published_at_10, b0_.created_at AS created_at_11, b0_.updated_at AS updated_at_12, b0_.author_id AS author_id_13 FROM blog_post b0_ WHERE b0_.is_published = ? ORDER BY b0_.published_at DESC LIMIT 10
Parameters:
[
1
]
|
||||||||||||||||||||||||||||
| 3 | 0.21 ms |
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.slug AS slug_2, b0_.excerpt AS excerpt_3, b0_.content AS content_4, b0_.content_html AS content_html_5, b0_.meta_title AS meta_title_6, b0_.meta_description AS meta_description_7, b0_.og_image AS og_image_8, b0_.is_published AS is_published_9, b0_.published_at AS published_at_10, b0_.created_at AS created_at_11, b0_.updated_at AS updated_at_12, b0_.author_id AS author_id_13 FROM blog_post b0_ WHERE b0_.is_published = ? ORDER BY b0_.published_at DESC LIMIT 10 OFFSET 10
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 |
|---|
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Redirect | No errors. |
| App\Entity\BlogPost | No errors. |
| App\Entity\User | No errors. |