GET https://indecoder.ru/brand/serge-d-estel

Query Metrics

6 Database Queries
6 Different statements
156.26 ms Query time
0 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 0.58 ms
SELECT t0.id AS id_1, t0.brand_name AS brand_name_2, t0.slug AS slug_3, t0.brand_desctiption AS brand_desctiption_4 FROM brands t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "serge-d-estel"
]
2 1.01 ms
SELECT field_name, content FROM translations
             WHERE entity_type = ? AND entity_id = ? AND locale = ?
Parameters:
[
  "brand"
  16769
  "ru"
]
3 0.62 ms
SELECT COUNT(*) FROM translations
             WHERE entity_type = ? AND entity_id = ? AND locale = ?
Parameters:
[
  "brand"
  16769
  "ru"
]
4 78.20 ms
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM products p0_ INNER JOIN brands b1_ ON p0_.brand_id = b1_.id WHERE b1_.id = ?
Parameters:
[
  16769
]
5 75.19 ms
SELECT DISTINCT p0_.id AS id_0, p0_.product_name AS product_name_1 FROM products p0_ INNER JOIN brands b1_ ON p0_.brand_id = b1_.id WHERE b1_.id = ? ORDER BY p0_.product_name ASC LIMIT 48
Parameters:
[
  16769
]
6 0.66 ms
SELECT p0_.id AS id_0, p0_.product_name AS product_name_1, p0_.slug AS slug_2, p0_.product_description AS product_description_3, p0_.product_image AS product_image_4, b1_.id AS id_5, b1_.brand_name AS brand_name_6, b1_.slug AS slug_7, b1_.brand_desctiption AS brand_desctiption_8, p0_.brand_id AS brand_id_9 FROM products p0_ INNER JOIN brands b1_ ON p0_.brand_id = b1_.id WHERE b1_.id = ? AND p0_.id IN (?, ?) ORDER BY p0_.product_name ASC
Parameters:
[
  16769
  81334
  81335
]

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\Product 2
App\Entity\Brand 1

Entities Mapping

Class Mapping errors
App\Entity\Brand No errors.
App\Entity\Product No errors.
App\Entity\IngredientList No errors.