Query Metrics
8
Database Queries
8
Different statements
8.51 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.70 ms |
SELECT t0.keysettings AS keysettings_1, t0.valuesettings AS valuesettings_2, t0.id AS id_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM setting t0
Parameters:
[] |
2 | 0.68 ms |
SELECT t0.fullname AS fullname_1, t0.telfixe AS telfixe_2, t0.telmobile AS telmobile_3, t0.email AS email_4, t0.deleted AS deleted_5, t0.id AS id_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM client t0 WHERE t0.id = ?
Parameters:
[
"5320"
]
|
3 | 0.69 ms |
SELECT t0.id AS id_1, t0.number AS number_2, t0.link AS link_3, t0.sms AS sms_4, t0.email AS email_5, t0.client_id AS client_id_6 FROM client_contact t0 WHERE t0.client_id = ?
Parameters:
[
5320
]
|
4 | 0.35 ms |
"START TRANSACTION"
Parameters:
[] |
5 | 0.66 ms |
DELETE FROM client_contact WHERE id = ?
Parameters:
[
6352
]
|
6 | 0.44 ms |
DELETE FROM user_client WHERE client_id = ?
Parameters:
[
5320
]
|
7 | 1.15 ms |
DELETE FROM client WHERE id = ?
Parameters:
[
5320
]
|
8 | 3.84 ms |
"ROLLBACK"
Parameters:
[] |
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\Setting | No errors. |
App\Entity\Client | No errors. |
App\Entity\Chantier | No errors. |
App\Entity\ClientContact | No errors. |
App\Entity\ClientMessage | No errors. |
App\Entity\User | No errors. |