Query Metrics
7
Database Queries
6
Different statements
2.73 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 2.10 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.visible AS visible_3, t0.content AS content_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.views AS views_7, t0.image AS image_8, t0.slug AS slug_9, t0.meta_title AS meta_title_10, t0.meta_description AS meta_description_11 FROM article t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"dvoinyye-bonusy-v-perina-peroni-pri-oplate-cherez-sbp"
]
|
| 2 | 0.12 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.postal_code AS postal_code_3, t0.kladr AS kladr_4, t0.fias AS fias_5, t0.oktmo AS oktmo_6, t0.time_zone AS time_zone_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.population AS population_10, t0.full_address AS full_address_11, t0.okato AS okato_12, t0.country AS country_13, t0.region_id AS region_id_14, t0.delivery_zone_id AS delivery_zone_id_15 FROM city t0 WHERE t0.id = ?
Parameters:
[
0
]
|
| 3 | 0.09 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.postal_code AS postal_code_3, t0.kladr AS kladr_4, t0.fias AS fias_5, t0.oktmo AS oktmo_6, t0.time_zone AS time_zone_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.population AS population_10, t0.full_address AS full_address_11, t0.okato AS okato_12, t0.country AS country_13, t0.region_id AS region_id_14, t0.delivery_zone_id AS delivery_zone_id_15 FROM city t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 4 | 0.10 ms |
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.date_from AS date_from_2, p0_.date_to AS date_to_3, p0_.name AS name_4, p0_.config AS config_5, p0_.type AS type_6, p0_.product_label_id AS product_label_id_7 FROM promotion p0_ WHERE (p0_.is_active = 1 AND p0_.date_to >= ? AND p0_.date_from <= ?) AND p0_.type IN ('profit_set', 'registered_customer', 'even_less_price', 'discount_on_products')
Parameters:
[ "2026-02-04 06:49:01" "2026-02-04 06:49:01" ] |
| 5 | 0.10 ms |
SELECT t0.id AS id_1, t0.object AS object_2, t0.title AS title_3, t0.description AS description_4, t0.h1 AS h1_5, t0.keywords AS keywords_6, t0.title_pagination AS title_pagination_7, t0.description_pagination AS description_pagination_8, t0.h1_pagination AS h1_pagination_9, t0.keywords_pagination AS keywords_pagination_10 FROM seo_template t0 WHERE t0.object = ? LIMIT 1
Parameters:
[ App\Component\Seo\SeoObjectType {#2627 : "article" } ] |
| 6 | 0.12 ms |
SELECT (c0_.id) AS sclr_0, (c0_.name) AS sclr_1, (c0_.parent_id) AS sclr_2, (c0_.products_number) AS sclr_3, (c0_.slug) AS sclr_4, (c0_.sort) AS sclr_5, (c0_.icon) AS sclr_6, (c0_.image) AS sclr_7 FROM category c0_ WHERE c0_.visible = 1 ORDER BY c0_.sort ASC
Parameters:
[] |
| 7 | 0.10 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.content AS content_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.content_head AS content_head_6 FROM ext_script t0
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Article | No errors. |
| App\Entity\ArticleType | No errors. |
| App\Entity\ArticleCategory | No errors. |
| App\Entity\Customer | No errors. |
| App\Entity\City | No errors. |
| App\Entity\Sms | No errors. |
| App\Entity\Product | No errors. |
| App\Entity\PromoCode | No errors. |
| App\Entity\Settings | No errors. |
| App\Entity\Region | No errors. |
| App\Entity\DeliveryZone | No errors. |
| App\Entity\TransporterCode | No errors. |
| App\Entity\PickPoint | No errors. |
| App\Entity\Transporter | No errors. |
| App\Entity\Promotions\AbstractPromotion | No errors. |
| App\Entity\Promotions\ProfitSetPromotion | No errors. |
| App\Entity\Promotions\DiscountRegisteredCustomerPromotion | No errors. |
| App\Entity\Promotions\EvenLessPricePromotion | No errors. |
| App\Entity\Promotions\DiscountOnProductsPromotion | No errors. |
| App\Entity\ProductLabel | No errors. |
| App\Entity\SeoTemplate | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\Content | No errors. |
| App\Entity\InfoBlockLink | No errors. |
| App\Entity\ExtScript | No errors. |