Query Metrics
2
Database Queries
2
Different statements
0.72 ms
Query time
0
Invalid entities
4
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.22 ms |
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"
]
|
||||||||||||||||||||||||||||||||
| 2 | 0.49 ms |
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:
[] |
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 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Tenant\Shop | No errors. |
| App\Entity\Cms\Page | No errors. |