Query Metrics
5
Database Queries
3
Different statements
0.44 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
0.26 ms (58.44%) |
3 |
SELECT t0.id AS id_1, t0.foreign_key AS foreign_key_2, t0.value AS value_3 FROM translator t0 WHERE t0.foreign_key = ? LIMIT 1
Parameters:
[
"panel_health"
]
|
0.10 ms (23.31%) |
1 |
SELECT t0.id AS id_1, t0.username AS username_2, t0.password AS password_3, t0.email AS email_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.type AS type_7, t0.is_verified AS is_verified_8, t0.is_active AS is_active_9, t0.added_at AS added_at_10 FROM user t0 WHERE t0.id = ?
Parameters:
[
38
]
|
0.08 ms (18.25%) |
1 |
SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.id_added_by_user AS id_added_by_user_2 FROM health_well_being h0_ WHERE h0_.id_added_by_user = ? ORDER BY h0_.name ASC
Parameters:
[
38
]
|
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\Modules\User\Entity\User | No errors. |
App\Modules\User\Entity\UserProfile | No errors. |
App\Modules\UserPanel\Modules\Community\Entity\UserFriend | No errors. |
App\Modules\UserPanel\Modules\Community\Entity\UserConsultant | No errors. |
App\Modules\UserPanel\Modules\Health\Modules\WellBeing\Entity\HealthWellBeing | No errors. |
App\Modules\UserPanel\Modules\Health\Modules\Manage\Entity\HealthThread | No errors. |
App\Modules\UserPanel\Modules\Health\Modules\WellBeing\Entity\HealthWellBeingHistory | No errors. |
App\Admin\Modules\Translator\Entity\Translator | No errors. |