GET https://flbdon-back.dev.lightbulb.lu/api/donor_roles

Query Metrics

6 Database Queries
3 Different statements
21.04 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
11.59 ms
(55.09%)
1
SELECT t0.id AS id_1, t0.avatar AS avatar_2, t0.updated_at AS updated_at_3, t0.email AS email_4, t0.roles AS roles_5, t0.password AS password_6, t0.is_verified AS is_verified_7, t0.username AS username_8 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "b.pereira@lightbulb.lu"
]
7.82 ms
(37.15%)
4
SELECT t0.id AS id_1, t0.process_id AS process_id_2, t0.new AS new_3, t0.firstname AS firstname_4, t0.lastname AS lastname_5, t0.bank_account_name AS bank_account_name_6, t0.address AS address_7, t0.post_code AS post_code_8, t0.city AS city_9, t0.phone AS phone_10, t0.email AS email_11, t0.permanent AS permanent_12, t0.donor_rank AS donor_rank_13, t0.active AS active_14, t0.source_id AS source_id_15, t0.title_id AS title_id_16, t0.migrated_to_id AS migrated_to_id_17 FROM donor t0 INNER JOIN donor_donor_role ON t0.id = donor_donor_role.donor_id WHERE donor_donor_role.donor_role_id = ?
Parameters:
[
  1
]
1.63 ms
(7.76%)
1
SELECT d0_.id AS id_0, d0_.role AS role_1 FROM donor_role d0_ ORDER BY d0_.id ASC
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.

Entities Mapping

Class Mapping errors
App\Entity\DonorRole No errors.
App\Entity\User No errors.
App\Entity\BankStatement No errors.
App\Entity\Donor No errors.
App\Entity\DonorSource No errors.
App\Entity\DonorTitle No errors.
App\Entity\BankAccount No errors.
App\Entity\Letter No errors.
App\Entity\Donation No errors.
App\Entity\Transaction No errors.