Redirect 301 redirect from GET @fe_speaker_index (3169c1)

GET https://test.test.kursimple.de/frontend/speaker/

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
3.95 ms
(57.57%)
1
SELECT s0_.id AS id_0, s0_.created AS created_1, s0_.modified AS modified_2, s0_.image AS image_3, s0_.client_id AS client_id_4, s0_.person_id AS person_id_5 FROM speaker s0_ LEFT JOIN person p1_ ON s0_.person_id = p1_.id LEFT JOIN user u2_ ON p1_.user_id = u2_.id LEFT JOIN user_client u4_ ON u2_.id = u4_.userId LEFT JOIN client c3_ ON c3_.id = u4_.clientId WHERE c3_.id = ?
Parameters:
[
  1
]
1.35 ms
(19.60%)
3
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.name AS name_4, t0.street AS street_5, t0.street_number AS street_number_6, t0.addressAddition AS addressAddition_7, t0.postalcode AS postalcode_8, t0.city AS city_9, t0.country AS country_10, t0.email AS email_11, t0.web AS web_12, t0.phone AS phone_13, t0.fax AS fax_14, t0.from_email AS from_email_15, t0.logo_path AS logo_path_16, t0.subdomain AS subdomain_17, t0.keycloak_client_id AS keycloak_client_id_18, t0.keycloakGroupId AS keycloakGroupId_19 FROM client t0 WHERE t0.subdomain = ? LIMIT 1
Parameters:
[
  "test"
]
1.09 ms
(15.84%)
3
SELECT t0.id AS id_1, t0.variableKey AS variableKey_2, t0.variableValue AS variableValue_3, t0.variableType AS variableType_4, t0.description AS description_5, t0.created AS created_6, t0.modified AS modified_7, t0.client_id AS client_id_8 FROM client_config_variable t0 WHERE t0.client_id = ? AND t0.variableKey = ? LIMIT 1
Parameters:
[
  1
  "THEME_NAME"
]
0.48 ms
(6.99%)
1
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.session_id AS session_id_4, t0.customer_id AS customer_id_5, t0.client_id AS client_id_6 FROM cart t0 WHERE t0.session_id = ? LIMIT 1
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\User\Entity\Client 1
App\Entity\ClientConfigVariable 1

Entities Mapping

Class Mapping errors
App\Commons\Entity\GenericEntity No errors.
App\User\Entity\Client No errors.
App\Entity\ClientConfigVariable No errors.
App\Entity\Cart No errors.
App\Entity\Person No errors.
App\Entity\Speaker No errors.
App\User\Entity\User No errors.