Query Metrics

14 Database Queries
8 Different statements
1.97 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.59 ms
(29.76%)
6
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"
]
0.49 ms
(24.77%)
1
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_.vat AS vat_5, m0_.price AS price_6, m0_.gross_price AS gross_price_7, m0_.manufacturer AS manufacturer_8, m0_.net_weight AS net_weight_9, m0_.gross_weight AS gross_weight_10, m0_.gross_volume AS gross_volume_11, m0_.xbooster_api_id AS xbooster_api_id_12, m0_.is_visible AS is_visible_13, m0_.id_module_multilang_entry AS id_module_multilang_entry_14, m0_.id_product_category AS id_product_category_15, m0_.id_image_file_repository AS id_image_file_repository_16 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"
  "1517"
]
0.23 ms
(11.65%)
1
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:
[
  "1517"
]
0.21 ms
(10.48%)
2
SELECT
                            t.foreign_key,
                            t.value
                        FROM
                            translator t
                        WHERE
                            t.foreign_key LIKE ?
Parameters:
[
  "app_menu_%"
]
0.14 ms
(7.37%)
1
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:
[
  1515
]
0.11 ms
(5.59%)
1
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:
[
  149
]
0.11 ms
(5.54%)
1
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:
[
  180
  181
]
0.10 ms
(4.84%)
1
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_ ORDER BY p0_.depth ASC, p0_.lft ASC
Parameters:
[]

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.