Query Metrics
1
Database Queries
1
Different statements
2.76 ms
Query time
0
Invalid entities
0
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 2.76 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.email AS email_4, t0.phone AS phone_5, t0.address AS address_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.description AS description_9, t0.logo AS logo_10, t0.is_active AS is_active_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.delivery_fee AS delivery_fee_14, t0.minimum_order AS minimum_order_15, t0.owner_name AS owner_name_16, t0.setup_paid AS setup_paid_17, t0.api_key AS api_key_18, t0.latitude AS latitude_19, t0.longitude AS longitude_20, t0.website AS website_21, t0.allow_pickup AS allow_pickup_22, t0.allow_delivery AS allow_delivery_23, t0.orders_stopped AS orders_stopped_24, t0.preparation_time AS preparation_time_25, t0.delivery_radius AS delivery_radius_26, t0.delivery_instructions AS delivery_instructions_27, t0.payment_methods AS payment_methods_28, t0.delivery_time AS delivery_time_29, t0.pickup_time AS pickup_time_30, t0.paypal_client_id AS paypal_client_id_31, t0.paypal_client_secret AS paypal_client_secret_32, t0.paypal_webhook_id AS paypal_webhook_id_33, t0.paypal_sandbox AS paypal_sandbox_34, t0.paypal_enabled AS paypal_enabled_35, t0.paypal_fee_payer AS paypal_fee_payer_36, t0.paypal_fee_percentage AS paypal_fee_percentage_37, t0.paypal_fee_fixed AS paypal_fee_fixed_38, t0.stripe_publishable_key AS stripe_publishable_key_39, t0.stripe_secret_key AS stripe_secret_key_40, t0.stripe_webhook_secret AS stripe_webhook_secret_41, t0.stripe_enabled AS stripe_enabled_42, t0.onboarding_completed AS onboarding_completed_43, t0.current_onboarding_step AS current_onboarding_step_44, t0.menu_upload_status AS menu_upload_status_45, t0.menu_upload_progress AS menu_upload_progress_46, t0.menu_upload_file_path AS menu_upload_file_path_47, t0.menu_upload_error AS menu_upload_error_48, t0.menu_upload_started_at AS menu_upload_started_at_49, t0.menu_upload_completed_at AS menu_upload_completed_at_50, t0.menu_upload_payload AS menu_upload_payload_51, t0.menu_upload_retry_count AS menu_upload_retry_count_52, t0.printer_type AS printer_type_53, t0.printer_path AS printer_path_54, t0.printer_logo_path AS printer_logo_path_55, t0.setup_fee AS setup_fee_56, t0.monthly_fixed_fee AS monthly_fixed_fee_57, t0.per_order_fee_euro AS per_order_fee_euro_58, t0.per_order_fee_percent AS per_order_fee_percent_59, t0.tariff_id AS tariff_id_60, t0.affiliate_owner_id AS affiliate_owner_id_61, t0.agent_tariff_id AS agent_tariff_id_62 FROM restaurant t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"demo-shop"
]
|
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 |
|---|
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Restaurant | No errors. |
| App\Entity\Tariff | No errors. |
| App\Entity\User | No errors. |
| App\Entity\AgentTariff | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\Dish | No errors. |
| App\Entity\Ingredient | No errors. |
| App\Entity\Menu | No errors. |
| App\Entity\OpeningHours | No errors. |
| App\Entity\RestaurantHoliday | No errors. |
| App\Entity\DeliveryZone | No errors. |
| App\Entity\Size | No errors. |
| App\Entity\Choice | No errors. |
| App\Entity\SideDish | No errors. |
| App\Entity\Extra | No errors. |