GET https://talion.webamstudio.fr/embed/399dd0747e4d6343af4169f6eff9c3735d20303ae42bee7d7847cafa80ba58ec

Query Metrics

3 Database Queries
3 Different statements
1.87 ms Query time
0 Invalid entities
5 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.71 ms
(38.07%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.type AS type_4, t0.email AS email_5, t0.phone AS phone_6, t0.address AS address_7, t0.postal_code AS postal_code_8, t0.city AS city_9, t0.embed_key AS embed_key_10, t0.active AS active_11, t0.demo AS demo_12, t0.embed_allowed_origins AS embed_allowed_origins_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM client t0 WHERE t0.type = ? AND t0.active = ? ORDER BY t0.name ASC
Parameters:
[
  "dental_center"
  1
]
0.69 ms
(37.00%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.type AS type_4, t0.email AS email_5, t0.phone AS phone_6, t0.address AS address_7, t0.postal_code AS postal_code_8, t0.city AS city_9, t0.embed_key AS embed_key_10, t0.active AS active_11, t0.demo AS demo_12, t0.embed_allowed_origins AS embed_allowed_origins_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM client t0 WHERE t0.embed_key = ? AND t0.active = ? LIMIT 1
Parameters:
[
  "399dd0747e4d6343af4169f6eff9c3735d20303ae42bee7d7847cafa80ba58ec"
  1
]
0.47 ms
(24.93%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.phone AS phone_7, t0.active AS active_8, t0.created_at AS created_at_9, t0.client_id AS client_id_10 FROM `user` t0 WHERE t0.active = ? ORDER BY t0.last_name ASC, t0.first_name ASC
Parameters:
[
  1
]

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\Client 3
App\Entity\User 2

Entities Mapping

Class Mapping errors
App\Entity\Client No errors.
App\Entity\User No errors.
App\Entity\DentalRequest No errors.
App\Entity\ResetPasswordRequest No errors.