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

Query Metrics

13 Database Queries
3 Different statements
11.82 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
5.23 ms
(44.30%)
11
SELECT t0.id AS id_1, t0.closed AS closed_2, t0.name AS name_3, t0.start_date AS start_date_4, t0.end_date AS end_date_5, t0.objective AS objective_6, t0.concerned_person AS concerned_person_7, t0.accounting_account AS accounting_account_8, t0.type_id AS type_id_9, t0.contact_person_id AS contact_person_id_10 FROM campaign t0 WHERE t0.type_id = ?
Parameters:
[
  1
]
3.48 ms
(29.49%)
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"
]
3.10 ms
(26.21%)
1
SELECT c0_.id AS id_0, c0_.label AS label_1 FROM campaign_type c0_ ORDER BY c0_.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\User No errors.
App\Entity\BankStatement No errors.
App\Entity\CampaignType No errors.
App\Entity\Campaign No errors.
App\Entity\ContactPerson No errors.
App\Entity\Donation No errors.
App\Entity\Transaction No errors.
App\Entity\Fundraising No errors.