Query Metrics
1
Database Queries
1
Different statements
0.66 ms
Query time
0
Invalid entities
1
Managed entities
Grouped Statements
default connection
| Time▼ | Count | Info |
|---|---|---|
|
0.66 ms (100.00%) |
1 |
SELECT t0.password AS password_1, t0.email AS email_2, t0.type AS type_3, t0.username AS username_4, t0.job_title AS job_title_5, t0.name AS name_6, t0.surname AS surname_7, t0.last_login_datetime AS last_login_datetime_8, t0.registered_datetime AS registered_datetime_9, t0.activated_datetime AS activated_datetime_10, t0.status AS status_11, t0.activation_key AS activation_key_12, t0.reset_password_key AS reset_password_key_13, t0.reset_password_expires_at AS reset_password_expires_at_14, t0.password_reset_required AS password_reset_required_15, t0.id AS id_16, t17.name AS name_18, t17.surname AS surname_19, t17.email AS email_20, t17.type AS type_21, t17.phone AS phone_22, t17.newsletter AS newsletter_23, t17.created_at AS created_at_24, t17.updated_at AS updated_at_25, t17.reference AS reference_26, t17.cron_export_status AS cron_export_status_27, t17.id AS id_28, t17.user_id AS user_id_29, t17.default_invoice_address_id AS default_invoice_address_id_30, t17.default_shipment_address_id AS default_shipment_address_id_31 FROM users t0 LEFT JOIN clients t17 ON t17.user_id = t0.id WHERE t0.id = ?
Parameters:
[
5
]
|
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
| legacy | doctrine.dbal.legacy_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 |
|---|---|
| Fotoboom\User\Domain\User | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| Fotoboom\User\Domain\User | No errors. |
| Fotoboom\Client\Domain\Client | No errors. |
| Fotoboom\Client\Domain\ClientAddress | No errors. |