Query Metrics
1
Database Queries
1
Different statements
0.64 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
0.64 ms (100.00%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.last_name AS last_name_5, t0.first_name AS first_name_6, t0.address AS address_7, t0.status AS status_8, t0.generate_at AS generate_at_9, t0.token AS token_10, t0.reset_key_lock AS reset_key_lock_11, t0.phone_number AS phone_number_12, t0.activation_token AS activation_token_13, t0.token_expiration AS token_expiration_14, t15.id AS id_16, t15.key_to_lock_folder_and_file AS key_to_lock_folder_and_file_17, t15.user_id AS user_id_18, t19.id AS id_20, t19.name AS name_21, t19.address AS address_22, t19.employee_count AS employee_count_23, t19.user_id AS user_id_24, t25.id AS id_26, t25.is_deleted AS is_deleted_27, t25.collaborator_id AS collaborator_id_28, t25.manager_id AS manager_id_29, t25.company_id AS company_id_30, t0.user_storage_id AS user_storage_id_31 FROM user t0 LEFT JOIN setting t15 ON t15.user_id = t0.id LEFT JOIN company t19 ON t19.user_id = t0.id LEFT JOIN user_collaborator t25 ON t25.collaborator_id = t0.id WHERE t0.email = ? LIMIT 1
Parameters:
[
"alphaamadou@gmail.com"
]
|
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\Setting | No errors. |
| App\Entity\Company | No errors. |
| App\Entity\UserCollaborator | No errors. |
| App\Entity\Stockage | No errors. |