Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
0.78 ms
(47.25%)
2
SELECT s0_.id AS id_0, s0_.url AS url_1 FROM site s0_ WHERE s0_.deleted_at IS NULL AND s0_.translation_role = ?
Parameters:
[
  "source"
]
0.52 ms
(31.14%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.user_name AS user_name_4, t0.roles AS roles_5, t0.profile_picture AS profile_picture_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted_at AS deleted_at_9, t0.deleted AS deleted_10 FROM user_ubo t0 WHERE t0.id = ?
Parameters:
[
  4
]
0.18 ms
(10.99%)
1
SELECT DISTINCT t0_.id AS id_0, t0_.id AS id_1 FROM translation_log t0_ INNER JOIN site s1_ ON t0_.source_site_id = s1_.id INNER JOIN site s2_ ON t0_.destination_site_id = s2_.id WHERE t0_.destination_site_id = ? AND DATE(t0_.started_at) = ? ORDER BY t0_.id DESC LIMIT 10
Parameters:
[
  "19"
  "2026-05-22"
]
0.18 ms
(10.62%)
1
SELECT count(DISTINCT t0_.id) AS sclr_0 FROM translation_log t0_ INNER JOIN site s1_ ON t0_.source_site_id = s1_.id INNER JOIN site s2_ ON t0_.destination_site_id = s2_.id WHERE t0_.destination_site_id = ? AND DATE(t0_.started_at) = ?
Parameters:
[
  "19"
  "2026-05-22"
]

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\UserUbo 1

Entities Mapping

Class Mapping errors
App\Entity\UserUbo No errors.
App\Entity\Site No errors.
App\Entity\TranslationLog No errors.