21.96 ms (87.67%)
|
1 |
SELECT d0_.id AS id_0, d0_.sku AS sku_1, d0_.ls_description AS ls_description_2, d0_.alloy_description AS alloy_description_3, d0_.alloy_short_description AS alloy_short_description_4, d0_.alloy_features_benefits AS alloy_features_benefits_5, d0_.mmt_description AS mmt_description_6, d0_.ds_description AS ds_description_7, d0_.ds_features_html AS ds_features_html_8, d0_.icecat_description AS icecat_description_9, d0_.icecat_short_description AS icecat_short_description_10, d0_.icecat_features AS icecat_features_11, d0_.icecat_specifications AS icecat_specifications_12, d0_.icecat_middle_description AS icecat_middle_description_13, d0_.icecat_long_summary AS icecat_long_summary_14, d0_.icecat_bullet_points AS icecat_bullet_points_15 FROM description d0_ WHERE d0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
6169
5555
5716
8195
5734
14260
17997
6079
6348
7138
5754
15142
19889
6833
5913
5617
6834
6349
7824
5616
6760
6695
6714
10604
7717
6715
5615
14120
7577
5200
]
SELECT
d0_.id AS id_0,
d0_.sku AS sku_1,
d0_.ls_description AS ls_description_2,
d0_.alloy_description AS alloy_description_3,
d0_.alloy_short_description AS alloy_short_description_4,
d0_.alloy_features_benefits AS alloy_features_benefits_5,
d0_.mmt_description AS mmt_description_6,
d0_.ds_description AS ds_description_7,
d0_.ds_features_html AS ds_features_html_8,
d0_.icecat_description AS icecat_description_9,
d0_.icecat_short_description AS icecat_short_description_10,
d0_.icecat_features AS icecat_features_11,
d0_.icecat_specifications AS icecat_specifications_12,
d0_.icecat_middle_description AS icecat_middle_description_13,
d0_.icecat_long_summary AS icecat_long_summary_14,
d0_.icecat_bullet_points AS icecat_bullet_points_15
FROM
description d0_
WHERE
d0_.id IN (
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?
)
SELECT d0_.id AS id_0, d0_.sku AS sku_1, d0_.ls_description AS ls_description_2, d0_.alloy_description AS alloy_description_3, d0_.alloy_short_description AS alloy_short_description_4, d0_.alloy_features_benefits AS alloy_features_benefits_5, d0_.mmt_description AS mmt_description_6, d0_.ds_description AS ds_description_7, d0_.ds_features_html AS ds_features_html_8, d0_.icecat_description AS icecat_description_9, d0_.icecat_short_description AS icecat_short_description_10, d0_.icecat_features AS icecat_features_11, d0_.icecat_specifications AS icecat_specifications_12, d0_.icecat_middle_description AS icecat_middle_description_13, d0_.icecat_long_summary AS icecat_long_summary_14, d0_.icecat_bullet_points AS icecat_bullet_points_15 FROM description d0_ WHERE d0_.id IN (6169, 5555, 5716, 8195, 5734, 14260, 17997, 6079, 6348, 7138, 5754, 15142, 19889, 6833, 5913, 5617, 6834, 6349, 7824, 5616, 6760, 6695, 6714, 10604, 7717, 6715, 5615, 14120, 7577, 5200);
|