GET https://indecoder.ru/ingredient/tetrahydrobisdemethoxydiferuloylmethane

Query Metrics

8 Database Queries
8 Different statements
4.81 ms Query time
0 Invalid entities
11 Managed entities

Queries

Group similar statements

# Time Info
1 0.61 ms
SELECT t0.id AS id_1, t0.ingredient_name AS ingredient_name_2, t0.slug AS slug_3, t0.ingredient_image AS ingredient_image_4, t0.ingredient_second_name AS ingredient_second_name_5, t0.is_goodie AS is_goodie_6, t0.all_functions AS all_functions_7, t0.ingr_irritancy AS ingr_irritancy_8, t0.ingr_comedogencity AS ingr_comedogencity_9, t0.ingr_description AS ingr_description_10, t0.ingr_cas_1 AS ingr_cas_1_11, t0.ingr_ec_number_1 AS ingr_ec_number_1_12, t0.ingr_ec_number_2 AS ingr_ec_number_2_13, t0.ingr_details AS ingr_details_14, t0.UPAC_Name AS UPAC_Name_15, t0.Ph_Eur_Name AS Ph_Eur_Name_16, t0.Cosmetic_Restrictions AS Cosmetic_Restrictions_17, t0.Details AS Details_18, t0.Geeky_Details AS Geeky_Details_19 FROM ingredients t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "tetrahydrobisdemethoxydiferuloylmethane"
]
2 0.53 ms
SELECT field_name, content FROM translations
             WHERE entity_type = ? AND entity_id = ? AND locale = ?
Parameters:
[
  "ingredient"
  625
  "ru"
]
3 0.24 ms
SELECT COUNT(*) FROM translations
             WHERE entity_type = ? AND entity_id = ? AND locale = ?
Parameters:
[
  "ingredient"
  625
  "ru"
]
4 1.55 ms
SELECT p.id, p.product_name, p.slug, b.brand_name, b.slug as brand_slug
                FROM ingredient_list il
                JOIN products p ON p.id = il.product_id
                LEFT JOIN brands b ON b.id = p.brand_id
                WHERE il.ingredient_id = :id
                LIMIT :limit
Parameters:
[
  "id" => 625
  "limit" => 12
]
5 0.29 ms
SELECT COUNT(*) FROM ingredient_list WHERE ingredient_id = ?
Parameters:
[
  625
]
6 0.54 ms
SELECT t0.id AS id_1, t0.fact_title AS fact_title_2, t0.lang_id AS lang_id_3, t0.ing_id AS ing_id_4 FROM Quick_Facts t0 WHERE t0.ing_id = ?
Parameters:
[
  625
]
7 0.40 ms
SELECT t0.id AS id_1, t0.opinion_title AS opinion_title_2, t0.opinion_url AS opinion_url_3, t0.ing_id AS ing_id_4 FROM SCCS_Opinions t0 WHERE t0.ing_id = ?
Parameters:
[
  625
]
8 0.65 ms
SELECT t0.ing_name AS ing_name_1, t0.ing_id AS ing_id_2 FROM ingredients_aka t0 WHERE t0.ing_id = ?
Parameters:
[
  625
]

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\IngredientAka 10
App\Entity\Ingredient 1

Entities Mapping

Class Mapping errors
App\Entity\Ingredient No errors.
App\Entity\IngredientList No errors.
App\Entity\IngredientFunction No errors.
App\Entity\IngredientAka No errors.
App\Entity\QuickFact No errors.
App\Entity\SccsOpinion No errors.