Query Metrics
3
Database Queries
3
Different statements
1.86 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.04 ms (56.17%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.siret AS siret_3, t0.updated_at AS updated_at_4, t0.created_at AS created_at_5, t0.visibility AS visibility_6, t0.public_phone AS public_phone_7, t0.view AS view_8, t0.address AS address_9, t0.postal_code AS postal_code_10, t0.city AS city_11, t0.website AS website_12, t0.legal_name AS legal_name_13, t0.vat_number AS vat_number_14, t0.billing_adress AS billing_adress_15, t0.wifi_name AS wifi_name_16, t0.wifi_password AS wifi_password_17, t0.subscription_id AS subscription_id_18, t19.id AS id_20, t19.color1 AS color1_21, t19.color2 AS color2_22, t19.color3 AS color3_23, t19.color4 AS color4_24, t19.restaurant_id AS restaurant_id_25, t26.id AS id_27, t26.is_filter_price AS is_filter_price_28, t26.is_filter_tags AS is_filter_tags_29, t26.url_name AS url_name_30, t26.nb_translate AS nb_translate_31, t26.nb_qr_code_product_command AS nb_qr_code_product_command_32, t26.stripe_customer_id AS stripe_customer_id_33, t26.stripe_subscription_id AS stripe_subscription_id_34, t26.is_menu_auto_added AS is_menu_auto_added_35, t26.restaurant_id AS restaurant_id_36, t37.id AS id_38, t37.content AS content_39, t37.expire_date AS expire_date_40, t37.visibility AS visibility_41, t37.restaurant_id AS restaurant_id_42 FROM restaurant t0 LEFT JOIN custom_menu_restaurant t19 ON t19.restaurant_id = t0.id LEFT JOIN config_menu_restaurant t26 ON t26.restaurant_id = t0.id LEFT JOIN ardoise t37 ON t37.restaurant_id = t0.id LIMIT 1
Parameters:
[] |
|
0.44 ms (23.77%) |
1 |
SELECT COUNT(*) FROM product t0
Parameters:
[] |
|
0.37 ms (20.06%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_max_product AS nb_max_product_3, t0.nb_max_category AS nb_max_category_4, t0.nb_max_compte AS nb_max_compte_5, t0.nb_max_free_qr_code AS nb_max_free_qr_code_6, t0.nb_max_group AS nb_max_group_7, t0.nb_max_tag AS nb_max_tag_8, t0.img_max_width AS img_max_width_9, t0.img_max_height AS img_max_height_10 FROM subscription t0 WHERE t0.id = ?
Parameters:
[
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Restaurant | No errors. |
| App\Entity\Subscription | No errors. |
| App\Entity\CustomMenuRestaurant | No errors. |
| App\Entity\ConfigMenuRestaurant | No errors. |
| App\Entity\Ardoise | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Product | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\Group | No errors. |
| App\Entity\Language | No errors. |
| App\Entity\ProductTranslation | No errors. |
| App\Entity\CategoryTranslation | No errors. |
| App\Entity\GroupTranslation | No errors. |
| App\Entity\TagTranslation | No errors. |
| App\Entity\Tag | No errors. |
| App\Entity\Order | No errors. |
| App\Entity\DocumentMenu | No errors. |