Query Metrics
2
Database Queries
2
Different statements
0.96 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.55 ms |
SELECT u0_.id AS id_0, u0_.password AS password_1, u0_.user_number AS user_number_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u0_.login AS login_5, u0_.email AS email_6, u0_.salutation AS salutation_7, u0_.company_name AS company_name_8, u0_.call_number AS call_number_9, u0_.phone_number AS phone_number_10, u0_.date_of_birth AS date_of_birth_11, u0_.pin_code AS pin_code_12, u0_.address AS address_13, u0_.city AS city_14, u0_.country AS country_15, u0_.state_or_province AS state_or_province_16, u0_.fax AS fax_17, u0_.active_status AS active_status_18 FROM user u0_ WHERE u0_.id = ?
Parameters:
[
122
]
|
2 | 0.42 ms |
SELECT t0.id AS id_1, t0.account_special_number AS account_special_number_2, t0.account_type AS account_type_3, t0.currency AS currency_4, t0.balance AS balance_5, t0.min_balance AS min_balance_6, t0.description AS description_7, t0.credit_card_number AS credit_card_number_8, t0.user_id AS user_id_9 FROM account t0 WHERE t0.user_id = ?
Parameters:
[
122
]
|
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\Client | No errors. |
App\Entity\Account | No errors. |
App\Entity\Transaction | No errors. |