GET https://indecoder.ru/brand/m-anasi-7

Query Metrics

6 Database Queries
6 Different statements
134.64 ms Query time
0 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 0.49 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:
[
  "m-anasi-7"
]
2 0.57 ms
SELECT field_name, content FROM translations
             WHERE entity_type = ? AND entity_id = ? AND locale = ?
Parameters:
[
  "brand"
  3657
  "ru"
]
3 0.26 ms
SELECT COUNT(*) FROM translations
             WHERE entity_type = ? AND entity_id = ? AND locale = ?
Parameters:
[
  "brand"
  3657
  "ru"
]
4 64.68 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:
[
  3657
]
5 67.97 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:
[
  3657
]
6 0.68 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:
[
  3657
  6986
]

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

Entities Mapping

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