GET https://www.recette-app.animal-care-madagascar.com/admin/user

Query Metrics

4 Database Queries
4 Different statements
2.02 ms Query time
0 Invalid entities
1 Managed entities

Queries

Group similar statements

# Time Info
1 0.23 ms
SELECT t0.right_name AS right_name_1, t0.right_code AS right_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.id AS id_5 FROM rights t0 WHERE t0.right_code = ? LIMIT 1
Parameters:
[
  "admin_user_index"
]
2 0.31 ms
SELECT t0.login AS login_1, t0.lastname AS lastname_2, t0.firstname AS firstname_3, t0.mail AS mail_4, t0.password AS password_5, t0.is_active AS is_active_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9 FROM users t0
Parameters:
[]
3 0.57 ms
SELECT t0.group_name AS group_name_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM user_group_definitions t0 INNER JOIN user_groups ON t0.id = user_groups.group_id WHERE user_groups.user_id = ?
Parameters:
[
  "c3ca56ed63d8e835fe923a7259f3f30e"
]
4 0.91 ms
SELECT t0.profile_name AS profile_name_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM profiles t0 INNER JOIN user_profiles ON t0.id = user_profiles.profile_id WHERE user_profiles.user_id = ?
Parameters:
[
  "c3ca56ed63d8e835fe923a7259f3f30e"
]

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
Domain\User\Entity\User 1

Entities Mapping

Class Mapping errors
Domain\User\Entity\Right No errors.
Domain\User\Entity\User No errors.
Domain\User\Entity\Group No errors.
Domain\User\Entity\Profile No errors.