Query Metrics
4
Database Queries
3
Different statements
2.14 ms
Query time
0
Invalid entities
2
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.44 ms |
SELECT t0.id AS id_1, t0.priority AS priority_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.last_login_at AS last_login_at_5, t0.email AS email_6, t0.roles AS roles_7, t0.password AS password_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.is_active AS is_active_11, t0.is_verified AS is_verified_12, t0.image AS image_13, t0.birth_date AS birth_date_14, t0.nationality AS nationality_15, t0.address AS address_16, t0.city AS city_17, t0.zip_code AS zip_code_18, t0.phone_number AS phone_number_19, t0.token AS token_20, t0.token_expired_at AS token_expired_at_21, t0.created_by AS created_by_22, t0.updated_by AS updated_by_23, t0.country_id AS country_id_24, t0.customer_id AS customer_id_25, t0.type FROM user t0 WHERE t0.id = ? AND t0.type IN ('customerUser', 'customerAgent', 'customerAdmin')
Parameters:
[
13
]
|
| 2 | 0.44 ms |
SELECT DATABASE()
Parameters:
[] |
| 3 | 1.09 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"westrade"
]
|
| 4 | 0.17 ms |
SELECT DATABASE()
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\User | 1 |
| App\Entity\Customer | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\AbstractEntity | No errors. |
| App\Entity\User | No errors. |
| App\Entity\CustomerUser | No errors. |
| App\Entity\Country | No errors. |
| App\Entity\Customer | No errors. |
| App\Entity\CustomerAgent | No errors. |
| App\Entity\CustomerAdmin | No errors. |
| App\Entity\Post | No errors. |
| App\Entity\Notification | No errors. |
| App\Entity\Contact | No errors. |
| App\Entity\City | No errors. |
| App\Entity\Currency | No errors. |
| App\Entity\CustomerOfferAlert | No errors. |
| App\Entity\Request | No errors. |
| App\Entity\Supplier | No errors. |
| App\Entity\CustomerLicense | No errors. |
| App\Entity\CustomerBank | No errors. |
| App\Entity\Trade | No errors. |
| App\Entity\Quote | No errors. |
| App\Entity\PostCategory | No errors. |
| App\Entity\ProductType | No errors. |
| App\Entity\Product | No errors. |