Query Metrics
2
Database Queries
2
Different statements
0.47 ms
Query time
0
Invalid entities
4
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.28 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.username AS username_3, t0.first_name AS first_name_4, t0.join_date AS join_date_5, t0.image AS image_6, t0.cover AS cover_7, t0.roles AS roles_8, t0.password AS password_9, t0.status AS status_10, t0.type AS type_11, t0.token AS token_12, t0.cv AS cv_13, t0.vcode AS vcode_14, t0.package AS package_15, t0.activation_date AS activation_date_16, t0.country_id AS country_id_17, t0.category_id AS category_id_18 FROM user t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
12
]
|
| 2 | 0.19 ms |
SELECT t0.id AS id_1, t0.facebook AS facebook_2, t0.twitter AS twitter_3, t0.instagram AS instagram_4, t0.youtube AS youtube_5, t0.whatsapp AS whatsapp_6, t0.telegram AS telegram_7, t0.tiktok AS tiktok_8, t0.angami AS angami_9, t0.spotify AS spotify_10, t0.apple_music AS apple_music_11, t0.email AS email_12, t0.user_id AS user_id_13 FROM social t0 WHERE t0.user_id = ?
Parameters:
[
12
]
|
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\Country | 1 |
| App\Entity\Category | 1 |
| App\Entity\Social | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Country | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\Social | No errors. |