Query Metrics
4
Database Queries
4
Different statements
4.56 ms
Query time
0
Invalid entities
3
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.94 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.active AS active_3, t0.display_name AS display_name_4, t0.username AS username_5, t0.roles AS roles_6, t0.password AS password_7, t0.isVerified AS isVerified_8, t0.emailAuthCode AS emailAuthCode_9, t0.totpSecret AS totpSecret_10, t0.twoFactorMethod AS twoFactorMethod_11, t0.phoneNumber AS phoneNumber_12, t0.client_id AS client_id_13 FROM User t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 2 | 1.12 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.apikey AS apikey_3, t0.phone AS phone_4, t0.email AS email_5, t0.address AS address_6, t0.logo AS logo_7, t0.active AS active_8, t9.id AS id_10, t9.email AS email_11, t9.active AS active_12, t9.display_name AS display_name_13, t9.username AS username_14, t9.roles AS roles_15, t9.password AS password_16, t9.isVerified AS isVerified_17, t9.emailAuthCode AS emailAuthCode_18, t9.totpSecret AS totpSecret_19, t9.twoFactorMethod AS twoFactorMethod_20, t9.phoneNumber AS phoneNumber_21, t9.client_id AS client_id_22 FROM Client t0 LEFT JOIN User t9 ON t9.client_id = t0.id
Parameters:
[] |
| 3 | 1.74 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.codeGDS AS codeGDS_3, t0.color AS color_4, t0.token AS token_5, t0.sourceApi AS sourceApi_6, t0.slug AS slug_7, t0.username AS username_8, t0.password AS password_9, t0.url AS url_10 FROM XmlProvider t0 INNER JOIN client_provider ON t0.id = client_provider.xmlprovider_id WHERE client_provider.client_id = ?
Parameters:
[
1
]
|
| 4 | 0.76 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.active AS active_3, t0.currency AS currency_4, t0.phoneCode AS phoneCode_5, t0.codeAlpha2 AS codeAlpha2_6 FROM Country t0 INNER JOIN client_country ON t0.id = client_country.country_id WHERE client_country.client_id = ?
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 |
|---|---|
| App\Entity\User | 2 |
| App\Entity\Client | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Client | No errors. |
| App\Entity\ClientIpAddress | No errors. |
| App\Entity\Country | No errors. |
| App\Entity\XmlProvider | No errors. |