POST https://www.pixelfoto-express.de/account/ajax/register

Query Metrics

13 Database Queries
11 Different statements
6.11 ms Query time
0 Invalid entities
3 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.64 ms
(26.76%)
2
"COMMIT"
Parameters:
[]
0.72 ms
(11.74%)
1
SELECT t0.id AS id_1, t0.type AS type_2, t0.payload AS payload_3, t0.product_id AS product_id_4, t0.selected_variant_ids AS selected_variant_ids_5, t0.dimensions AS dimensions_6, t0.quantity AS quantity_7, t0.merge_key AS merge_key_8, t0.variant_id AS variant_id_9, t0.product_options AS product_options_10, t0.image_id AS image_id_11, t0.preset AS preset_12, t0.title AS title_13, t0.thumb_url AS thumb_url_14, t0.unit_price_cents AS unit_price_cents_15, t0.line_total_cents AS line_total_cents_16, t0.created_at AS created_at_17, t0.updated_at AS updated_at_18, t0.cart_id AS cart_id_19 FROM cart_item t0 WHERE t0.cart_id = ?
Parameters:
[
  3841
]
0.57 ms
(9.29%)
1
INSERT INTO user (email, password, roles, token, token_requested_at, email_verification_token, email_verification_requested_at, is_verified, meta, created_at, firstname, lastname, identifier, company, phone, is_collective_bill_enabled) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "sabine-krafczyk@web.de"
  "$2y$13$jWinAhIFAt0FHu76pOkwYemgcAS8iqSVVSc6mqap5sBaG0.euHiw2"
  "["ROLE_USER"]"
  null
  null
  "c453609b92f66493ed2ea9b75c4d36cbdf568fa863511c9706da612b6a452e06"
  "2026-04-26 17:58:53"
  0
  "{"newsletter":{"subscribed":false,"updatedAt":"2026-04-26T17:58:53+00:00"}}"
  "2026-04-26 17:58:53"
  "Sabine"
  "Krafczyk"
  null
  null
  null
  0
]
0.51 ms
(8.35%)
1
SELECT t0.id AS id_1, t0.guest_token AS guest_token_2, t0.currency AS currency_3, t0.active AS active_4, t0.subtotal_cents AS subtotal_cents_5, t0.total_cents AS total_cents_6, t0.voucher_code AS voucher_code_7, t0.voucher_discount_cents AS voucher_discount_cents_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.user_id AS user_id_11, t0.voucher_id AS voucher_id_12 FROM cart t0 WHERE t0.guest_token = ? AND t0.active = ? LIMIT 1
Parameters:
[
  "697b7f45-7e6a-4150-b3bb-f48e5260dc43"
  1
]
0.51 ms
(8.30%)
1
UPDATE cart SET guest_token = ?, active = ?, updated_at = ? WHERE id = ?
Parameters:
[
  null
  0
  "2026-04-26 17:58:53"
  3841
]
0.50 ms
(8.17%)
1
SELECT t0.id AS id_1, t0.tenant AS tenant_2, t0.email AS email_3, t0.customer_number AS customer_number_4, t0.collective_bill_enabled AS collective_bill_enabled_5, t0.discount_percent AS discount_percent_6, t0.payload AS payload_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM integration_inbound_customer t0 WHERE t0.tenant = ? AND t0.email = ? LIMIT 1
Parameters:
[
  "default"
  "sabine-krafczyk@web.de"
]
0.41 ms
(6.74%)
1
INSERT INTO cart (guest_token, currency, active, subtotal_cents, total_cents, voucher_code, voucher_discount_cents, created_at, updated_at, user_id, voucher_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  null
  "EUR"
  1
  0
  0
  null
  0
  "2026-04-26 17:58:53"
  "2026-04-26 17:58:53"
  30451
  null
]
0.37 ms
(6.08%)
2
"START TRANSACTION"
Parameters:
[]
0.37 ms
(6.07%)
1
SELECT t0.id AS id_1, t0.guest_token AS guest_token_2, t0.currency AS currency_3, t0.active AS active_4, t0.subtotal_cents AS subtotal_cents_5, t0.total_cents AS total_cents_6, t0.voucher_code AS voucher_code_7, t0.voucher_discount_cents AS voucher_discount_cents_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.user_id AS user_id_11, t0.voucher_id AS voucher_id_12 FROM cart t0 WHERE t0.user_id = ? AND t0.active = ? LIMIT 1
Parameters:
[
  30451
  1
]
0.31 ms
(5.14%)
1
SELECT t0.id AS id_1, t0.tenant AS tenant_2, t0.email AS email_3, t0.customer_number AS customer_number_4, t0.collective_bill_enabled AS collective_bill_enabled_5, t0.discount_percent AS discount_percent_6, t0.payload AS payload_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM integration_inbound_customer t0 WHERE t0.email = ? ORDER BY t0.updated_at DESC LIMIT 1
Parameters:
[
  "sabine-krafczyk@web.de"
]
0.21 ms
(3.37%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.roles AS roles_4, t0.token AS token_5, t0.token_requested_at AS token_requested_at_6, t0.email_verification_token AS email_verification_token_7, t0.email_verification_requested_at AS email_verification_requested_at_8, t0.is_verified AS is_verified_9, t0.meta AS meta_10, t0.created_at AS created_at_11, t0.firstname AS firstname_12, t0.lastname AS lastname_13, t0.identifier AS identifier_14, t0.company AS company_15, t0.phone AS phone_16, t0.is_collective_bill_enabled AS is_collective_bill_enabled_17 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "sabine-krafczyk@web.de"
]

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\Shop\Cart 2
App\Entity\User 1

Entities Mapping