Query Metrics
7
Database Queries
6
Different statements
1.51 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.62 ms |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.active AS active_2, s0_.weight AS weight_3, s0_.description AS description_4, s0_.full_description AS full_description_5, s0_.code AS code_6, s0_.meta_title AS meta_title_7, s0_.meta_desc AS meta_desc_8, s0_.meta_keywords AS meta_keywords_9 FROM static_pages s0_ WHERE s0_.code = ? AND s0_.active = ? ORDER BY s0_.id ASC LIMIT 1
Parameters:
[ "warranty" 1 ] |
| 2 | 0.07 ms |
SELECT k0_.id AS id_0, k0_.name AS name_1, k0_.code AS code_2, k0_.active AS active_3, k0_.default AS default_4 FROM kk_language k0_ WHERE k0_.code = ? LIMIT 1
Parameters:
[
"ru"
]
|
| 3 | 0.06 ms |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.as_default AS as_default_2, s0_.product AS product_3, s0_.static AS static_4, s0_.news AS news_5, s0_.category AS category_6, s0_.subcategory AS subcategory_7, s0_.main AS main_8, s0_.catalog AS catalog_9 FROM seo_templates s0_ WHERE s0_.as_default = ? LIMIT 1
Parameters:
[
1
]
|
| 4 | 0.06 ms |
SELECT t0.currency_id AS currency_id_1, t0.currency AS currency_2, t0.is_cash AS is_cash_3, t0.rate AS rate_4 FROM Currencies t0
Parameters:
[] |
| 5 | 0.05 ms |
SELECT t0.currency_id AS currency_id_1, t0.currency AS currency_2, t0.is_cash AS is_cash_3, t0.rate AS rate_4 FROM Currencies t0
Parameters:
[] |
| 6 | 0.22 ms |
SELECT s0_.setting_id AS setting_id_0, s0_.type AS type_1, s0_.setting_name AS setting_name_2, s0_.setting_value AS setting_value_3, s0_.description AS description_4 FROM store_settings s0_ LEFT JOIN kk_settings_ln k1_ ON s0_.setting_id = k1_.setting_id WHERE s0_.type = 'site' AND s0_.setting_name IN (?, ?, ?) LIMIT 3
Parameters:
[ "notify_top" "datepicker" "notify_url" ] |
| 7 | 0.42 ms |
SELECT s0_.stock_id AS stock_id_0, s0_.date_start AS date_start_1, s0_.date_end AS date_end_2, s1_.stock_products_id AS stock_products_id_3, s1_.discount AS discount_4, s1_.type_discount AS type_discount_5, s1_.description AS description_6, s1_.active AS active_7, s1_.is_product_of_day AS is_product_of_day_8, s1_.is_free_delivery AS is_free_delivery_9, p2_.product_id AS product_id_10, p2_.product AS product_11, p2_.pn AS pn_12, p2_.description AS description_13, p2_.detail_description AS detail_description_14, p2_.deleted AS deleted_15, p2_.pic AS pic_16, p2_.warranty AS warranty_17, p2_.cost_min AS cost_min_18, p2_.create_time AS create_time_19, s3_.product_id AS product_id_20, s3_.group_id AS group_id_21, s3_.product_type AS product_type_22, s3_.is_show_in_catalog AS is_show_in_catalog_23, s3_.presence AS presence_24, s3_.presence_str AS presence_str_25, s3_.rating AS rating_26, s0_.product_id AS product_id_27, s1_.product_id AS product_id_28, s1_.stock_id AS stock_id_29, p2_.category_id AS category_id_30, s3_.category_id AS category_id_31, s3_.catalog_product_id AS catalog_product_id_32, s3_.product_id AS product_id_33 FROM stocks s0_ INNER JOIN stocks_products s1_ ON s0_.stock_id = s1_.stock_id INNER JOIN Products p2_ ON s0_.product_id = p2_.product_id INNER JOIN sf_product_index s3_ ON p2_.product_id = s3_.product_id AND (s3_.product_type <> ?) WHERE s1_.active = 1 AND s1_.is_product_of_day = 1 AND s0_.date_start <= ? AND s0_.date_end >= ? ORDER BY s0_.date_start ASC LIMIT 1
Parameters:
[ "group" "2026-04-01 03:06:07" "2026-04-01 03:06:07" ] |
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 |
|---|---|
| SoftUa\StaticPageBundle\Entity\StaticPage | No errors. |
| SoftUa\StaticPageBundle\Entity\StaticPageTranslation | No errors. |
| SoftUa\StaticPageBundle\Entity\StaticPageImage | No errors. |
| SoftUa\CoreBundle\Entity\DataLanguage | No errors. |
| SoftUa\SeoBundle\Entity\SeoTemplate | No errors. |
| SoftUa\SeoBundle\Entity\SeoTemplateTranslation | No errors. |
| SoftUa\CurrencyBundle\Entity\Currency | No errors. |
| SoftUa\HeaderNotificationBundle\Entity\StoreSettings | No errors. |
| SoftUa\HeaderNotificationBundle\Entity\StoreSettingsTranslation | No errors. |
| SoftUa\ActionBundle\Entity\Action | No errors. |
| SoftUa\ActionBundle\Entity\ActionData | No errors. |
| SoftUa\ProductBundle\Entity\Product | No errors. |
| SoftUa\ProductBundle\Entity\ProductIndex | No errors. |
| SoftUa\CategoryBundle\Entity\Category | No errors. |