Query Metrics
6
Database Queries
6
Different statements
4.64 ms
Query time
0
Invalid entities
5
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
2.48 ms (53.45%) |
1 |
"COMMIT"
Parameters:
[]
|
||||||||||||||||||||||||||||||||
|
0.78 ms (16.81%) |
1 |
SELECT c0_.id AS id_0, c0_.session_token AS session_token_1, c0_.applied_coupon_code AS applied_coupon_code_2, c0_.expires_at AS expires_at_3, c0_.created_at AS created_at_4, c0_.updated_at AS updated_at_5, c0_.shop_id AS shop_id_6, c0_.slot_id AS slot_id_7 FROM carts c0_ WHERE (c0_.session_token = ? AND c0_.expires_at > ?) AND (c0_.shop_id = '5')
Parameters:
[ "b03de895f4fb080d83df5b53f859440f" "2026-05-17 15:14:46" ]
|
||||||||||||||||||||||||||||||||
|
0.50 ms (10.78%) |
1 |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.status AS status_4, t0.plan AS plan_5, t0.commission_rate AS commission_rate_6, t0.loyalty_expiration_months AS loyalty_expiration_months_7, t0.admin_note AS admin_note_8, t0.stripe_account_id AS stripe_account_id_9, t0.stripe_customer_id AS stripe_customer_id_10, t0.stripe_subscription_id AS stripe_subscription_id_11, t0.primary_color AS primary_color_12, t0.accent_color AS accent_color_13, t0.bg_color AS bg_color_14, t0.fg_color AS fg_color_15, t0.contact_phone AS contact_phone_16, t0.contact_email AS contact_email_17, t0.contact_address AS contact_address_18, t0.disabled_payment_modes AS disabled_payment_modes_19, t0.pickup_instructions AS pickup_instructions_20, t0.is_itinerant AS is_itinerant_21, t0.legal_representative_phone AS legal_representative_phone_22, t0.legal_representative_role AS legal_representative_role_23, t0.siret AS siret_24, t0.siret_pending AS siret_pending_25, t0.vat_number AS vat_number_26, t0.logo_filename AS logo_filename_27, t0.logo_size AS logo_size_28, t0.logo_mime_type AS logo_mime_type_29, t0.cover_filename AS cover_filename_30, t0.cover_size AS cover_size_31, t0.cover_mime_type AS cover_mime_type_32, t0.created_at AS created_at_33, t0.updated_at AS updated_at_34 FROM shops t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"popote"
]
|
||||||||||||||||||||||||||||||||
|
0.38 ms (8.26%) |
1 |
INSERT INTO carts (session_token, applied_coupon_code, expires_at, created_at, updated_at, shop_id, slot_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "b03de895f4fb080d83df5b53f859440f" null "2026-05-17 15:29:46" "2026-05-17 15:14:46" "2026-05-17 15:14:46" 5 null ]
|
||||||||||||||||||||||||||||||||
|
0.28 ms (6.04%) |
1 |
SELECT c0_.id AS id_0, c0_.slug AS slug_1, c0_.title AS title_2, c0_.content AS content_3, c0_.menu_position AS menu_position_4, c0_.published AS published_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.shop_id AS shop_id_8 FROM cms_pages c0_ WHERE (c0_.published = 1 AND c0_.menu_position IS NOT NULL) AND (c0_.shop_id = '5') ORDER BY c0_.menu_position ASC
Parameters:
[] |
||||||||||||||||||||||||||||||||
|
0.22 ms (4.66%) |
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\Cms\Page | 3 |
| App\Entity\Tenant\Shop | 1 |
| App\Entity\Ordering\Cart | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Tenant\Shop | No errors. |
| App\Entity\Ordering\Cart | No errors. |
| App\Entity\Services\Slot | No errors. |
| App\Entity\Ordering\CartItem | No errors. |
| App\Entity\Cms\Page | No errors. |