1 |
3.36 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.created AS created_3, t0.description AS description_4, t0.resume AS resume_5, t0.image AS image_6, t0.date AS date_7, t0.user_id_id AS user_id_id_8 FROM posts t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.created AS created_3, t0.description AS description_4, t0.resume AS resume_5, t0.image AS image_6, t0.date AS date_7, t0.user_id_id AS user_id_id_8 FROM posts t0 WHERE t0.id = '3';
|
2 |
0.53 ms |
SELECT t0.id AS id_1, t0.page AS page_2, t0.type AS type_3, t0.content AS content_4, t0.image_id AS image_id_5 FROM pages t0 WHERE t0.type = ? LIMIT 1
Parameters: [
"headerfooter"
]
SELECT t0.id AS id_1, t0.page AS page_2, t0.type AS type_3, t0.content AS content_4, t0.image_id AS image_id_5 FROM pages t0 WHERE t0.type = 'headerfooter' LIMIT 1;
|
3 |
0.51 ms |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.created AS created_2, p0_.description AS description_3, p0_.resume AS resume_4, p0_.image AS image_5, p0_.date AS date_6, p0_.user_id_id AS user_id_id_7 FROM posts p0_ ORDER BY p0_.date ASC LIMIT 4
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.created AS created_2, p0_.description AS description_3, p0_.resume AS resume_4, p0_.image AS image_5, p0_.date AS date_6, p0_.user_id_id AS user_id_id_7 FROM posts p0_ ORDER BY p0_.date ASC LIMIT 4;
|
4 |
0.48 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.type AS type_3, t0.information AS information_4, t0.principal AS principal_5 FROM fields t0 WHERE t0.id = ? LIMIT 1
SELECT t0.id AS id_1, t0.title AS title_2, t0.type AS type_3, t0.information AS information_4, t0.principal AS principal_5 FROM fields t0 WHERE t0.id = 6 LIMIT 1;
|
5 |
0.35 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.type AS type_3, t0.information AS information_4, t0.principal AS principal_5 FROM fields t0 WHERE t0.id = ? LIMIT 1
SELECT t0.id AS id_1, t0.title AS title_2, t0.type AS type_3, t0.information AS information_4, t0.principal AS principal_5 FROM fields t0 WHERE t0.id = 7 LIMIT 1;
|
6 |
0.31 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.type AS type_3, t0.information AS information_4, t0.principal AS principal_5 FROM fields t0 WHERE t0.id = ? LIMIT 1
SELECT t0.id AS id_1, t0.title AS title_2, t0.type AS type_3, t0.information AS information_4, t0.principal AS principal_5 FROM fields t0 WHERE t0.id = 8 LIMIT 1;
|
7 |
0.31 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.type AS type_3, t0.information AS information_4, t0.principal AS principal_5 FROM fields t0 WHERE t0.id = ? LIMIT 1
SELECT t0.id AS id_1, t0.title AS title_2, t0.type AS type_3, t0.information AS information_4, t0.principal AS principal_5 FROM fields t0 WHERE t0.id = 2 LIMIT 1;
|
8 |
0.30 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.type AS type_3, t0.information AS information_4, t0.principal AS principal_5 FROM fields t0 WHERE t0.id = ? LIMIT 1
SELECT t0.id AS id_1, t0.title AS title_2, t0.type AS type_3, t0.information AS information_4, t0.principal AS principal_5 FROM fields t0 WHERE t0.id = 10 LIMIT 1;
|
9 |
0.27 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.type AS type_3, t0.information AS information_4, t0.principal AS principal_5 FROM fields t0 WHERE t0.id = ? LIMIT 1
SELECT t0.id AS id_1, t0.title AS title_2, t0.type AS type_3, t0.information AS information_4, t0.principal AS principal_5 FROM fields t0 WHERE t0.id = 2 LIMIT 1;
|
10 |
0.26 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.type AS type_3, t0.information AS information_4, t0.principal AS principal_5 FROM fields t0 WHERE t0.id = ? LIMIT 1
SELECT t0.id AS id_1, t0.title AS title_2, t0.type AS type_3, t0.information AS information_4, t0.principal AS principal_5 FROM fields t0 WHERE t0.id = 10 LIMIT 1;
|
11 |
0.31 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.type AS type_3, t0.information AS information_4, t0.principal AS principal_5 FROM fields t0 WHERE t0.id = ? LIMIT 1
SELECT t0.id AS id_1, t0.title AS title_2, t0.type AS type_3, t0.information AS information_4, t0.principal AS principal_5 FROM fields t0 WHERE t0.id = 3 LIMIT 1;
|
12 |
0.34 ms |
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5 FROM users t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5 FROM users t0 WHERE t0.id = 1;
|
13 |
2.41 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3 FROM btags t0 INNER JOIN posts_btags ON t0.id = posts_btags.btags_id WHERE posts_btags.posts_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3 FROM btags t0 INNER JOIN posts_btags ON t0.id = posts_btags.btags_id WHERE posts_btags.posts_id = 3;
|