| 1 |
0.56 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.excerpt AS excerpt_5, t0.image AS image_6, t0.is_featured AS is_featured_7, t0.is_published AS is_published_8, t0.views AS views_9, t0.published_at AS published_at_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.category_id AS category_id_13, t0.author_id AS author_id_14 FROM article t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"debat-politique-de-reglementation-et-economie-sociale-de-marche-les-cas-du-togo-du-benin-et-de-la-cote-d-ivoire"
]
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.excerpt AS excerpt_5, t0.image AS image_6, t0.is_featured AS is_featured_7, t0.is_published AS is_published_8, t0.views AS views_9, t0.published_at AS published_at_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.category_id AS category_id_13, t0.author_id AS author_id_14 FROM article t0 WHERE t0.slug = 'debat-politique-de-reglementation-et-economie-sociale-de-marche-les-cas-du-togo-du-benin-et-de-la-cote-d-ivoire' LIMIT 1;
|
| 2 |
0.26 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 3 |
0.34 ms |
UPDATE article SET views = ?, updated_at = ? WHERE id = ?
Parameters: [
14
"2025-12-19 15:24:13"
4
]
UPDATE article SET views = 14, updated_at = '2025-12-19 15:24:13' WHERE id = 4;
|
| 4 |
0.33 ms |
"COMMIT"
|
| 5 |
0.53 ms |
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.slug AS slug_2, a0_.content AS content_3, a0_.excerpt AS excerpt_4, a0_.image AS image_5, a0_.is_featured AS is_featured_6, a0_.is_published AS is_published_7, a0_.views AS views_8, a0_.published_at AS published_at_9, a0_.created_at AS created_at_10, a0_.updated_at AS updated_at_11, a0_.category_id AS category_id_12, a0_.author_id AS author_id_13 FROM article a0_ WHERE a0_.is_published = ? AND a0_.category_id = ? AND a0_.id <> ? ORDER BY a0_.published_at DESC LIMIT 4
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.slug AS slug_2, a0_.content AS content_3, a0_.excerpt AS excerpt_4, a0_.image AS image_5, a0_.is_featured AS is_featured_6, a0_.is_published AS is_published_7, a0_.views AS views_8, a0_.published_at AS published_at_9, a0_.created_at AS created_at_10, a0_.updated_at AS updated_at_11, a0_.category_id AS category_id_12, a0_.author_id AS author_id_13 FROM article a0_ WHERE a0_.is_published = 1 AND a0_.category_id = 9 AND a0_.id <> 4 ORDER BY a0_.published_at DESC LIMIT 4;
|
| 6 |
0.62 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.excerpt AS excerpt_5, t0.image AS image_6, t0.is_featured AS is_featured_7, t0.is_published AS is_published_8, t0.views AS views_9, t0.published_at AS published_at_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.category_id AS category_id_13, t0.author_id AS author_id_14 FROM article t0 WHERE t0.is_published = ? ORDER BY t0.published_at DESC LIMIT 5
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.excerpt AS excerpt_5, t0.image AS image_6, t0.is_featured AS is_featured_7, t0.is_published AS is_published_8, t0.views AS views_9, t0.published_at AS published_at_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.category_id AS category_id_13, t0.author_id AS author_id_14 FROM article t0 WHERE t0.is_published = 1 ORDER BY t0.published_at DESC LIMIT 5;
|
| 7 |
0.23 ms |
SELECT t0.id AS id_1, t0.setting_key AS setting_key_2, t0.setting_value AS setting_value_3, t0.setting_type AS setting_type_4, t0.description AS description_5, t0.updated_at AS updated_at_6 FROM setting t0
SELECT t0.id AS id_1, t0.setting_key AS setting_key_2, t0.setting_value AS setting_value_3, t0.setting_type AS setting_type_4, t0.description AS description_5, t0.updated_at AS updated_at_6 FROM setting t0;
|
| 8 |
0.34 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.color AS color_5, t0.created_at AS created_at_6 FROM category t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.color AS color_5, t0.created_at AS created_at_6 FROM category t0 WHERE t0.id = 9;
|
| 9 |
0.24 ms |
SELECT t0.id AS id_1, t0.username AS username_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.first_name AS first_name_6, t0.last_name AS last_name_7, t0.avatar AS avatar_8, t0.is_active AS is_active_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM users t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.username AS username_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.first_name AS first_name_6, t0.last_name AS last_name_7, t0.avatar AS avatar_8, t0.is_active AS is_active_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM users t0 WHERE t0.id = 1;
|