GET https://travel.fna.cx/segment/DS-RAR/kosten

Query Metrics

4 Database Queries
4 Different statements
1.88 ms Query time
0 Invalid entities
8 Managed entities

Queries

Group similar statements

# Time Info
1 0.41 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.display_name AS display_name_5 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  1
]
2 0.52 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.start_date AS start_date_4, t0.end_date AS end_date_5, t0.home_base AS home_base_6, t0.sort_order AS sort_order_7, t0.trip_id AS trip_id_8, t0.destination_id AS destination_id_9 FROM trip_segment t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
  "DS-RAR"
]
3 0.50 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.emoji AS emoji_3, t0.description AS description_4, t0.sort_order AS sort_order_5, t0.owner_id AS owner_id_6 FROM trip t0 WHERE t0.id = ?
Parameters:
[
  7
]
4 0.45 ms
SELECT t0.id AS id_1, t0.label AS label_2, t0.amount AS amount_3, t0.currency AS currency_4, t0.category AS category_5, t0.paid AS paid_6, t0.paid_at AS paid_at_7, t0.segment_id AS segment_id_8 FROM cost_item t0 WHERE t0.segment_id = ?
Parameters:
[
  19
]

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\CostItem 4
App\Entity\User 1
App\Entity\TripSegment 1
App\Entity\Trip 1
App\Entity\Destination 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\TripSegment No errors.
App\Entity\Trip No errors.
App\Entity\Destination No errors.
App\Entity\ItineraryItem No errors.
App\Entity\CostItem No errors.