| 1 |
0.77 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.username AS username_3, t0.roles AS roles_4, t0.password AS password_5, t0.biographie AS biographie_6, t0.money AS money_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.last_activity AS last_activity_10, t0.naissance AS naissance_11, t0.is_verified AS is_verified_12, t0.is_public AS is_public_13, t0.ip AS ip_14, t0.lastip AS lastip_15, t0.parrain_id AS parrain_id_16 FROM membres t0 WHERE t0.username = ? LIMIT 1
Parameters: [
"DouceurSauvage"
]
SELECT t0.id AS id_1, t0.email AS email_2, t0.username AS username_3, t0.roles AS roles_4, t0.password AS password_5, t0.biographie AS biographie_6, t0.money AS money_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.last_activity AS last_activity_10, t0.naissance AS naissance_11, t0.is_verified AS is_verified_12, t0.is_public AS is_public_13, t0.ip AS ip_14, t0.lastip AS lastip_15, t0.parrain_id AS parrain_id_16 FROM membres t0 WHERE t0.username = 'DouceurSauvage' LIMIT 1;
|
| 2 |
1.30 ms |
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM posts p0_ INNER JOIN categories c1_ ON p0_.categorie_id = c1_.id INNER JOIN membres m2_ ON p0_.membre_id = m2_.id LEFT JOIN likes l3_ ON p0_.id = l3_.post_id LEFT JOIN files f4_ ON p0_.id = f4_.post_id WHERE p0_.membre_id = ? AND (p0_.post_id = 0 OR p0_.post_id IS NULL) AND p0_.is_statut = 1 GROUP BY p0_.id
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM posts p0_ INNER JOIN categories c1_ ON p0_.categorie_id = c1_.id INNER JOIN membres m2_ ON p0_.membre_id = m2_.id LEFT JOIN likes l3_ ON p0_.id = l3_.post_id LEFT JOIN files f4_ ON p0_.id = f4_.post_id WHERE p0_.membre_id = 330 AND (p0_.post_id = 0 OR p0_.post_id IS NULL) AND p0_.is_statut = 1 GROUP BY p0_.id;
|
| 3 |
1.00 ms |
SELECT DISTINCT p0_.id AS id_0, p0_.created_at AS created_at_1 FROM posts p0_ INNER JOIN categories c1_ ON p0_.categorie_id = c1_.id INNER JOIN membres m2_ ON p0_.membre_id = m2_.id LEFT JOIN likes l3_ ON p0_.id = l3_.post_id LEFT JOIN files f4_ ON p0_.id = f4_.post_id WHERE p0_.membre_id = ? AND (p0_.post_id = 0 OR p0_.post_id IS NULL) AND p0_.is_statut = 1 GROUP BY p0_.id ORDER BY p0_.created_at DESC LIMIT 10
SELECT DISTINCT p0_.id AS id_0, p0_.created_at AS created_at_1 FROM posts p0_ INNER JOIN categories c1_ ON p0_.categorie_id = c1_.id INNER JOIN membres m2_ ON p0_.membre_id = m2_.id LEFT JOIN likes l3_ ON p0_.id = l3_.post_id LEFT JOIN files f4_ ON p0_.id = f4_.post_id WHERE p0_.membre_id = 330 AND (p0_.post_id = 0 OR p0_.post_id IS NULL) AND p0_.is_statut = 1 GROUP BY p0_.id ORDER BY p0_.created_at DESC LIMIT 10;
|
| 4 |
1.75 ms |
SELECT COUNT(l0_.id) AS sclr_0, SUM(CASE WHEN l0_.membre_id = ? THEN 1 ELSE 0 END) AS sclr_1, p1_.id AS id_2, p1_.content AS content_3, p1_.created_at AS created_at_4, p1_.is_brouillon AS is_brouillon_5, p1_.adresseip AS adresseip_6, p1_.is_statut AS is_statut_7, c2_.id AS id_8, c2_.nom AS nom_9, c2_.ordre AS ordre_10, c2_.photo AS photo_11, m3_.id AS id_12, m3_.email AS email_13, m3_.username AS username_14, m3_.roles AS roles_15, m3_.password AS password_16, m3_.biographie AS biographie_17, m3_.money AS money_18, m3_.created_at AS created_at_19, m3_.updated_at AS updated_at_20, m3_.last_activity AS last_activity_21, m3_.naissance AS naissance_22, m3_.is_verified AS is_verified_23, m3_.is_public AS is_public_24, m3_.ip AS ip_25, m3_.lastip AS lastip_26, l0_.id AS id_27, l0_.ip_vote AS ip_vote_28, l0_.is_active AS is_active_29, f4_.id AS id_30, f4_.filename AS filename_31, f4_.title AS title_32, f4_.type AS type_33, p1_.membre_id AS membre_id_34, p1_.categorie_id AS categorie_id_35, p1_.post_id AS post_id_36, m3_.parrain_id AS parrain_id_37, l0_.membre_id AS membre_id_38, l0_.post_id AS post_id_39, f4_.membre_id AS membre_id_40, f4_.post_id AS post_id_41 FROM posts p1_ INNER JOIN categories c2_ ON p1_.categorie_id = c2_.id INNER JOIN membres m3_ ON p1_.membre_id = m3_.id LEFT JOIN likes l0_ ON p1_.id = l0_.post_id LEFT JOIN files f4_ ON p1_.id = f4_.post_id WHERE p1_.membre_id = ? AND (p1_.post_id = 0 OR p1_.post_id IS NULL) AND p1_.is_statut = 1 AND p1_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) GROUP BY p1_.id ORDER BY p1_.created_at DESC
Parameters: [
null
330
3393
3328
3262
3248
3238
3194
3188
3182
3140
2962
]
SELECT
COUNT(l0_.id) AS sclr_0,
SUM(
CASE WHEN l0_.membre_id = ? THEN
1
ELSE
0
END
) AS sclr_1,
p1_.id AS id_2,
p1_.content AS content_3,
p1_.created_at AS created_at_4,
p1_.is_brouillon AS is_brouillon_5,
p1_.adresseip AS adresseip_6,
p1_.is_statut AS is_statut_7,
c2_.id AS id_8,
c2_.nom AS nom_9,
c2_.ordre AS ordre_10,
c2_.photo AS photo_11,
m3_.id AS id_12,
m3_.email AS email_13,
m3_.username AS username_14,
m3_.roles AS roles_15,
m3_.password AS password_16,
m3_.biographie AS biographie_17,
m3_.money AS money_18,
m3_.created_at AS created_at_19,
m3_.updated_at AS updated_at_20,
m3_.last_activity AS last_activity_21,
m3_.naissance AS naissance_22,
m3_.is_verified AS is_verified_23,
m3_.is_public AS is_public_24,
m3_.ip AS ip_25,
m3_.lastip AS lastip_26,
l0_.id AS id_27,
l0_.ip_vote AS ip_vote_28,
l0_.is_active AS is_active_29,
f4_.id AS id_30,
f4_.filename AS filename_31,
f4_.title AS title_32,
f4_.type AS type_33,
p1_.membre_id AS membre_id_34,
p1_.categorie_id AS categorie_id_35,
p1_.post_id AS post_id_36,
m3_.parrain_id AS parrain_id_37,
l0_.membre_id AS membre_id_38,
l0_.post_id AS post_id_39,
f4_.membre_id AS membre_id_40,
f4_.post_id AS post_id_41
FROM
posts p1_
INNER JOIN categories c2_ ON p1_.categorie_id = c2_.id
INNER JOIN membres m3_ ON p1_.membre_id = m3_.id
LEFT JOIN likes l0_ ON p1_.id = l0_.post_id
LEFT JOIN files f4_ ON p1_.id = f4_.post_id
WHERE
p1_.membre_id = ?
AND (
p1_.post_id = 0
OR p1_.post_id IS NULL
)
AND p1_.is_statut = 1
AND p1_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
GROUP BY
p1_.id
ORDER BY
p1_.created_at DESC
SELECT COUNT(l0_.id) AS sclr_0, SUM(CASE WHEN l0_.membre_id = NULL THEN 1 ELSE 0 END) AS sclr_1, p1_.id AS id_2, p1_.content AS content_3, p1_.created_at AS created_at_4, p1_.is_brouillon AS is_brouillon_5, p1_.adresseip AS adresseip_6, p1_.is_statut AS is_statut_7, c2_.id AS id_8, c2_.nom AS nom_9, c2_.ordre AS ordre_10, c2_.photo AS photo_11, m3_.id AS id_12, m3_.email AS email_13, m3_.username AS username_14, m3_.roles AS roles_15, m3_.password AS password_16, m3_.biographie AS biographie_17, m3_.money AS money_18, m3_.created_at AS created_at_19, m3_.updated_at AS updated_at_20, m3_.last_activity AS last_activity_21, m3_.naissance AS naissance_22, m3_.is_verified AS is_verified_23, m3_.is_public AS is_public_24, m3_.ip AS ip_25, m3_.lastip AS lastip_26, l0_.id AS id_27, l0_.ip_vote AS ip_vote_28, l0_.is_active AS is_active_29, f4_.id AS id_30, f4_.filename AS filename_31, f4_.title AS title_32, f4_.type AS type_33, p1_.membre_id AS membre_id_34, p1_.categorie_id AS categorie_id_35, p1_.post_id AS post_id_36, m3_.parrain_id AS parrain_id_37, l0_.membre_id AS membre_id_38, l0_.post_id AS post_id_39, f4_.membre_id AS membre_id_40, f4_.post_id AS post_id_41 FROM posts p1_ INNER JOIN categories c2_ ON p1_.categorie_id = c2_.id INNER JOIN membres m3_ ON p1_.membre_id = m3_.id LEFT JOIN likes l0_ ON p1_.id = l0_.post_id LEFT JOIN files f4_ ON p1_.id = f4_.post_id WHERE p1_.membre_id = 330 AND (p1_.post_id = 0 OR p1_.post_id IS NULL) AND p1_.is_statut = 1 AND p1_.id IN (3393, 3328, 3262, 3248, 3238, 3194, 3188, 3182, 3140, 2962) GROUP BY p1_.id ORDER BY p1_.created_at DESC;
|
| 5 |
0.28 ms |
SELECT c0_.id AS id_0, c0_.nom AS nom_1, c0_.ordre AS ordre_2, c0_.photo AS photo_3 FROM categories c0_ ORDER BY c0_.nom ASC
SELECT c0_.id AS id_0, c0_.nom AS nom_1, c0_.ordre AS ordre_2, c0_.photo AS photo_3 FROM categories c0_ ORDER BY c0_.nom ASC;
|
| 6 |
0.29 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.title AS title_3, t0.type AS type_4, t0.membre_id AS membre_id_5, t0.post_id AS post_id_6 FROM files t0 WHERE t0.membre_id = ?
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.title AS title_3, t0.type AS type_4, t0.membre_id AS membre_id_5, t0.post_id AS post_id_6 FROM files t0 WHERE t0.membre_id = 330;
|
| 7 |
0.86 ms |
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.is_brouillon AS is_brouillon_4, t0.adresseip AS adresseip_5, t0.is_statut AS is_statut_6, t0.membre_id AS membre_id_7, t0.categorie_id AS categorie_id_8, t0.post_id AS post_id_9 FROM posts t0 WHERE t0.membre_id = ?
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.is_brouillon AS is_brouillon_4, t0.adresseip AS adresseip_5, t0.is_statut AS is_statut_6, t0.membre_id AS membre_id_7, t0.categorie_id AS categorie_id_8, t0.post_id AS post_id_9 FROM posts t0 WHERE t0.membre_id = 330;
|
| 8 |
0.25 ms |
SELECT t0.id AS id_1, t0.is_active AS is_active_2, t0.created_at AS created_at_3, t0.last_follow AS last_follow_4, t0.last_un_follow AS last_un_follow_5, t0.de_id AS de_id_6, t0.vers_id AS vers_id_7 FROM friends t0 WHERE t0.de_id = ?
SELECT t0.id AS id_1, t0.is_active AS is_active_2, t0.created_at AS created_at_3, t0.last_follow AS last_follow_4, t0.last_un_follow AS last_un_follow_5, t0.de_id AS de_id_6, t0.vers_id AS vers_id_7 FROM friends t0 WHERE t0.de_id = 330;
|
| 9 |
0.24 ms |
SELECT t0.id AS id_1, t0.is_active AS is_active_2, t0.created_at AS created_at_3, t0.last_follow AS last_follow_4, t0.last_un_follow AS last_un_follow_5, t0.de_id AS de_id_6, t0.vers_id AS vers_id_7 FROM friends t0 WHERE t0.vers_id = ?
SELECT t0.id AS id_1, t0.is_active AS is_active_2, t0.created_at AS created_at_3, t0.last_follow AS last_follow_4, t0.last_un_follow AS last_un_follow_5, t0.de_id AS de_id_6, t0.vers_id AS vers_id_7 FROM friends t0 WHERE t0.vers_id = 330;
|
| 10 |
0.27 ms |
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.is_brouillon AS is_brouillon_4, t0.adresseip AS adresseip_5, t0.is_statut AS is_statut_6, t0.membre_id AS membre_id_7, t0.categorie_id AS categorie_id_8, t0.post_id AS post_id_9 FROM posts t0 WHERE t0.post_id = ?
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.is_brouillon AS is_brouillon_4, t0.adresseip AS adresseip_5, t0.is_statut AS is_statut_6, t0.membre_id AS membre_id_7, t0.categorie_id AS categorie_id_8, t0.post_id AS post_id_9 FROM posts t0 WHERE t0.post_id = 3393;
|
| 11 |
0.22 ms |
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.is_brouillon AS is_brouillon_4, t0.adresseip AS adresseip_5, t0.is_statut AS is_statut_6, t0.membre_id AS membre_id_7, t0.categorie_id AS categorie_id_8, t0.post_id AS post_id_9 FROM posts t0 WHERE t0.post_id = ?
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.is_brouillon AS is_brouillon_4, t0.adresseip AS adresseip_5, t0.is_statut AS is_statut_6, t0.membre_id AS membre_id_7, t0.categorie_id AS categorie_id_8, t0.post_id AS post_id_9 FROM posts t0 WHERE t0.post_id = 3328;
|
| 12 |
0.34 ms |
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.is_brouillon AS is_brouillon_4, t0.adresseip AS adresseip_5, t0.is_statut AS is_statut_6, t0.membre_id AS membre_id_7, t0.categorie_id AS categorie_id_8, t0.post_id AS post_id_9 FROM posts t0 WHERE t0.post_id = ?
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.is_brouillon AS is_brouillon_4, t0.adresseip AS adresseip_5, t0.is_statut AS is_statut_6, t0.membre_id AS membre_id_7, t0.categorie_id AS categorie_id_8, t0.post_id AS post_id_9 FROM posts t0 WHERE t0.post_id = 3262;
|
| 13 |
0.30 ms |
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.is_brouillon AS is_brouillon_4, t0.adresseip AS adresseip_5, t0.is_statut AS is_statut_6, t0.membre_id AS membre_id_7, t0.categorie_id AS categorie_id_8, t0.post_id AS post_id_9 FROM posts t0 WHERE t0.post_id = ?
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.is_brouillon AS is_brouillon_4, t0.adresseip AS adresseip_5, t0.is_statut AS is_statut_6, t0.membre_id AS membre_id_7, t0.categorie_id AS categorie_id_8, t0.post_id AS post_id_9 FROM posts t0 WHERE t0.post_id = 3248;
|
| 14 |
0.20 ms |
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.is_brouillon AS is_brouillon_4, t0.adresseip AS adresseip_5, t0.is_statut AS is_statut_6, t0.membre_id AS membre_id_7, t0.categorie_id AS categorie_id_8, t0.post_id AS post_id_9 FROM posts t0 WHERE t0.post_id = ?
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.is_brouillon AS is_brouillon_4, t0.adresseip AS adresseip_5, t0.is_statut AS is_statut_6, t0.membre_id AS membre_id_7, t0.categorie_id AS categorie_id_8, t0.post_id AS post_id_9 FROM posts t0 WHERE t0.post_id = 3238;
|
| 15 |
0.24 ms |
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.is_brouillon AS is_brouillon_4, t0.adresseip AS adresseip_5, t0.is_statut AS is_statut_6, t0.membre_id AS membre_id_7, t0.categorie_id AS categorie_id_8, t0.post_id AS post_id_9 FROM posts t0 WHERE t0.post_id = ?
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.is_brouillon AS is_brouillon_4, t0.adresseip AS adresseip_5, t0.is_statut AS is_statut_6, t0.membre_id AS membre_id_7, t0.categorie_id AS categorie_id_8, t0.post_id AS post_id_9 FROM posts t0 WHERE t0.post_id = 3194;
|
| 16 |
0.30 ms |
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.is_brouillon AS is_brouillon_4, t0.adresseip AS adresseip_5, t0.is_statut AS is_statut_6, t0.membre_id AS membre_id_7, t0.categorie_id AS categorie_id_8, t0.post_id AS post_id_9 FROM posts t0 WHERE t0.post_id = ?
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.is_brouillon AS is_brouillon_4, t0.adresseip AS adresseip_5, t0.is_statut AS is_statut_6, t0.membre_id AS membre_id_7, t0.categorie_id AS categorie_id_8, t0.post_id AS post_id_9 FROM posts t0 WHERE t0.post_id = 3188;
|
| 17 |
0.19 ms |
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.is_brouillon AS is_brouillon_4, t0.adresseip AS adresseip_5, t0.is_statut AS is_statut_6, t0.membre_id AS membre_id_7, t0.categorie_id AS categorie_id_8, t0.post_id AS post_id_9 FROM posts t0 WHERE t0.post_id = ?
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.is_brouillon AS is_brouillon_4, t0.adresseip AS adresseip_5, t0.is_statut AS is_statut_6, t0.membre_id AS membre_id_7, t0.categorie_id AS categorie_id_8, t0.post_id AS post_id_9 FROM posts t0 WHERE t0.post_id = 3182;
|
| 18 |
0.26 ms |
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.is_brouillon AS is_brouillon_4, t0.adresseip AS adresseip_5, t0.is_statut AS is_statut_6, t0.membre_id AS membre_id_7, t0.categorie_id AS categorie_id_8, t0.post_id AS post_id_9 FROM posts t0 WHERE t0.post_id = ?
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.is_brouillon AS is_brouillon_4, t0.adresseip AS adresseip_5, t0.is_statut AS is_statut_6, t0.membre_id AS membre_id_7, t0.categorie_id AS categorie_id_8, t0.post_id AS post_id_9 FROM posts t0 WHERE t0.post_id = 3140;
|
| 19 |
0.22 ms |
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.is_brouillon AS is_brouillon_4, t0.adresseip AS adresseip_5, t0.is_statut AS is_statut_6, t0.membre_id AS membre_id_7, t0.categorie_id AS categorie_id_8, t0.post_id AS post_id_9 FROM posts t0 WHERE t0.post_id = ?
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.is_brouillon AS is_brouillon_4, t0.adresseip AS adresseip_5, t0.is_statut AS is_statut_6, t0.membre_id AS membre_id_7, t0.categorie_id AS categorie_id_8, t0.post_id AS post_id_9 FROM posts t0 WHERE t0.post_id = 2962;
|