Query Metrics

14 Database Queries
4 Different statements
36.78 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
17.90 ms
(48.66%)
7
SELECT t0.id AS id_1, t0.thumbnail AS thumbnail_2, t0.description_en AS description_en_3, t0.abstract_en AS abstract_en_4, t0.name_en AS name_en_5, t0.slug AS slug_6, t0.grid_view AS grid_view_7, t0.grid_position AS grid_position_8, t0.grid_name AS grid_name_9, t0.grid_name_en AS grid_name_en_10, t0.name AS name_11, t0.abstract AS abstract_12, t0.description AS description_13, t0.hero_image AS hero_image_14, t0.hero_video AS hero_video_15, t0.catch_phrase AS catch_phrase_16, t0.catch_phrase_en AS catch_phrase_en_17, t0.template AS template_18, t0.meta_title AS meta_title_19, t0.meta_title_en AS meta_title_en_20, t0.meta_description AS meta_description_21, t0.meta_description_en AS meta_description_en_22, t0.keywords AS keywords_23, t0.keywords_en AS keywords_en_24, t0.faq AS faq_25, t0.faq_en AS faq_en_26, t0.parent_category_id AS parent_category_id_27 FROM product_category t0 WHERE t0.parent_category_id = ?
Parameters:
[
  44
]
7.59 ms
(20.63%)
3
SELECT t0.id AS id_1, t0.thumbnail AS thumbnail_2, t0.description_en AS description_en_3, t0.abstract_en AS abstract_en_4, t0.name_en AS name_en_5, t0.slug AS slug_6, t0.grid_view AS grid_view_7, t0.grid_position AS grid_position_8, t0.grid_name AS grid_name_9, t0.grid_name_en AS grid_name_en_10, t0.name AS name_11, t0.abstract AS abstract_12, t0.description AS description_13, t0.hero_image AS hero_image_14, t0.hero_video AS hero_video_15, t0.catch_phrase AS catch_phrase_16, t0.catch_phrase_en AS catch_phrase_en_17, t0.template AS template_18, t0.meta_title AS meta_title_19, t0.meta_title_en AS meta_title_en_20, t0.meta_description AS meta_description_21, t0.meta_description_en AS meta_description_en_22, t0.keywords AS keywords_23, t0.keywords_en AS keywords_en_24, t0.faq AS faq_25, t0.faq_en AS faq_en_26, t0.parent_category_id AS parent_category_id_27 FROM product_category t0 WHERE t0.parent_category_id IS NULL
Parameters:
[]
5.76 ms
(15.66%)
2
SELECT t0.id AS id_1, t0.username AS username_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.active AS active_7, t0.has_default_password AS has_default_password_8, t0.personal_number AS personal_number_9, t0.given_name AS given_name_10, t0.family_name AS family_name_11, t0.hero_image AS hero_image_12, t0.headshot AS headshot_13, t0.title AS title_14, t0.title_en AS title_en_15, t0.gender AS gender_16, t0.meal_location AS meal_location_17, t0.department_id AS department_id_18, t0.meal_billing_company_id AS meal_billing_company_id_19, t0.type FROM "user" t0 INNER JOIN employee_product_category ON t0.id = employee_product_category.employee_id WHERE employee_product_category.product_category_id = ? AND t0.type IN ('employee')
Parameters:
[
  36
]
5.53 ms
(15.04%)
2
SELECT t0.id AS id_1, t0.thumbnail AS thumbnail_2, t0.description_en AS description_en_3, t0.abstract_en AS abstract_en_4, t0.name_en AS name_en_5, t0.slug AS slug_6, t0.grid_view AS grid_view_7, t0.grid_position AS grid_position_8, t0.grid_name AS grid_name_9, t0.grid_name_en AS grid_name_en_10, t0.name AS name_11, t0.abstract AS abstract_12, t0.description AS description_13, t0.hero_image AS hero_image_14, t0.hero_video AS hero_video_15, t0.catch_phrase AS catch_phrase_16, t0.catch_phrase_en AS catch_phrase_en_17, t0.template AS template_18, t0.meta_title AS meta_title_19, t0.meta_title_en AS meta_title_en_20, t0.meta_description AS meta_description_21, t0.meta_description_en AS meta_description_en_22, t0.keywords AS keywords_23, t0.keywords_en AS keywords_en_24, t0.faq AS faq_25, t0.faq_en AS faq_en_26, t0.parent_category_id AS parent_category_id_27 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
  36
]

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\ProductCategory No errors.
App\Entity\User No errors.
App\Entity\Employee No errors.
App\Entity\Contact No errors.
App\Entity\Department No errors.
App\Entity\Company No errors.
App\Entity\StretchfilmCalculator\Calculation No errors.
App\Entity\Blog\BlogPost No errors.
App\Entity\Meal\MealOrder No errors.
App\Entity\Item No errors.
App\Entity\StretchfilmCalculator\Stretchfilm No errors.
App\Entity\StretchfilmCalculator\CuttingMachine No errors.
App\Entity\Blog\BlogCategory No errors.
App\Entity\Blog\BlogTag No errors.
App\Entity\Meal\MealItem No errors.
App\Entity\Meal\MealDeliveryDate No errors.
App\Entity\Meal\MealSettlement No errors.
App\Entity\StretchfilmCalculator\Inputfilm
  • The association App\Entity\StretchfilmCalculator\Inputfilm#calculations refers to the owning side field App\Entity\StretchfilmCalculator\Calculation#inputfilm which does not exist.
App\Entity\StretchfilmCalculator\Core
  • The association App\Entity\StretchfilmCalculator\Core#calculations refers to the owning side field App\Entity\StretchfilmCalculator\Calculation#core which does not exist.
App\Entity\Meal\MealSupplierConfig No errors.