Query Metrics

10 Database Queries
8 Different statements
0.96 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.14 ms
SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.slug AS slug_2, m0_.short_description AS short_description_3, m0_.description AS description_4, m0_.price AS price_5, m0_.vat AS vat_6, m0_.xbooster_api_id AS xbooster_api_id_7, m0_.is_visible AS is_visible_8, m0_.id_module_multilang_entry AS id_module_multilang_entry_9, m0_.id_product_category AS id_product_category_10, m0_.id_image_file_repository AS id_image_file_repository_11 FROM module_product m0_ INNER JOIN module_multilang_entry m1_ ON m0_.id_module_multilang_entry = m1_.id INNER JOIN module_multilang_entry_lang m2_ ON m1_.id = m2_.id_module_multilang_entry WHERE m0_.is_visible = 1 AND m0_.id_product_category IS NOT NULL AND (m2_.lang = ? AND m2_.content_edited = 1) AND m0_.id = ?
Parameters:
[
  "pl"
  "34"
]
2 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.extension AS extension_3, t0.full_name AS full_name_4, t0.file AS file_5, t0.description AS description_6, t0.updated_at AS updated_at_7, t0.added_at AS added_at_8, t0.id_file_repository_folder AS id_file_repository_folder_9, t0.id_updated_by_user AS id_updated_by_user_10, t0.id_added_by_user AS id_added_by_user_11 FROM file_repository t0 WHERE t0.id = ?
Parameters:
[
  33
]
3 0.09 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.lft AS lft_4, t0.rgt AS rgt_5, t0.depth AS depth_6 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
  59
]
4 0.08 ms
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.slug AS slug_2, p0_.lft AS lft_3, p0_.rgt AS rgt_4, p0_.depth AS depth_5 FROM product_category p0_ WHERE p0_.lft < ? AND p0_.rgt > ? ORDER BY p0_.lft DESC
Parameters:
[
  138
  139
]
5 0.08 ms
SELECT t0.id AS id_1, t0.position AS position_2, t0.id_module_product AS id_module_product_3, t0.id_file_repository AS id_file_repository_4 FROM module_product_image t0 WHERE t0.id_module_product = ? ORDER BY t0.position ASC
Parameters:
[
  "34"
]
6 0.08 ms
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.slug AS slug_2, p0_.lft AS lft_3, p0_.rgt AS rgt_4, p0_.depth AS depth_5 FROM product_category p0_ WHERE EXISTS (SELECT m1_.id FROM module_product m1_ INNER JOIN product_category p2_ ON m1_.id_product_category = p2_.id WHERE p2_.lft >= p0_.lft AND p2_.rgt <= p0_.rgt) ORDER BY p0_.depth ASC, p0_.lft ASC
Parameters:
[]
7 0.11 ms
SELECT t0.id AS id_1, t0.foreign_key AS foreign_key_2, t0.value AS value_3 FROM translator t0 WHERE t0.foreign_key = ? LIMIT 1
Parameters:
[
  "panel_oferta_produkty"
]
8 0.10 ms
SELECT
                            t.foreign_key,
                            t.value
                        FROM
                            translator t
                        WHERE
                            t.foreign_key LIKE ?
Parameters:
[
  "app_menu_%"
]
9 0.09 ms
SELECT
                            t.foreign_key,
                            t.value
                        FROM
                            translator t
                        WHERE
                            t.foreign_key LIKE ?
Parameters:
[
  "koszyk_%"
]
10 0.07 ms
SELECT t0.id AS id_1, t0.foreign_key AS foreign_key_2, t0.value AS value_3 FROM translator t0 WHERE t0.foreign_key = ? LIMIT 1
Parameters:
[
  "koszyk"
]

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.