Query Metrics
31
Database Queries
4
Different statements
11.76 ms
Query time
0
Invalid entities
61
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
8.94 ms (76.06%) |
28 |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.label AS label_3, t0.label_nl AS label_nl_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM cepage t0 INNER JOIN wine_cepage ON t0.id = wine_cepage.cepage_id WHERE wine_cepage.wine_id = ?
Parameters:
[
8
]
|
||||||||||||||||||||||||||||
|
1.04 ms (8.87%) |
1 |
SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.domain AS domain_2, w0_.color AS color_3, w0_.family AS family_4, w0_.country AS country_5, w0_.vintage AS vintage_6, w0_.description AS description_7, w0_.description_nl AS description_nl_8, w0_.image_url AS image_url_9, w0_.price_shop AS price_shop_10, w0_.price_pro AS price_pro_11, w0_.price_cost AS price_cost_12, w0_.supplier_reference AS supplier_reference_13, w0_.is_available_in_shop AS is_available_in_shop_14, w0_.is_available_in_pro_catalog AS is_available_in_pro_catalog_15, w0_.winevizer_data AS winevizer_data_16, w0_.created_at AS created_at_17, w0_.updated_at AS updated_at_18, r1_.id AS id_19, r1_.slug AS slug_20, r1_.label AS label_21, r1_.label_nl AS label_nl_22, r1_.country AS country_23, r1_.created_at AS created_at_24, r1_.updated_at AS updated_at_25, w0_.region_id AS region_id_26 FROM wine w0_ LEFT JOIN region r1_ ON w0_.region_id = r1_.id WHERE w0_.is_available_in_pro_catalog = 1 ORDER BY w0_.name ASC LIMIT 200
Parameters:
[]
|
||||||||||||||||||||||||||||
|
1.00 ms (8.50%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.roles AS roles_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.phone AS phone_7, t0.locale AS locale_8, t0.type AS type_9, t0.company_name AS company_name_10, t0.vat_number AS vat_number_11, t0.pro_validated_at AS pro_validated_at_12, t0.pro_payment_terms AS pro_payment_terms_13, t0.pro_discount_percent AS pro_discount_percent_14, t0.manual_discount_percent AS manual_discount_percent_15, t0.disable_discount_stacking AS disable_discount_stacking_16, t0.oauth_ids AS oauth_ids_17, t0.last_login_at AS last_login_at_18, t0.stripe_customer_id AS stripe_customer_id_19, t0.created_at AS created_at_20, t0.updated_at AS updated_at_21, t0.shipping_street AS shipping_street_22, t0.shipping_zip_code AS shipping_zip_code_23, t0.shipping_city AS shipping_city_24, t0.shipping_country AS shipping_country_25, t0.billing_street AS billing_street_26, t0.billing_zip_code AS billing_zip_code_27, t0.billing_city AS billing_city_28, t0.billing_country AS billing_country_29 FROM app_user t0 WHERE t0.id = ?
Parameters:
[
9
]
|
||||||||||||||||||||||||||||
|
0.77 ms (6.57%) |
1 |
SELECT t0.id AS id_1, t0.tier AS tier_2, t0.status AS status_3, t0.stripe_payment_method_id AS stripe_payment_method_id_4, t0.stripe_subscription_id AS stripe_subscription_id_5, t0.nb_boxes_received AS nb_boxes_received_6, t0.discount_tier AS discount_tier_7, t0.started_at AS started_at_8, t0.paused_at AS paused_at_9, t0.cancelled_at AS cancelled_at_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.user_id AS user_id_13, t0.gift_card_id AS gift_card_id_14 FROM subscription t0 WHERE t0.user_id = ? AND t0.status = ? LIMIT 1
Parameters:
[ 9 "active" ] |
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\Wine | 28 |
| App\Entity\Cepage | 16 |
| App\Entity\Region | 15 |
| App\Entity\User | 1 |
| App\Entity\Subscription | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Embeddable\Address | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Wine | No errors. |
| App\Entity\Region | No errors. |
| App\Entity\Aromatic | No errors. |
| App\Entity\Cepage | No errors. |
| App\Entity\Subscription | No errors. |
| App\Entity\GiftCard | No errors. |