Redirect 302 redirect from GET @testlogin (e8c656)

Query Metrics

4 Database Queries
4 Different statements
11.42 ms Query time
0 Invalid entities
1 Managed entities

Queries

Group similar statements

# Time Info
1 2.70 ms
SELECT t0.customer_id AS customer_id_1, t0.name AS name_2, t0.contact_person AS contact_person_3, t0.city AS city_4, t0.postcode AS postcode_5, t0.address AS address_6, t0.phone AS phone_7, t0.email AS email_8, t0.glnumber AS glnumber_9, t0.brand1 AS brand1_10, t0.brand2 AS brand2_11, t0.web AS web_12, t0.country AS country_13, t0.glname AS glname_14, t0.glmail_adress AS glmail_adress_15 FROM dealer t0 WHERE t0.customer_id = ? LIMIT 1
Parameters:
[
  "799944"
]
2 0.50 ms
"START TRANSACTION"
Parameters:
[]
3 3.16 ms
INSERT INTO dealer (customer_id, name, contact_person, city, postcode, address, phone, email, glnumber, brand1, brand2, web, country, glname, glmail_adress) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  799944
  "Mohammed Jaramillo"
  null
  ""
  ""
  ""
  null
  "799944@internal.local"
  ""
  null
  null
  ""
  ""
  ""
  ""
]
4 5.06 ms
"COMMIT"
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\Dealer 1

Entities Mapping

Class Mapping errors
App\Entity\Dealer No errors.