Query Metrics
2
Database Queries
2
Different statements
1.94 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 1.06 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.image AS image_7, t0.slug AS slug_8, t0.content AS content_9, t0.updated_at AS updated_at_10, t0.jobs AS jobs_11 FROM user t0 WHERE t0.id = ?
Parameters:
[
"6"
]
|
2 | 0.88 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.content AS content_3, t0.slug AS slug_4, t0.display_order AS display_order_5, t0.is_displayed AS is_displayed_6, t0.image AS image_7, t0.featured_image AS featured_image_8, t0.grid_image AS grid_image_9, t0.updated_at AS updated_at_10, t0.is_featured AS is_featured_11, t0.client_id AS client_id_12 FROM project t0 INNER JOIN user_project ON t0.id = user_project.project_id WHERE user_project.user_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\User | No errors. |
App\Entity\Project | No errors. |
App\Entity\Client | No errors. |