Redirect 302 redirect from GET @frontend_partner_index (28445c)

GET https://dev.my-waycard.com/kaufen

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
1.98 ms
(56.77%)
1
SELECT f0_.id AS id_0, f0_.session_id AS session_id_1, f0_.status AS status_2, f0_.customer_type AS customer_type_3, f0_.amount AS amount_4, f0_.bonus_amount AS bonus_amount_5, f0_.card_type AS card_type_6, f0_.greeting_title AS greeting_title_7, f0_.greeting_message AS greeting_message_8, f0_.first_name AS first_name_9, f0_.last_name AS last_name_10, f0_.email AS email_11, f0_.phone AS phone_12, f0_.company_name AS company_name_13, f0_.vat_number AS vat_number_14, f0_.shipping_same_as_billing AS shipping_same_as_billing_15, f0_.stripe_session_id AS stripe_session_id_16, f0_.stripe_payment_intent_id AS stripe_payment_intent_id_17, f0_.accepted_terms AS accepted_terms_18, f0_.accepted_privacy AS accepted_privacy_19, f0_.resume_token AS resume_token_20, f0_.resume_token_sent_at AS resume_token_sent_at_21, f0_.created_at AS created_at_22, f0_.updated_at AS updated_at_23, f0_.completed_at AS completed_at_24, f0_.product_digital_id AS product_digital_id_25, f0_.product_analog_id AS product_analog_id_26, f0_.product_template_id AS product_template_id_27, f0_.billing_address_id AS billing_address_id_28, f0_.shipping_address_id AS shipping_address_id_29, f0_.shipping_option_id AS shipping_option_id_30, f0_.gift_card_id AS gift_card_id_31 FROM frontend_card_order f0_ WHERE f0_.session_id = ? AND f0_.status NOT IN (?, ?) ORDER BY f0_.created_at DESC LIMIT 1
Parameters:
[
  "3524e234599a30af1a4cfc861edf26e4"
  "completed"
  "abandoned"
]
0.72 ms
(20.55%)
1
INSERT INTO frontend_card_order (session_id, status, customer_type, amount, bonus_amount, card_type, greeting_title, greeting_message, first_name, last_name, email, phone, company_name, vat_number, shipping_same_as_billing, stripe_session_id, stripe_payment_intent_id, accepted_terms, accepted_privacy, resume_token, resume_token_sent_at, created_at, updated_at, completed_at, product_digital_id, product_analog_id, product_template_id, billing_address_id, shipping_address_id, shipping_option_id, gift_card_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "3524e234599a30af1a4cfc861edf26e4"
  "step_1_customer_type"
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  1
  null
  null
  0
  0
  null
  null
  "2026-03-13 16:13:34"
  null
  null
  null
  null
  null
  null
  null
  null
  null
]
0.42 ms
(12.09%)
1
"COMMIT"
Parameters:
[]
0.37 ms
(10.59%)
1
"START TRANSACTION"
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\FrontendCardOrder 1

Entities Mapping