GET https://www.moms-pocket.ru/cart

Query Metrics

9 Database Queries
8 Different statements
9.63 ms Query time
0 Invalid entities
1 Managed entities

Grouped Statements

Show all queries

Time Count Info
3.22 ms
(33.46%)
1
"COMMIT"
Parameters:
[]
1.51 ms
(15.71%)
2
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.visibility AS visibility_2, c0_.parent_category_id AS parent_category_id_3, c0_.meta_title AS meta_title_4, c0_.meta_description AS meta_description_5, c0_.meta_keywords AS meta_keywords_6, c0_.meta_h1 AS meta_h1_7, c0_.description AS description_8, c0_.navbar_visibility AS navbar_visibility_9, c0_.footer_visibility AS footer_visibility_10, c0_.slug AS slug_11, c0_.sort_order AS sort_order_12 FROM category c0_ WHERE c0_.navbar_visibility = ? AND c0_.visibility = ? AND c0_.name IS NOT NULL ORDER BY c0_.sort_order ASC, c0_.name ASC
Parameters:
[
  1
  1
]
1.50 ms
(15.53%)
1
INSERT INTO cart (id, user_id, token, currency, pricing_policy, subtotal, discount_total, total, created_at, updated_at, expires_at, shipping_method, shipping_cost, ship_to_city, shipping_data) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01Ÿ9|Â\x11T_<*|·3^÷Ù"
  null
  "bae2ae95-4bf8-4da9-820a-6da07708c0e6"
  "RUB"
  "SNAPSHOT"
  0
  0
  0
  "2026-07-07 01:11:45"
  "2026-07-07 01:11:45"
  "2027-01-03 01:11:45"
  null
  0
  null
  null
]
1.09 ms
(11.31%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.active AS active_4, t0.sort_order AS sort_order_5, t0.is_default AS is_default_6 FROM delivery_type t0 WHERE t0.is_default = ? AND t0.active = ? LIMIT 1
Parameters:
[
  1
  1
]
0.65 ms
(6.77%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.active AS active_4, t0.sort_order AS sort_order_5, t0.is_default AS is_default_6 FROM delivery_type t0 WHERE t0.active = ? ORDER BY t0.sort_order ASC
Parameters:
[
  1
]
0.62 ms
(6.40%)
1
"START TRANSACTION"
Parameters:
[]
0.56 ms
(5.78%)
1
SELECT version FROM cart WHERE id = ?
Parameters:
[
  b"\x01Ÿ9|Â\x11T_<*|·3^÷Ù"
]
0.49 ms
(5.05%)
1
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.visibility AS visibility_2, c0_.parent_category_id AS parent_category_id_3, c0_.meta_title AS meta_title_4, c0_.meta_description AS meta_description_5, c0_.meta_keywords AS meta_keywords_6, c0_.meta_h1 AS meta_h1_7, c0_.description AS description_8, c0_.navbar_visibility AS navbar_visibility_9, c0_.footer_visibility AS footer_visibility_10, c0_.slug AS slug_11, c0_.sort_order AS sort_order_12 FROM category c0_ WHERE c0_.footer_visibility = ? AND c0_.visibility = ? AND c0_.name IS NOT NULL ORDER BY c0_.sort_order ASC, c0_.name ASC
Parameters:
[
  1
  1
]

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\Cart 1

Entities Mapping

Class Mapping errors
App\Entity\DeliveryType No errors.
App\Entity\Cart No errors.
App\Entity\CartItem No errors.
App\Entity\Category No errors.