Query Metrics
5
Database Queries
4
Different statements
1.42 ms
Query time
0
Invalid entities
10
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
0.48 ms (33.66%) |
1 |
SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.brand_line AS brand_line_2, w0_.slug AS slug_3, w0_.appellation AS appellation_4, w0_.vintage AS vintage_5, w0_.type AS type_6, w0_.sweetness AS sweetness_7, w0_.volume_ml AS volume_ml_8, w0_.country_short AS country_short_9, w0_.origin_full AS origin_full_10, w0_.grape AS grape_11, w0_.color_desc AS color_desc_12, w0_.aroma AS aroma_13, w0_.taste AS taste_14, w0_.aging AS aging_15, w0_.abv AS abv_16, w0_.serving_temp AS serving_temp_17, w0_.food_pairing AS food_pairing_18, w0_.short_description AS short_description_19, w0_.stock AS stock_20, w0_.production_steps AS production_steps_21, w0_.subscription_eligible AS subscription_eligible_22, w0_.is_new AS is_new_23, w0_.is_featured AS is_featured_24, w0_.rating AS rating_25, w0_.seo_text AS seo_text_26, w0_.position AS position_27, w0_.is_active AS is_active_28, w0_.created_at AS created_at_29, w0_.updated_at AS updated_at_30, w0_.price_amount_cents AS price_amount_cents_31, w0_.price_currency AS price_currency_32, w0_.old_price_amount_cents AS old_price_amount_cents_33, w0_.old_price_currency AS old_price_currency_34, w0_.taste_days_price_amount_cents AS taste_days_price_amount_cents_35, w0_.taste_days_price_currency AS taste_days_price_currency_36, w1_.id AS id_37, w1_.path AS path_38, w1_.alt AS alt_39, w1_.position AS position_40, w1_.wine_id AS wine_id_41 FROM wine w0_ LEFT JOIN wine_image w1_ ON w0_.id = w1_.wine_id WHERE w0_.is_active = ? ORDER BY w0_.created_at DESC, w1_.position ASC
Parameters:
[
1
]
|
||||||||||||||||||||||||||||
|
0.39 ms (27.32%) |
1 |
SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.slug AS slug_2, g0_.description AS description_3, g0_.image_path AS image_path_4, g0_.bottle_capacity AS bottle_capacity_5, g0_.is_active AS is_active_6, g0_.position AS position_7, g0_.price_amount_cents AS price_amount_cents_8, g0_.price_currency AS price_currency_9, g0_.old_price_amount_cents AS old_price_amount_cents_10, g0_.old_price_currency AS old_price_currency_11 FROM gift_set g0_ WHERE g0_.is_active = ? ORDER BY g0_.position ASC
Parameters:
[
1
]
|
||||||||||||||||||||||||||||
|
0.38 ms (26.41%) |
2 |
SELECT t0_.trans_key AS trans_key_0, t0_.value AS value_1 FROM translation_override t0_ WHERE t0_.domain = ? AND t0_.locale = ?
Parameters:
[ "gifts" "lt" ] |
||||||||||||||||||||||||||||
|
0.18 ms (12.61%) |
1 |
SELECT s0_.setting_key AS setting_key_0, s0_.value AS value_1 FROM site_setting s0_
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\Wine | 4 |
| App\Entity\WineImage | 4 |
| App\Entity\GiftSet | 2 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Embeddable\Money | No errors. |
| App\Entity\GiftSet | No errors. |
| App\Entity\Wine | No errors. |
| App\Entity\WineImage | No errors. |
| App\Entity\TranslationOverride | No errors. |
| App\Entity\SiteSetting | No errors. |