Query Metrics
2
Database Queries
2
Different statements
8.84 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 4.04 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.active AS active_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.language AS language_7, t0.country_id AS country_id_8, t0.user_role AS user_role_9, t0.export AS export_10, t0.modified AS modified_11, t0.created AS created_12, t0.team_id AS team_id_13 FROM metro_menu_engineering.user t0 WHERE t0.id = ?
Parameters:
[
105
]
|
| 2 | 4.80 ms |
SELECT t0.id AS id_1, t0.user_id AS user_id_2, t0.project_id AS project_id_3, t0.import_id AS import_id_4, t0.url AS url_5, t0.content AS content_6, t0.modified AS modified_7, t0.modified_by AS modified_by_8, t0.created AS created_9, t0.created_by AS created_by_10, t0.export AS export_11 FROM metro_menu_engineering.notice t0 WHERE t0.project_id = ? AND t0.import_id = ? LIMIT 1
Parameters:
[ "2953" "4951" ] |
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\Team | No errors. |
| App\Entity\Notice | No errors. |