0.79 ms (22.91%)
|
1 |
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 = 2 AND a0_.id <> 2 ORDER BY a0_.published_at DESC LIMIT 4;
|
0.52 ms (15.01%)
|
1 |
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: [
"signature-de-convention-entre-la-haca-et-la-fondation-fhb"
]
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 = 'signature-de-convention-entre-la-haca-et-la-fondation-fhb' LIMIT 1;
|
0.52 ms (14.90%)
|
1 |
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;
|
0.35 ms (10.04%)
|
1 |
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;
|
0.32 ms (9.12%)
|
1 |
UPDATE article SET views = ?, updated_at = ? WHERE id = ?
Parameters: [
20
"2025-12-19 19:13:22"
2
]
UPDATE article SET views = 20, updated_at = '2025-12-19 19:13:22' WHERE id = 2;
|
0.27 ms (7.88%)
|
1 |
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 = 2;
|
0.26 ms (7.62%)
|
1 |
"COMMIT"
|
0.23 ms (6.75%)
|
1 |
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;
|
0.20 ms (5.77%)
|
1 |
"START TRANSACTION"
"START TRANSACTION";
|