| 1 |
0.45 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.publish_date AS publish_date_4, t0.created_at AS created_at_5, t0.publish AS publish_6, t0.image AS image_7, t0.author_id AS author_id_8 FROM article t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.publish_date AS publish_date_4, t0.created_at AS created_at_5, t0.publish AS publish_6, t0.image AS image_7, t0.author_id AS author_id_8 FROM article t0 WHERE t0.id = '126';
|
| 2 |
0.20 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.image AS image_4, t0.created_at AS created_at_5, t0.parent_id AS parent_id_6 FROM category t0 WHERE t0.title = ?
Parameters: [
"Actualités"
]
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.image AS image_4, t0.created_at AS created_at_5, t0.parent_id AS parent_id_6 FROM category t0 WHERE t0.title = 'Actualités';
|
| 3 |
0.12 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.publish_date AS publish_date_4, t0.created_at AS created_at_5, t0.publish AS publish_6, t0.image AS image_7, t0.author_id AS author_id_8 FROM article t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.publish_date AS publish_date_4, t0.created_at AS created_at_5, t0.publish AS publish_6, t0.image AS image_7, t0.author_id AS author_id_8 FROM article t0 WHERE t0.id = 127;
|
| 4 |
0.10 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.publish_date AS publish_date_4, t0.created_at AS created_at_5, t0.publish AS publish_6, t0.image AS image_7, t0.author_id AS author_id_8 FROM article t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.publish_date AS publish_date_4, t0.created_at AS created_at_5, t0.publish AS publish_6, t0.image AS image_7, t0.author_id AS author_id_8 FROM article t0 WHERE t0.id = 125;
|
| 5 |
0.22 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.image AS image_4, t0.created_at AS created_at_5, t0.parent_id AS parent_id_6 FROM category t0 INNER JOIN article_category ON t0.id = article_category.category_id WHERE article_category.article_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.image AS image_4, t0.created_at AS created_at_5, t0.parent_id AS parent_id_6 FROM category t0 INNER JOIN article_category ON t0.id = article_category.category_id WHERE article_category.article_id = 126;
|
| 6 |
2.32 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.publish_date AS publish_date_4, t0.created_at AS created_at_5, t0.publish AS publish_6, t0.image AS image_7, t0.author_id AS author_id_8 FROM article t0 INNER JOIN article_category ON t0.id = article_category.article_id WHERE article_category.category_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.publish_date AS publish_date_4, t0.created_at AS created_at_5, t0.publish AS publish_6, t0.image AS image_7, t0.author_id AS author_id_8 FROM article t0 INNER JOIN article_category ON t0.id = article_category.article_id WHERE article_category.category_id = 5;
|
| 7 |
0.58 ms |
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.description AS description_2, a0_.publish_date AS publish_date_3, a0_.created_at AS created_at_4, a0_.publish AS publish_5, a0_.image AS image_6, a0_.author_id AS author_id_7 FROM article a0_ INNER JOIN article_category a2_ ON a0_.id = a2_.article_id INNER JOIN category c1_ ON c1_.id = a2_.category_id WHERE c1_.id = ? ORDER BY a0_.id DESC LIMIT 9 OFFSET 45
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.description AS description_2, a0_.publish_date AS publish_date_3, a0_.created_at AS created_at_4, a0_.publish AS publish_5, a0_.image AS image_6, a0_.author_id AS author_id_7 FROM article a0_ INNER JOIN article_category a2_ ON a0_.id = a2_.article_id INNER JOIN category c1_ ON c1_.id = a2_.category_id WHERE c1_.id = 5 ORDER BY a0_.id DESC LIMIT 9 OFFSET 45;
|
| 8 |
1.08 ms |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.description AS description_2, a0_.publish_date AS publish_date_3, a0_.created_at AS created_at_4, a0_.publish AS publish_5, a0_.image AS image_6 FROM article a0_ INNER JOIN article_category a2_ ON a0_.id = a2_.article_id INNER JOIN category c1_ ON c1_.id = a2_.category_id WHERE c1_.id = ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.description AS description_2, a0_.publish_date AS publish_date_3, a0_.created_at AS created_at_4, a0_.publish AS publish_5, a0_.image AS image_6 FROM article a0_ INNER JOIN article_category a2_ ON a0_.id = a2_.article_id INNER JOIN category c1_ ON c1_.id = a2_.category_id WHERE c1_.id = 5 ORDER BY a0_.id DESC) dctrn_result) dctrn_table;
|
| 9 |
0.18 ms |
SELECT t0.id AS id_1, t0.file AS file_2, t0.created_at AS created_at_3, t0.post_id AS post_id_4 FROM file t0 WHERE t0.post_id = ?
SELECT t0.id AS id_1, t0.file AS file_2, t0.created_at AS created_at_3, t0.post_id AS post_id_4 FROM file t0 WHERE t0.post_id = 126;
|
| 10 |
0.13 ms |
SELECT t0.id AS id_1, t0.image AS image_2, t0.post_id AS post_id_3 FROM gallery t0 WHERE t0.post_id = ?
SELECT t0.id AS id_1, t0.image AS image_2, t0.post_id AS post_id_3 FROM gallery t0 WHERE t0.post_id = 126;
|
| 11 |
0.12 ms |
SELECT t0.id AS id_1, t0.matricule AS matricule_2, t0.roles AS roles_3, t0.password AS password_4 FROM `user` t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.matricule AS matricule_2, t0.roles AS roles_3, t0.password AS password_4 FROM `user` t0 WHERE t0.id = 1;
|
| 12 |
0.12 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.image AS image_4, t0.created_at AS created_at_5, t0.parent_id AS parent_id_6 FROM category t0
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.image AS image_4, t0.created_at AS created_at_5, t0.parent_id AS parent_id_6 FROM category t0;
|
| 13 |
0.12 ms |
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.description AS description_2, a0_.publish_date AS publish_date_3, a0_.created_at AS created_at_4, a0_.publish AS publish_5, a0_.image AS image_6, a0_.author_id AS author_id_7 FROM article a0_ ORDER BY a0_.id DESC LIMIT 1
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.description AS description_2, a0_.publish_date AS publish_date_3, a0_.created_at AS created_at_4, a0_.publish AS publish_5, a0_.image AS image_6, a0_.author_id AS author_id_7 FROM article a0_ ORDER BY a0_.id DESC LIMIT 1;
|
| 14 |
0.18 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.image AS image_4, t0.created_at AS created_at_5, t0.parent_id AS parent_id_6 FROM category t0 INNER JOIN article_category ON t0.id = article_category.category_id WHERE article_category.article_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.image AS image_4, t0.created_at AS created_at_5, t0.parent_id AS parent_id_6 FROM category t0 INNER JOIN article_category ON t0.id = article_category.category_id WHERE article_category.article_id = 932;
|