Query Metrics
43
Database Queries
17
Different statements
53.63 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.10 ms |
SELECT t0.id AS id_1, t0.`from` AS from_2, t0.`to` AS to_3, t0.created AS created_4, t0.creator AS creator_5, t0.modified AS modified_6, t0.modified_by AS modified_by_7 FROM redirect_404 t0 WHERE t0.`from` = ? LIMIT 1
Parameters:
[
"https://esorus-shop.woodenizr.com/"
]
|
| 2 | 1.63 ms |
SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.brief AS brief_2, s0_.type AS type_3, s0_.created AS created_4, s0_.creator AS creator_5, s0_.modified AS modified_6, s0_.modified_by AS modified_by_7, s1_.title AS title_8, s1_.slug AS slug_9, s1_.meta_description AS meta_description_10, s1_.focus_keyword AS focus_keyword_11, s1_.meta_keyword AS meta_keyword_12, s1_.meta_tags AS meta_tags_13, s1_.state AS state_14, s1_.last_modified AS last_modified_15, s1_.deleted AS deleted_16, s1_.id AS id_17, s2_.title AS title_18, s2_.slug AS slug_19, s2_.meta_description AS meta_description_20, s2_.focus_keyword AS focus_keyword_21, s2_.meta_keyword AS meta_keyword_22, s2_.meta_tags AS meta_tags_23, s2_.state AS state_24, l3_.id AS id_25, l3_.locale AS locale_26, l3_.title AS title_27, l3_.flag_asset AS flag_asset_28, s4_.id AS id_29, s4_.title AS title_30, s4_.description AS description_31, s4_.image_url AS image_url_32, s4_.social_network AS social_network_33, s0_.seo_id AS seo_id_34, s1_.seo_base_route_id AS seo_base_route_id_35, s2_.translatable_id AS translatable_id_36, s2_.language_id AS language_id_37 FROM seo_page s0_ LEFT JOIN seo s1_ ON s0_.seo_id = s1_.id LEFT JOIN seo_translations s2_ ON s1_.id = s2_.translatable_id LEFT JOIN language l3_ ON s2_.language_id = l3_.id LEFT JOIN seo_seo_social s5_ ON s1_.id = s5_.seo_id LEFT JOIN seo_social s4_ ON s4_.id = s5_.seo_social_id WHERE s0_.type = ?
Parameters:
[
"home-page"
]
|
| 3 | 1.59 ms |
SELECT -b0_.tarteb AS sclr_0, b0_.id AS id_1, b0_.title AS title_2, b0_.sub_title AS sub_title_3, b0_.placement AS placement_4, b0_.placementName AS placementName_5, b0_.url AS url_6, b0_.text AS text_7, b0_.action_button_name AS action_button_name_8, b0_.action_button_position AS action_button_position_9, b0_.tarteb AS tarteb_10, b0_.publish AS publish_11, b0_.openInNewTab AS openInNewTab_12, b0_.created AS created_13, b0_.creator AS creator_14, b0_.modified AS modified_15, b0_.modified_by AS modified_by_16, i1_.name AS name_17, i1_.base_path AS base_path_18, i1_.alt AS alt_19, i1_.width AS width_20, i1_.height AS height_21, i1_.size AS size_22, i1_.tarteb AS tarteb_23, i1_.image_type AS image_type_24, i1_.created AS created_25, i1_.id AS id_26, b2_.title AS title_27, b2_.sub_title AS sub_title_28, b2_.url AS url_29, b2_.text AS text_30, b2_.actionButton AS actionButton_31, l3_.id AS id_32, l3_.locale AS locale_33, l3_.title AS title_34, l3_.flag_asset AS flag_asset_35, b0_.image_id AS image_id_36, b2_.translatable_id AS translatable_id_37, b2_.language_id AS language_id_38 FROM banner b0_ LEFT JOIN image i1_ ON b0_.image_id = i1_.id LEFT JOIN banner_translations b2_ ON b0_.id = b2_.translatable_id LEFT JOIN language l3_ ON b2_.language_id = l3_.id WHERE b0_.image_id IS NOT NULL AND b0_.placement = ? AND b0_.publish = ? ORDER BY RAND() ASC LIMIT 6
Parameters:
[ 1 1 ] |
| 4 | 2.39 ms |
SELECT t0.id AS id_1, t0.constant_name AS constant_name_2, t0.title AS title_3, t0.type AS type_4, t0.manage_by_super_admin_only AS manage_by_super_admin_only_5, t0.value AS value_6, t0.created AS created_7, t0.creator AS creator_8, t0.modified AS modified_9, t0.modified_by AS modified_by_10 FROM site_setting t0
Parameters:
[] |
| 5 | 1.68 ms |
SELECT DATABASE()
Parameters:
[] |
| 6 | 3.25 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"esorus_db"
]
|
| 7 | 0.58 ms |
SELECT DATABASE()
Parameters:
[] |
| 8 | 1.85 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"esorus_db"
]
|
| 9 | 0.39 ms |
SELECT DATABASE()
Parameters:
[] |
| 10 | 2.02 ms |
SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
Parameters:
[ "esorus_db" "doctrine_migration_versions" ] |
| 11 | 0.35 ms |
SELECT DATABASE()
Parameters:
[] |
| 12 | 2.93 ms |
SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'esorus_db' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[ "esorus_db" "doctrine_migration_versions" ] |
| 13 | 4.19 ms |
SELECT c.COLUMN_NAME AS field, IF( c.COLUMN_TYPE = 'longtext' AND EXISTS( SELECT * from information_schema.CHECK_CONSTRAINTS i_c WHERE i_c.CONSTRAINT_SCHEMA = 'esorus_db' AND i_c.TABLE_NAME = c.TABLE_NAME AND i_c.CHECK_CLAUSE = CONCAT( 'json_valid(`', c.COLUMN_NAME, '`)' ) ), 'json', c.COLUMN_TYPE ) AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
Parameters:
[ "esorus_db" "esorus_db" "doctrine_migration_versions" ] |
| 14 | 0.47 ms |
SELECT DATABASE()
Parameters:
[] |
| 15 | 0.65 ms |
SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
Parameters:
[ "esorus_db" "doctrine_migration_versions" ] |
| 16 | 0.41 ms |
SELECT * FROM doctrine_migration_versions
Parameters:
[] |
| 17 | 0.50 ms |
SELECT DATABASE()
Parameters:
[] |
| 18 | 4.96 ms |
SELECT -c0_.tarteb AS sclr_0, c0_.id AS id_1, c0_.title AS title_2, c0_.concatIds AS concatIds_3, c0_.tarteb AS tarteb_4, c0_.depth AS depth_5, c0_.no_of_images AS no_of_images_6, c0_.no_of_products AS no_of_products_7, c0_.no_of_publish_products AS no_of_publish_products_8, c0_.parentConcatIds AS parentConcatIds_9, c0_.publish AS publish_10, c0_.featured AS featured_11, c0_.deleted AS deleted_12, c0_.deleted_by AS deleted_by_13, c0_.created AS created_14, c0_.creator AS creator_15, c0_.modified AS modified_16, c0_.modified_by AS modified_by_17, i1_.name AS name_18, i1_.base_path AS base_path_19, i1_.alt AS alt_20, i1_.width AS width_21, i1_.height AS height_22, i1_.size AS size_23, i1_.tarteb AS tarteb_24, i1_.image_type AS image_type_25, i1_.created AS created_26, i1_.id AS id_27, c2_.title AS title_28, s3_.title AS title_29, s3_.slug AS slug_30, s3_.meta_description AS meta_description_31, s3_.focus_keyword AS focus_keyword_32, s3_.meta_keyword AS meta_keyword_33, s3_.meta_tags AS meta_tags_34, s3_.state AS state_35, s3_.last_modified AS last_modified_36, s3_.deleted AS deleted_37, s3_.id AS id_38, s4_.title AS title_39, s4_.slug AS slug_40, s4_.meta_description AS meta_description_41, s4_.focus_keyword AS focus_keyword_42, s4_.meta_keyword AS meta_keyword_43, s4_.meta_tags AS meta_tags_44, s4_.state AS state_45, p5_.content AS content_46, p5_.id AS id_47, p6_.content AS content_48, c0_.image_id AS image_id_49, c0_.post_id AS post_id_50, c0_.seo_id AS seo_id_51, c0_.parent_id AS parent_id_52, c0_.level_one_id AS level_one_id_53, c2_.translatable_id AS translatable_id_54, c2_.language_id AS language_id_55, s3_.seo_base_route_id AS seo_base_route_id_56, s4_.translatable_id AS translatable_id_57, s4_.language_id AS language_id_58, p6_.translatable_id AS translatable_id_59, p6_.language_id AS language_id_60 FROM category c0_ LEFT JOIN image i1_ ON c0_.image_id = i1_.id LEFT JOIN category_translations c2_ ON c0_.id = c2_.translatable_id LEFT JOIN seo s3_ ON c0_.seo_id = s3_.id LEFT JOIN seo_translations s4_ ON s3_.id = s4_.translatable_id LEFT JOIN post p5_ ON c0_.post_id = p5_.id LEFT JOIN post_translations p6_ ON p5_.id = p6_.translatable_id WHERE c0_.parent_id IS NULL AND c0_.publish = ? AND c0_.deleted IS NULL GROUP BY c0_.id ORDER BY c0_.id ASC
Parameters:
[
1
]
|
| 19 | 1.13 ms |
SELECT o0_.id AS id_0, o0_.title AS title_1, o0_.active AS active_2, o0_.publish AS publish_3, o0_.no_of_products AS no_of_products_4, o0_.no_of_publish_products AS no_of_publish_products_5, o0_.deleted AS deleted_6, o0_.deleted_by AS deleted_by_7, o0_.created AS created_8, o0_.creator AS creator_9, o0_.modified AS modified_10, o0_.modified_by AS modified_by_11, s1_.title AS title_12, s1_.slug AS slug_13, s1_.meta_description AS meta_description_14, s1_.focus_keyword AS focus_keyword_15, s1_.meta_keyword AS meta_keyword_16, s1_.meta_tags AS meta_tags_17, s1_.state AS state_18, s1_.last_modified AS last_modified_19, s1_.deleted AS deleted_20, s1_.id AS id_21, o0_.seo_id AS seo_id_22, o0_.post_id AS post_id_23, s1_.seo_base_route_id AS seo_base_route_id_24 FROM occasion o0_ LEFT JOIN seo s1_ ON o0_.seo_id = s1_.id WHERE o0_.active = 1 AND o0_.deleted IS NULL
Parameters:
[] |
| 20 | 1.52 ms |
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.code AS code_2, c0_.symbol AS symbol_3, c0_.`default` AS default_4, c0_.deleted AS deleted_5, c0_.deleted_by AS deleted_by_6, c0_.created AS created_7, c0_.creator AS creator_8, c0_.modified AS modified_9, c0_.modified_by AS modified_by_10, c1_.title AS title_11, c1_.symbol AS symbol_12, l2_.id AS id_13, l2_.locale AS locale_14, l2_.title AS title_15, l2_.flag_asset AS flag_asset_16, c1_.translatable_id AS translatable_id_17, c1_.language_id AS language_id_18 FROM currency c0_ LEFT JOIN currency_translation c1_ ON c0_.id = c1_.translatable_id LEFT JOIN language l2_ ON c1_.language_id = l2_.id WHERE c0_.`default` = ? AND c0_.deleted IS NULL GROUP BY c0_.id LIMIT 1
Parameters:
[
1
]
|
| 21 | 2.70 ms |
SELECT COUNT(DISTINCT p0_.product_id) AS sclr_0 FROM product_search p0_ LEFT JOIN product p1_ ON p0_.product_id = p1_.id LEFT JOIN product_collection p2_ ON p1_.id = p2_.product_id LEFT JOIN collection c3_ ON p2_.collection_id = c3_.id LEFT JOIN product_occasion p4_ ON p1_.id = p4_.product_id LEFT JOIN occasion o5_ ON p4_.occasion_id = o5_.id LEFT JOIN product_details p6_ ON p1_.id = p6_.product_id LEFT JOIN seo s7_ ON p1_.seo_id = s7_.id LEFT JOIN seo_translations s8_ ON s7_.id = s8_.translatable_id LEFT JOIN product_translations p9_ ON p1_.id = p9_.translatable_id LEFT JOIN post p10_ ON p1_.post_id = p10_.id LEFT JOIN category c11_ ON p1_.category_id = c11_.id LEFT JOIN brand b12_ ON p1_.brand_id = b12_.id LEFT JOIN exchange_rate e13_ ON (e13_.source_currency_id = p0_.currency_id AND e13_.target_currency_id = ?) WHERE p0_.has_offer = ? LIMIT 1
Parameters:
[ 1 1 ] |
| 22 | 1.08 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.value AS value_3, t0.type AS type_4, t0.hint AS hint_5, t0.image_width AS image_width_6, t0.image_height AS image_height_7, t0.dynamic_content_id AS dynamic_content_id_8 FROM dynamic_content_attribute t0 WHERE t0.id = ?
Parameters:
[
8
]
|
| 23 | 1.00 ms |
SELECT t0.name AS name_1, t0.base_path AS base_path_2, t0.alt AS alt_3, t0.width AS width_4, t0.height AS height_5, t0.size AS size_6, t0.tarteb AS tarteb_7, t0.image_type AS image_type_8, t0.created AS created_9, t0.id AS id_10 FROM image t0 INNER JOIN dynamic_content_attribute_image ON t0.id = dynamic_content_attribute_image.image_id WHERE dynamic_content_attribute_image.dynamic_content_attribute_id = ?
Parameters:
[
8
]
|
| 24 | 0.85 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.value AS value_3, t0.type AS type_4, t0.hint AS hint_5, t0.image_width AS image_width_6, t0.image_height AS image_height_7, t0.dynamic_content_id AS dynamic_content_id_8 FROM dynamic_content_attribute t0 WHERE t0.id = ?
Parameters:
[
11
]
|
| 25 | 0.82 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.value AS value_3, t0.type AS type_4, t0.hint AS hint_5, t0.image_width AS image_width_6, t0.image_height AS image_height_7, t0.dynamic_content_id AS dynamic_content_id_8 FROM dynamic_content_attribute t0 WHERE t0.id = ?
Parameters:
[
12
]
|
| 26 | 0.53 ms |
SELECT t0.name AS name_1, t0.base_path AS base_path_2, t0.alt AS alt_3, t0.width AS width_4, t0.height AS height_5, t0.size AS size_6, t0.tarteb AS tarteb_7, t0.image_type AS image_type_8, t0.created AS created_9, t0.id AS id_10 FROM image t0 INNER JOIN dynamic_content_attribute_image ON t0.id = dynamic_content_attribute_image.image_id WHERE dynamic_content_attribute_image.dynamic_content_attribute_id = ?
Parameters:
[
12
]
|
| 27 | 0.40 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.value AS value_3, t0.type AS type_4, t0.hint AS hint_5, t0.image_width AS image_width_6, t0.image_height AS image_height_7, t0.dynamic_content_id AS dynamic_content_id_8 FROM dynamic_content_attribute t0 WHERE t0.id = ?
Parameters:
[
13
]
|
| 28 | 1.21 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.value AS value_3, t0.type AS type_4, t0.hint AS hint_5, t0.image_width AS image_width_6, t0.image_height AS image_height_7, t0.dynamic_content_id AS dynamic_content_id_8 FROM dynamic_content_attribute t0 WHERE t0.id = ?
Parameters:
[
14
]
|
| 29 | 0.44 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.value AS value_3, t0.type AS type_4, t0.hint AS hint_5, t0.image_width AS image_width_6, t0.image_height AS image_height_7, t0.dynamic_content_id AS dynamic_content_id_8 FROM dynamic_content_attribute t0 WHERE t0.id = ?
Parameters:
[
15
]
|
| 30 | 1.08 ms |
SELECT t0.name AS name_1, t0.base_path AS base_path_2, t0.alt AS alt_3, t0.width AS width_4, t0.height AS height_5, t0.size AS size_6, t0.tarteb AS tarteb_7, t0.image_type AS image_type_8, t0.created AS created_9, t0.id AS id_10 FROM image t0 INNER JOIN dynamic_content_attribute_image ON t0.id = dynamic_content_attribute_image.image_id WHERE dynamic_content_attribute_image.dynamic_content_attribute_id = ?
Parameters:
[
15
]
|
| 31 | 0.94 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.value AS value_3, t0.type AS type_4, t0.hint AS hint_5, t0.image_width AS image_width_6, t0.image_height AS image_height_7, t0.dynamic_content_id AS dynamic_content_id_8 FROM dynamic_content_attribute t0 WHERE t0.id = ?
Parameters:
[
16
]
|
| 32 | 0.88 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.value AS value_3, t0.type AS type_4, t0.hint AS hint_5, t0.image_width AS image_width_6, t0.image_height AS image_height_7, t0.dynamic_content_id AS dynamic_content_id_8 FROM dynamic_content_attribute t0 WHERE t0.id = ?
Parameters:
[
17
]
|
| 33 | 0.46 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.value AS value_3, t0.type AS type_4, t0.hint AS hint_5, t0.image_width AS image_width_6, t0.image_height AS image_height_7, t0.dynamic_content_id AS dynamic_content_id_8 FROM dynamic_content_attribute t0 WHERE t0.id = ?
Parameters:
[
18
]
|
| 34 | 0.42 ms |
SELECT t0.name AS name_1, t0.base_path AS base_path_2, t0.alt AS alt_3, t0.width AS width_4, t0.height AS height_5, t0.size AS size_6, t0.tarteb AS tarteb_7, t0.image_type AS image_type_8, t0.created AS created_9, t0.id AS id_10 FROM image t0 INNER JOIN dynamic_content_attribute_image ON t0.id = dynamic_content_attribute_image.image_id WHERE dynamic_content_attribute_image.dynamic_content_attribute_id = ?
Parameters:
[
18
]
|
| 35 | 0.78 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.value AS value_3, t0.type AS type_4, t0.hint AS hint_5, t0.image_width AS image_width_6, t0.image_height AS image_height_7, t0.dynamic_content_id AS dynamic_content_id_8 FROM dynamic_content_attribute t0 WHERE t0.id = ?
Parameters:
[
19
]
|
| 36 | 0.60 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.value AS value_3, t0.type AS type_4, t0.hint AS hint_5, t0.image_width AS image_width_6, t0.image_height AS image_height_7, t0.dynamic_content_id AS dynamic_content_id_8 FROM dynamic_content_attribute t0 WHERE t0.id = ?
Parameters:
[
20
]
|
| 37 | 0.61 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.value AS value_3, t0.type AS type_4, t0.hint AS hint_5, t0.image_width AS image_width_6, t0.image_height AS image_height_7, t0.dynamic_content_id AS dynamic_content_id_8 FROM dynamic_content_attribute t0 WHERE t0.id = ?
Parameters:
[
2
]
|
| 38 | 0.39 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.value AS value_3, t0.type AS type_4, t0.hint AS hint_5, t0.image_width AS image_width_6, t0.image_height AS image_height_7, t0.dynamic_content_id AS dynamic_content_id_8 FROM dynamic_content_attribute t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 39 | 0.39 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.value AS value_3, t0.type AS type_4, t0.hint AS hint_5, t0.image_width AS image_width_6, t0.image_height AS image_height_7, t0.dynamic_content_id AS dynamic_content_id_8 FROM dynamic_content_attribute t0 WHERE t0.id = ?
Parameters:
[
3
]
|
| 40 | 0.71 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.value AS value_3, t0.type AS type_4, t0.hint AS hint_5, t0.image_width AS image_width_6, t0.image_height AS image_height_7, t0.dynamic_content_id AS dynamic_content_id_8 FROM dynamic_content_attribute t0 WHERE t0.id = ?
Parameters:
[
4
]
|
| 41 | 1.09 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.value AS value_3, t0.type AS type_4, t0.hint AS hint_5, t0.image_width AS image_width_6, t0.image_height AS image_height_7, t0.dynamic_content_id AS dynamic_content_id_8 FROM dynamic_content_attribute t0 WHERE t0.id = ?
Parameters:
[
5
]
|
| 42 | 1.56 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.value AS value_3, t0.type AS type_4, t0.hint AS hint_5, t0.image_width AS image_width_6, t0.image_height AS image_height_7, t0.dynamic_content_id AS dynamic_content_id_8 FROM dynamic_content_attribute t0 WHERE t0.id = ?
Parameters:
[
6
]
|
| 43 | 1.11 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.value AS value_3, t0.type AS type_4, t0.hint AS hint_5, t0.image_width AS image_width_6, t0.image_height AS image_height_7, t0.dynamic_content_id AS dynamic_content_id_8 FROM dynamic_content_attribute t0 WHERE t0.id = ?
Parameters:
[
7
]
|
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.