2.00 ms (25.93%)
|
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: [
"10"
"2025-12-09 17:51:01"
]
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 = '10' AND ('2025-12-09 17:51:01' BETWEEN c0_.dtfrom AND c0_.dtto) ORDER BY c0_.id DESC;
|
1.79 ms (23.24%)
|
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:01"
]
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:01' BETWEEN c0_.dtfrom AND c0_.dtto ORDER BY c0_.id DESC LIMIT 3;
|
1.21 ms (15.66%)
|
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:01"
]
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:01' BETWEEN c1_.dtfrom AND c1_.dtto ORDER BY c0_.caption ASC;
|
1.01 ms (13.09%)
|
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 = '10';
|
0.96 ms (12.49%)
|
1 |
"COMMIT"
|
0.47 ms (6.16%)
|
1 |
INSERT INTO visit_catalog (addressip, datetime, userid, username, count, catalogid) VALUES (?, ?, ?, ?, ?, ?)
Parameters: [
"216.73.216.44"
"2025-12-09 17:51:01"
2
"CATEGORY"
1
10
]
INSERT INTO visit_catalog (addressip, datetime, userid, username, count, catalogid) VALUES ('216.73.216.44', '2025-12-09 17:51:01', 2, 'CATEGORY', 1, 10);
|
0.26 ms (3.43%)
|
1 |
"START TRANSACTION"
"START TRANSACTION";
|