Query Metrics

8 Database Queries
8 Different statements
7.03 ms Query time
0 Invalid entities
7 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.68 ms
(23.84%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.student_id AS student_id_5 FROM user t0 WHERE t0.id = ?
Parameters:
[
  1
]
1.44 ms
(20.49%)
1
"COMMIT"
Parameters:
[]
0.92 ms
(13.13%)
1
SELECT t0.id AS id_1, t0.attestation_number AS attestation_number_2, t0.public_slug AS public_slug_3, t0.verification_url AS verification_url_4, t0.amount AS amount_5, t0.currency AS currency_6, t0.pdf_path AS pdf_path_7, t0.qr_code_path AS qr_code_path_8, t0.status AS status_9, t0.school_name AS school_name_10, t0.academic_year AS academic_year_11, t0.created_at AS created_at_12, t0.student_id AS student_id_13, t0.bank_account_id AS bank_account_id_14 FROM attestation t0 WHERE t0.id = ?
Parameters:
[
  "10"
]
0.87 ms
(12.35%)
1
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.birth_place AS birth_place_4, t0.birth_date AS birth_date_5, t0.email AS email_6, t0.phone AS phone_7, t0.address AS address_8, t0.civility AS civility_9, t0.country_id AS country_id_10 FROM student t0 WHERE t0.id = ?
Parameters:
[
  11
]
0.67 ms
(9.53%)
1
SELECT t0.id AS id_1, t0.account_number AS account_number_2, t0.account_name AS account_name_3, t0.currency AS currency_4, t0.iban AS iban_5, t0.bic AS bic_6, t0.bank_id AS bank_id_7 FROM bank_account t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.56 ms
(7.98%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.bank_code AS bank_code_3, t0.address AS address_4, t0.phone AS phone_5, t0.contact_email AS contact_email_6 FROM bank t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.52 ms
(7.34%)
1
INSERT INTO system_logs (action, details, performed_at) VALUES (?, ?, ?)
Parameters:
[
  "attestation_generated"
  "{"number":"182605563"}"
  "2026-05-18 16:08:01"
]
0.38 ms
(5.34%)
1
"START TRANSACTION"
Parameters:
[]

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\User 1
App\Entity\Attestation 1
App\Entity\Student 1
App\Entity\BankAccount 1
App\Entity\Country 1
App\Entity\Bank 1
App\Entity\SystemLogs 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Student No errors.
App\Entity\Attestation No errors.
App\Entity\BankAccount No errors.
App\Entity\Country No errors.
App\Entity\Bank No errors.
App\Entity\SystemLogs No errors.