Query Metrics

33 Database Queries
3 Different statements
2.75 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
2.08 ms
(75.47%)
30
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:
[
  "uzytkownik_email"
]
0.47 ms
(16.97%)
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.public_key AS public_key_7, t0.type AS type_8, t0.is_fully_registered AS is_fully_registered_9, t0.is_verified AS is_verified_10, t0.is_active AS is_active_11, t0.added_at AS added_at_12 FROM user t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
  "Mhoward5464@yahoo.com"
]
0.21 ms
(7.56%)
2
SELECT
                            t.foreign_key,
                            t.value
                        FROM
                            translator t
                        WHERE
                            t.foreign_key LIKE ?
Parameters:
[
  "app_menu_%"
]

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.