Redirect 302 redirect from GET @admin (ee60a1)

Query Metrics

23 Database Queries
4 Different statements
26.66 ms Query time
0 Invalid entities
40 Managed entities

Grouped Statements

Show all queries

Time Count Info
22.97 ms
(86.14%)
20
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.price AS price_4, t0.duration AS duration_5, t0.active AS active_6, t0.relation AS relation_7, t0.category_id AS category_id_8 FROM service t0 INNER JOIN reservation_service ON t0.id = reservation_service.service_id WHERE reservation_service.reservation_id = ?
Parameters:
[
  96
]
1.76 ms
(6.59%)
1
SELECT DISTINCT r0_.id AS id_0 FROM reservation r0_ LIMIT 20
Parameters:
[]
1.35 ms
(5.06%)
1
SELECT r0_.id AS id_0, r0_.reference AS reference_1, r0_.date_rdv AS date_rdv_2, r0_.status AS status_3, r0_.total_price AS total_price_4, r0_.total_duration AS total_duration_5, r0_.comment AS comment_6, r0_.guest_firstname AS guest_firstname_7, r0_.guest_lastname AS guest_lastname_8, r0_.guest_email AS guest_email_9, r0_.guest_phone AS guest_phone_10, r0_.visit_address AS visit_address_11, r0_.client_id AS client_id_12 FROM reservation r0_ WHERE r0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  117
  118
  102
  104
  110
  112
  98
  101
  111
  114
  107
  108
  109
  96
  97
  105
  115
  100
  103
  99
]
0.59 ms
(2.21%)
1
SELECT count(*) AS sclr_0 FROM reservation r0_
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Reservation 20
App\Entity\Service 9
App\Entity\User 7
App\Entity\Category 4

Entities Mapping

Class Mapping errors
App\Entity\Reservation No errors.
App\Entity\User No errors.
App\Entity\Service No errors.
App\Entity\Category No errors.