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

Query Metrics

9 Database Queries
3 Different statements
6.55 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.93 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.61 ms
SELECT c0_.id AS id_0, c0_.name AS name_1 FROM criteria c0_ ORDER BY c0_.name ASC
Parameters:
[]
3 2.10 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.start_date AS start_date_3, t0.end_date AS end_date_4, t0.objective AS objective_5, t0.campaign_costs AS campaign_costs_6, t0.closed AS closed_7 FROM fundraising t0 INNER JOIN fundraising_criteria ON t0.id = fundraising_criteria.fundraising_id WHERE fundraising_criteria.criteria_id = ?
Parameters:
[
  4
]
4 0.33 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.start_date AS start_date_3, t0.end_date AS end_date_4, t0.objective AS objective_5, t0.campaign_costs AS campaign_costs_6, t0.closed AS closed_7 FROM fundraising t0 INNER JOIN fundraising_criteria ON t0.id = fundraising_criteria.fundraising_id WHERE fundraising_criteria.criteria_id = ?
Parameters:
[
  3
]
5 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.start_date AS start_date_3, t0.end_date AS end_date_4, t0.objective AS objective_5, t0.campaign_costs AS campaign_costs_6, t0.closed AS closed_7 FROM fundraising t0 INNER JOIN fundraising_criteria ON t0.id = fundraising_criteria.fundraising_id WHERE fundraising_criteria.criteria_id = ?
Parameters:
[
  2
]
6 0.38 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.start_date AS start_date_3, t0.end_date AS end_date_4, t0.objective AS objective_5, t0.campaign_costs AS campaign_costs_6, t0.closed AS closed_7 FROM fundraising t0 INNER JOIN fundraising_criteria ON t0.id = fundraising_criteria.fundraising_id WHERE fundraising_criteria.criteria_id = ?
Parameters:
[
  6
]
7 0.29 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.start_date AS start_date_3, t0.end_date AS end_date_4, t0.objective AS objective_5, t0.campaign_costs AS campaign_costs_6, t0.closed AS closed_7 FROM fundraising t0 INNER JOIN fundraising_criteria ON t0.id = fundraising_criteria.fundraising_id WHERE fundraising_criteria.criteria_id = ?
Parameters:
[
  5
]
8 0.29 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.start_date AS start_date_3, t0.end_date AS end_date_4, t0.objective AS objective_5, t0.campaign_costs AS campaign_costs_6, t0.closed AS closed_7 FROM fundraising t0 INNER JOIN fundraising_criteria ON t0.id = fundraising_criteria.fundraising_id WHERE fundraising_criteria.criteria_id = ?
Parameters:
[
  1
]
9 0.32 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.start_date AS start_date_3, t0.end_date AS end_date_4, t0.objective AS objective_5, t0.campaign_costs AS campaign_costs_6, t0.closed AS closed_7 FROM fundraising t0 INNER JOIN fundraising_criteria ON t0.id = fundraising_criteria.fundraising_id WHERE fundraising_criteria.criteria_id = ?
Parameters:
[
  7
]

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\Criteria No errors.
App\Entity\User No errors.
App\Entity\BankStatement No errors.
App\Entity\Fundraising No errors.