4.82 ms (43.06%)
|
19 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.slug AS slug_6, t0.description AS description_7, t0.titolo AS titolo_8, t0.curatela AS curatela_9, t0.luogo AS luogo_10, t0.pathurl AS pathurl_11, t0.dettagliosino AS dettagliosino_12, t0.title AS title_13, t0.metadescription AS metadescription_14, t0.url AS url_15, t0.testolungo AS testolungo_16, t0.enabled AS enabled_17, t0.position AS position_18, t0.media_id AS media_id_19, t0.media2_id AS media2_id_20, t0.media3_id AS media3_id_21, t0.recensioni_id AS recensioni_id_22, t0.catalogo_id AS catalogo_id_23, t0.tutteimmagini_id AS tutteimmagini_id_24, t0.media23_id AS media23_id_25, t0.seo_id AS seo_id_26, t0.pdfcatalogo_id AS pdfcatalogo_id_27, t0.opere_id AS opere_id_28, t0.root_id AS root_id_29, t0.parent_id AS parent_id_30 FROM classification__category t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.slug AS slug_6, t0.description AS description_7, t0.titolo AS titolo_8, t0.curatela AS curatela_9, t0.luogo AS luogo_10, t0.pathurl AS pathurl_11, t0.dettagliosino AS dettagliosino_12, t0.title AS title_13, t0.metadescription AS metadescription_14, t0.url AS url_15, t0.testolungo AS testolungo_16, t0.enabled AS enabled_17, t0.position AS position_18, t0.media_id AS media_id_19, t0.media2_id AS media2_id_20, t0.media3_id AS media3_id_21, t0.recensioni_id AS recensioni_id_22, t0.catalogo_id AS catalogo_id_23, t0.tutteimmagini_id AS tutteimmagini_id_24, t0.media23_id AS media23_id_25, t0.seo_id AS seo_id_26, t0.pdfcatalogo_id AS pdfcatalogo_id_27, t0.opere_id AS opere_id_28, t0.root_id AS root_id_29, t0.parent_id AS parent_id_30 FROM classification__category t0 WHERE t0.id = 3;
|
2.62 ms (23.40%)
|
19 |
SELECT t0.id AS id_1, t0.nome AS nome_2, t0.type AS type_3, t0.width AS width_4, t0.height AS height_5, t0.immagine AS immagine_6, t0.url AS url_7, t0.titolo AS titolo_8, t0.ext AS ext_9, t0.folder AS folder_10, t0.sel AS sel_11, t0.idold AS idold_12, t0.tecnica AS tecnica_13, t0.dimensione AS dimensione_14, t0.altro AS altro_15, t0.dataopera AS dataopera_16, t0.descrizione AS descrizione_17, t0.parent_id AS parent_id_18, t0.category_id AS category_id_19, t0.seo_id AS seo_id_20 FROM cat t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nome AS nome_2, t0.type AS type_3, t0.width AS width_4, t0.height AS height_5, t0.immagine AS immagine_6, t0.url AS url_7, t0.titolo AS titolo_8, t0.ext AS ext_9, t0.folder AS folder_10, t0.sel AS sel_11, t0.idold AS idold_12, t0.tecnica AS tecnica_13, t0.dimensione AS dimensione_14, t0.altro AS altro_15, t0.dataopera AS dataopera_16, t0.descrizione AS descrizione_17, t0.parent_id AS parent_id_18, t0.category_id AS category_id_19, t0.seo_id AS seo_id_20 FROM cat t0 WHERE t0.id = 4112;
|
0.18 ms (1.59%)
|
1 |
SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.context AS context_2, m0_.enabled AS enabled_3, m0_.titolo AS titolo_4, m0_.descrizione AS descrizione_5, m0_.title AS title_6, m0_.metadescription AS metadescription_7, m0_.url AS url_8, m0_.category_id AS category_id_9 FROM media__gallery m0_ WHERE m0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
2
5
6
13
8
9
7
12
16
14
15
17
10
11
19
20
21
22
23
]
SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.context AS context_2, m0_.enabled AS enabled_3, m0_.titolo AS titolo_4, m0_.descrizione AS descrizione_5, m0_.title AS title_6, m0_.metadescription AS metadescription_7, m0_.url AS url_8, m0_.category_id AS category_id_9 FROM media__gallery m0_ WHERE m0_.id IN (2, 5, 6, 13, 8, 9, 7, 12, 16, 14, 15, 17, 10, 11, 19, 20, 21, 22, 23);
|