3.15 ms (30.38%)
|
1 |
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.date AS date_2, c0_.dtfrom AS dtfrom_3, c0_.dtto AS dtto_4, c0_.link AS link_5, c0_.precedence AS precedence_6, c0_.statut AS statut_7, c0_.label_code AS label_code_8, c0_.label_text AS label_text_9, c0_.keywords AS keywords_10, c0_.slug AS slug_11, c0_.cover_id AS cover_id_12, c0_.pdf_id AS pdf_id_13, c0_.advertiser_id AS advertiser_id_14 FROM catalog c0_ WHERE ? BETWEEN c0_.dtfrom AND c0_.dtto ORDER BY c0_.id DESC LIMIT 3
Parameters: [
"2025-12-09 17:51:00"
]
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.date AS date_2, c0_.dtfrom AS dtfrom_3, c0_.dtto AS dtto_4, c0_.link AS link_5, c0_.precedence AS precedence_6, c0_.statut AS statut_7, c0_.label_code AS label_code_8, c0_.label_text AS label_text_9, c0_.keywords AS keywords_10, c0_.slug AS slug_11, c0_.cover_id AS cover_id_12, c0_.pdf_id AS pdf_id_13, c0_.advertiser_id AS advertiser_id_14 FROM catalog c0_ WHERE '2025-12-09 17:51:00' BETWEEN c0_.dtfrom AND c0_.dtto ORDER BY c0_.id DESC LIMIT 3;
|
2.06 ms (19.92%)
|
1 |
INSERT INTO visit_catalog (addressip, datetime, userid, username, count, catalogid) VALUES (?, ?, ?, ?, ?, ?)
Parameters: [
"216.73.216.44"
"2025-12-09 17:51:00"
2
"CATEGORY"
1
15
]
INSERT INTO visit_catalog (addressip, datetime, userid, username, count, catalogid) VALUES ('216.73.216.44', '2025-12-09 17:51:00', 2, 'CATEGORY', 1, 15);
|
1.43 ms (13.79%)
|
1 |
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.date AS date_2, c0_.dtfrom AS dtfrom_3, c0_.dtto AS dtto_4, c0_.link AS link_5, c0_.precedence AS precedence_6, c0_.statut AS statut_7, c0_.label_code AS label_code_8, c0_.label_text AS label_text_9, c0_.keywords AS keywords_10, c0_.slug AS slug_11, c0_.cover_id AS cover_id_12, c0_.pdf_id AS pdf_id_13, c0_.advertiser_id AS advertiser_id_14 FROM catalog c0_ INNER JOIN catalog_category c2_ ON c0_.id = c2_.catalog_id INNER JOIN category c1_ ON c1_.id = c2_.category_id WHERE c1_.id = ? AND (? BETWEEN c0_.dtfrom AND c0_.dtto) ORDER BY c0_.id DESC
Parameters: [
"15"
"2025-12-09 17:51:00"
]
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.date AS date_2, c0_.dtfrom AS dtfrom_3, c0_.dtto AS dtto_4, c0_.link AS link_5, c0_.precedence AS precedence_6, c0_.statut AS statut_7, c0_.label_code AS label_code_8, c0_.label_text AS label_text_9, c0_.keywords AS keywords_10, c0_.slug AS slug_11, c0_.cover_id AS cover_id_12, c0_.pdf_id AS pdf_id_13, c0_.advertiser_id AS advertiser_id_14 FROM catalog c0_ INNER JOIN catalog_category c2_ ON c0_.id = c2_.catalog_id INNER JOIN category c1_ ON c1_.id = c2_.category_id WHERE c1_.id = '15' AND ('2025-12-09 17:51:00' BETWEEN c0_.dtfrom AND c0_.dtto) ORDER BY c0_.id DESC;
|
1.25 ms (12.01%)
|
1 |
SELECT c0_.id AS id_0, c0_.caption AS caption_1, c0_.font AS font_2, c0_.picture AS picture_3, c0_.slug AS slug_4, c0_.icon_id AS icon_id_5, c0_.icon2_id AS icon2_id_6, c0_.categorygroup_id AS categorygroup_id_7 FROM category c0_ INNER JOIN catalog_category c2_ ON c0_.id = c2_.category_id INNER JOIN catalog c1_ ON c1_.id = c2_.catalog_id WHERE ? BETWEEN c1_.dtfrom AND c1_.dtto ORDER BY c0_.caption ASC
Parameters: [
"2025-12-09 17:51:00"
]
SELECT c0_.id AS id_0, c0_.caption AS caption_1, c0_.font AS font_2, c0_.picture AS picture_3, c0_.slug AS slug_4, c0_.icon_id AS icon_id_5, c0_.icon2_id AS icon2_id_6, c0_.categorygroup_id AS categorygroup_id_7 FROM category c0_ INNER JOIN catalog_category c2_ ON c0_.id = c2_.category_id INNER JOIN catalog c1_ ON c1_.id = c2_.catalog_id WHERE '2025-12-09 17:51:00' BETWEEN c1_.dtfrom AND c1_.dtto ORDER BY c0_.caption ASC;
|
1.08 ms (10.46%)
|
1 |
"COMMIT"
|
0.96 ms (9.29%)
|
1 |
SELECT t0.id AS id_1, t0.caption AS caption_2, t0.font AS font_3, t0.picture AS picture_4, t0.slug AS slug_5, t0.icon_id AS icon_id_6, t0.icon2_id AS icon2_id_7, t0.categorygroup_id AS categorygroup_id_8 FROM category t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.caption AS caption_2, t0.font AS font_3, t0.picture AS picture_4, t0.slug AS slug_5, t0.icon_id AS icon_id_6, t0.icon2_id AS icon2_id_7, t0.categorygroup_id AS categorygroup_id_8 FROM category t0 WHERE t0.id = '15';
|
0.43 ms (4.15%)
|
1 |
"START TRANSACTION"
"START TRANSACTION";
|