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

Query Metrics

4 Database Queries
3 Different statements
6.29 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.16 ms
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"
]
2 1.98 ms
SELECT d0_.id AS id_0, d0_.type AS type_1 FROM donor_source d0_ ORDER BY d0_.id ASC
Parameters:
[]
3 2.78 ms
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 WHERE t0.source_id = ?
Parameters:
[
  1
]
4 0.38 ms
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 WHERE t0.source_id = ?
Parameters:
[
  2
]

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\DonorSource No errors.
App\Entity\User No errors.
App\Entity\BankStatement No errors.
App\Entity\Donor 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.
App\Entity\DonorRole No errors.