| 1 |
0.35 ms |
SELECT a0_.updated AS updated_0, a0_.created AS created_1, a0_.date AS date_2, a0_.description AS description_3, a0_.id AS id_4, a0_.major AS major_5, a0_.slug AS slug_6, a0_.title AS title_7, a0_.top AS top_8, a0_.visible AS visible_9, a0_.partner_id AS partner_id_10, a0_.picture_id AS picture_id_11 FROM article a0_ WHERE a0_.visible = ? AND a0_.slug = ?
Parameters: [
1
"une-bijouterie-artisanale"
]
SELECT a0_.updated AS updated_0, a0_.created AS created_1, a0_.date AS date_2, a0_.description AS description_3, a0_.id AS id_4, a0_.major AS major_5, a0_.slug AS slug_6, a0_.title AS title_7, a0_.top AS top_8, a0_.visible AS visible_9, a0_.partner_id AS partner_id_10, a0_.picture_id AS picture_id_11 FROM article a0_ WHERE a0_.visible = 1 AND a0_.slug = 'une-bijouterie-artisanale';
|
| 2 |
0.99 ms |
SELECT a0_.updated AS updated_0, a0_.created AS created_1, a0_.date AS date_2, a0_.description AS description_3, a0_.id AS id_4, a0_.major AS major_5, a0_.slug AS slug_6, a0_.title AS title_7, a0_.top AS top_8, a0_.visible AS visible_9, a0_.partner_id AS partner_id_10, a0_.picture_id AS picture_id_11 FROM article a0_ WHERE a0_.visible = ? AND a0_.id <> ? ORDER BY a0_.date DESC LIMIT 10
SELECT a0_.updated AS updated_0, a0_.created AS created_1, a0_.date AS date_2, a0_.description AS description_3, a0_.id AS id_4, a0_.major AS major_5, a0_.slug AS slug_6, a0_.title AS title_7, a0_.top AS top_8, a0_.visible AS visible_9, a0_.partner_id AS partner_id_10, a0_.picture_id AS picture_id_11 FROM article a0_ WHERE a0_.visible = 1 AND a0_.id <> 27 ORDER BY a0_.date DESC LIMIT 10;
|
| 3 |
5.52 ms |
SELECT v0_.ip AS ip_0, v0_.created AS created_1, v0_.env AS env_2, v0_.id AS id_3, v0_.preview AS preview_4, v0_.article_id AS article_id_5, v0_.event_id AS event_id_6, v0_.partner_id AS partner_id_7, v0_.talent_id AS talent_id_8, v0_.user_id AS user_id_9 FROM view v0_ WHERE v0_.created >= ? AND v0_.ip = ? AND v0_.preview = ? AND v0_.article_id = ?
Parameters: [
"2026-04-16 13:03:16"
"216.73.216.62"
0
27
]
SELECT v0_.ip AS ip_0, v0_.created AS created_1, v0_.env AS env_2, v0_.id AS id_3, v0_.preview AS preview_4, v0_.article_id AS article_id_5, v0_.event_id AS event_id_6, v0_.partner_id AS partner_id_7, v0_.talent_id AS talent_id_8, v0_.user_id AS user_id_9 FROM view v0_ WHERE v0_.created >= '2026-04-16 13:03:16' AND v0_.ip = '216.73.216.62' AND v0_.preview = 0 AND v0_.article_id = 27;
|
| 4 |
0.12 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 5 |
0.33 ms |
INSERT INTO view (ip, created, env, preview, article_id, event_id, partner_id, talent_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
"216.73.216.62"
"2026-04-17 13:03:16"
"site"
0
27
null
null
null
null
]
INSERT INTO view (ip, created, env, preview, article_id, event_id, partner_id, talent_id, user_id) VALUES ('216.73.216.62', '2026-04-17 13:03:16', 'site', 0, 27, NULL, NULL, NULL, NULL);
|
| 6 |
0.29 ms |
"COMMIT"
|
| 7 |
1.40 ms |
SELECT t0.date AS date_1, t0.email AS email_2, t0.phone AS phone_3, t0.site AS site_4, t0.updated AS updated_5, t0.center AS center_6, t0.close AS close_7, t0.created AS created_8, t0.description AS description_9, t0.id AS id_10, t0.name AS name_11, t0.slug AS slug_12, t0.title AS title_13, t0.visible AS visible_14, t0.address_id AS address_id_15, t0.pdf_id AS pdf_id_16, t0.picture_id AS picture_id_17 FROM partner t0 WHERE t0.id = ?
SELECT t0.date AS date_1, t0.email AS email_2, t0.phone AS phone_3, t0.site AS site_4, t0.updated AS updated_5, t0.center AS center_6, t0.close AS close_7, t0.created AS created_8, t0.description AS description_9, t0.id AS id_10, t0.name AS name_11, t0.slug AS slug_12, t0.title AS title_13, t0.visible AS visible_14, t0.address_id AS address_id_15, t0.pdf_id AS pdf_id_16, t0.picture_id AS picture_id_17 FROM partner t0 WHERE t0.id = 22;
|
| 8 |
0.99 ms |
SELECT t0.position AS position_1, t0.updated AS updated_2, t0.created AS created_3, t0.id AS id_4, t0.name AS name_5, t0.article_id AS article_id_6, t0.partner_id AS partner_id_7 FROM file t0 WHERE t0.id = ?
SELECT t0.position AS position_1, t0.updated AS updated_2, t0.created AS created_3, t0.id AS id_4, t0.name AS name_5, t0.article_id AS article_id_6, t0.partner_id AS partner_id_7 FROM file t0 WHERE t0.id = 2365;
|
| 9 |
2.51 ms |
SELECT t0.ip AS ip_1, t0.created AS created_2, t0.env AS env_3, t0.id AS id_4, t0.preview AS preview_5, t0.article_id AS article_id_6, t0.event_id AS event_id_7, t0.partner_id AS partner_id_8, t0.talent_id AS talent_id_9, t0.user_id AS user_id_10 FROM view t0 WHERE t0.article_id = ?
SELECT t0.ip AS ip_1, t0.created AS created_2, t0.env AS env_3, t0.id AS id_4, t0.preview AS preview_5, t0.article_id AS article_id_6, t0.event_id AS event_id_7, t0.partner_id AS partner_id_8, t0.talent_id AS talent_id_9, t0.user_id AS user_id_10 FROM view t0 WHERE t0.article_id = 27;
|
| 10 |
1.12 ms |
SELECT t0.created AS created_1, t0.env AS env_2, t0.id AS id_3, t0.article_id AS article_id_4, t0.event_id AS event_id_5, t0.partner_id AS partner_id_6, t0.publication_id AS publication_id_7, t0.talent_id AS talent_id_8, t0.user_id AS user_id_9 FROM `like` t0 WHERE t0.article_id = ?
SELECT t0.created AS created_1, t0.env AS env_2, t0.id AS id_3, t0.article_id AS article_id_4, t0.event_id AS event_id_5, t0.partner_id AS partner_id_6, t0.publication_id AS publication_id_7, t0.talent_id AS talent_id_8, t0.user_id AS user_id_9 FROM `like` t0 WHERE t0.article_id = 27;
|
| 11 |
0.24 ms |
SELECT t0.position AS position_1, t0.updated AS updated_2, t0.created AS created_3, t0.id AS id_4, t0.name AS name_5, t0.article_id AS article_id_6, t0.partner_id AS partner_id_7 FROM file t0 WHERE t0.article_id = ? ORDER BY t0.position ASC
SELECT t0.position AS position_1, t0.updated AS updated_2, t0.created AS created_3, t0.id AS id_4, t0.name AS name_5, t0.article_id AS article_id_6, t0.partner_id AS partner_id_7 FROM file t0 WHERE t0.article_id = 27 ORDER BY t0.position ASC;
|
| 12 |
0.40 ms |
SELECT v0_.ip AS ip_0, v0_.created AS created_1, v0_.env AS env_2, v0_.id AS id_3, v0_.preview AS preview_4, v0_.article_id AS article_id_5, v0_.event_id AS event_id_6, v0_.partner_id AS partner_id_7, v0_.talent_id AS talent_id_8, v0_.user_id AS user_id_9 FROM view v0_ WHERE v0_.created >= ? AND v0_.ip = ? AND v0_.preview = ? AND v0_.article_id = ?
Parameters: [
"2026-04-16 13:03:16"
"216.73.216.62"
1
499
]
SELECT v0_.ip AS ip_0, v0_.created AS created_1, v0_.env AS env_2, v0_.id AS id_3, v0_.preview AS preview_4, v0_.article_id AS article_id_5, v0_.event_id AS event_id_6, v0_.partner_id AS partner_id_7, v0_.talent_id AS talent_id_8, v0_.user_id AS user_id_9 FROM view v0_ WHERE v0_.created >= '2026-04-16 13:03:16' AND v0_.ip = '216.73.216.62' AND v0_.preview = 1 AND v0_.article_id = 499;
|
| 13 |
0.70 ms |
SELECT v0_.ip AS ip_0, v0_.created AS created_1, v0_.env AS env_2, v0_.id AS id_3, v0_.preview AS preview_4, v0_.article_id AS article_id_5, v0_.event_id AS event_id_6, v0_.partner_id AS partner_id_7, v0_.talent_id AS talent_id_8, v0_.user_id AS user_id_9 FROM view v0_ WHERE v0_.created >= ? AND v0_.ip = ? AND v0_.preview = ? AND v0_.article_id = ?
Parameters: [
"2026-04-16 13:03:16"
"216.73.216.62"
1
498
]
SELECT v0_.ip AS ip_0, v0_.created AS created_1, v0_.env AS env_2, v0_.id AS id_3, v0_.preview AS preview_4, v0_.article_id AS article_id_5, v0_.event_id AS event_id_6, v0_.partner_id AS partner_id_7, v0_.talent_id AS talent_id_8, v0_.user_id AS user_id_9 FROM view v0_ WHERE v0_.created >= '2026-04-16 13:03:16' AND v0_.ip = '216.73.216.62' AND v0_.preview = 1 AND v0_.article_id = 498;
|
| 14 |
0.56 ms |
SELECT v0_.ip AS ip_0, v0_.created AS created_1, v0_.env AS env_2, v0_.id AS id_3, v0_.preview AS preview_4, v0_.article_id AS article_id_5, v0_.event_id AS event_id_6, v0_.partner_id AS partner_id_7, v0_.talent_id AS talent_id_8, v0_.user_id AS user_id_9 FROM view v0_ WHERE v0_.created >= ? AND v0_.ip = ? AND v0_.preview = ? AND v0_.article_id = ?
Parameters: [
"2026-04-16 13:03:16"
"216.73.216.62"
1
497
]
SELECT v0_.ip AS ip_0, v0_.created AS created_1, v0_.env AS env_2, v0_.id AS id_3, v0_.preview AS preview_4, v0_.article_id AS article_id_5, v0_.event_id AS event_id_6, v0_.partner_id AS partner_id_7, v0_.talent_id AS talent_id_8, v0_.user_id AS user_id_9 FROM view v0_ WHERE v0_.created >= '2026-04-16 13:03:16' AND v0_.ip = '216.73.216.62' AND v0_.preview = 1 AND v0_.article_id = 497;
|
| 15 |
0.55 ms |
SELECT v0_.ip AS ip_0, v0_.created AS created_1, v0_.env AS env_2, v0_.id AS id_3, v0_.preview AS preview_4, v0_.article_id AS article_id_5, v0_.event_id AS event_id_6, v0_.partner_id AS partner_id_7, v0_.talent_id AS talent_id_8, v0_.user_id AS user_id_9 FROM view v0_ WHERE v0_.created >= ? AND v0_.ip = ? AND v0_.preview = ? AND v0_.article_id = ?
Parameters: [
"2026-04-16 13:03:16"
"216.73.216.62"
1
495
]
SELECT v0_.ip AS ip_0, v0_.created AS created_1, v0_.env AS env_2, v0_.id AS id_3, v0_.preview AS preview_4, v0_.article_id AS article_id_5, v0_.event_id AS event_id_6, v0_.partner_id AS partner_id_7, v0_.talent_id AS talent_id_8, v0_.user_id AS user_id_9 FROM view v0_ WHERE v0_.created >= '2026-04-16 13:03:16' AND v0_.ip = '216.73.216.62' AND v0_.preview = 1 AND v0_.article_id = 495;
|
| 16 |
0.47 ms |
SELECT v0_.ip AS ip_0, v0_.created AS created_1, v0_.env AS env_2, v0_.id AS id_3, v0_.preview AS preview_4, v0_.article_id AS article_id_5, v0_.event_id AS event_id_6, v0_.partner_id AS partner_id_7, v0_.talent_id AS talent_id_8, v0_.user_id AS user_id_9 FROM view v0_ WHERE v0_.created >= ? AND v0_.ip = ? AND v0_.preview = ? AND v0_.article_id = ?
Parameters: [
"2026-04-16 13:03:16"
"216.73.216.62"
1
496
]
SELECT v0_.ip AS ip_0, v0_.created AS created_1, v0_.env AS env_2, v0_.id AS id_3, v0_.preview AS preview_4, v0_.article_id AS article_id_5, v0_.event_id AS event_id_6, v0_.partner_id AS partner_id_7, v0_.talent_id AS talent_id_8, v0_.user_id AS user_id_9 FROM view v0_ WHERE v0_.created >= '2026-04-16 13:03:16' AND v0_.ip = '216.73.216.62' AND v0_.preview = 1 AND v0_.article_id = 496;
|
| 17 |
0.75 ms |
SELECT v0_.ip AS ip_0, v0_.created AS created_1, v0_.env AS env_2, v0_.id AS id_3, v0_.preview AS preview_4, v0_.article_id AS article_id_5, v0_.event_id AS event_id_6, v0_.partner_id AS partner_id_7, v0_.talent_id AS talent_id_8, v0_.user_id AS user_id_9 FROM view v0_ WHERE v0_.created >= ? AND v0_.ip = ? AND v0_.preview = ? AND v0_.article_id = ?
Parameters: [
"2026-04-16 13:03:16"
"216.73.216.62"
1
494
]
SELECT v0_.ip AS ip_0, v0_.created AS created_1, v0_.env AS env_2, v0_.id AS id_3, v0_.preview AS preview_4, v0_.article_id AS article_id_5, v0_.event_id AS event_id_6, v0_.partner_id AS partner_id_7, v0_.talent_id AS talent_id_8, v0_.user_id AS user_id_9 FROM view v0_ WHERE v0_.created >= '2026-04-16 13:03:16' AND v0_.ip = '216.73.216.62' AND v0_.preview = 1 AND v0_.article_id = 494;
|
| 18 |
0.50 ms |
SELECT v0_.ip AS ip_0, v0_.created AS created_1, v0_.env AS env_2, v0_.id AS id_3, v0_.preview AS preview_4, v0_.article_id AS article_id_5, v0_.event_id AS event_id_6, v0_.partner_id AS partner_id_7, v0_.talent_id AS talent_id_8, v0_.user_id AS user_id_9 FROM view v0_ WHERE v0_.created >= ? AND v0_.ip = ? AND v0_.preview = ? AND v0_.article_id = ?
Parameters: [
"2026-04-16 13:03:16"
"216.73.216.62"
1
492
]
SELECT v0_.ip AS ip_0, v0_.created AS created_1, v0_.env AS env_2, v0_.id AS id_3, v0_.preview AS preview_4, v0_.article_id AS article_id_5, v0_.event_id AS event_id_6, v0_.partner_id AS partner_id_7, v0_.talent_id AS talent_id_8, v0_.user_id AS user_id_9 FROM view v0_ WHERE v0_.created >= '2026-04-16 13:03:16' AND v0_.ip = '216.73.216.62' AND v0_.preview = 1 AND v0_.article_id = 492;
|
| 19 |
0.30 ms |
SELECT v0_.ip AS ip_0, v0_.created AS created_1, v0_.env AS env_2, v0_.id AS id_3, v0_.preview AS preview_4, v0_.article_id AS article_id_5, v0_.event_id AS event_id_6, v0_.partner_id AS partner_id_7, v0_.talent_id AS talent_id_8, v0_.user_id AS user_id_9 FROM view v0_ WHERE v0_.created >= ? AND v0_.ip = ? AND v0_.preview = ? AND v0_.article_id = ?
Parameters: [
"2026-04-16 13:03:16"
"216.73.216.62"
1
493
]
SELECT v0_.ip AS ip_0, v0_.created AS created_1, v0_.env AS env_2, v0_.id AS id_3, v0_.preview AS preview_4, v0_.article_id AS article_id_5, v0_.event_id AS event_id_6, v0_.partner_id AS partner_id_7, v0_.talent_id AS talent_id_8, v0_.user_id AS user_id_9 FROM view v0_ WHERE v0_.created >= '2026-04-16 13:03:16' AND v0_.ip = '216.73.216.62' AND v0_.preview = 1 AND v0_.article_id = 493;
|
| 20 |
0.44 ms |
SELECT v0_.ip AS ip_0, v0_.created AS created_1, v0_.env AS env_2, v0_.id AS id_3, v0_.preview AS preview_4, v0_.article_id AS article_id_5, v0_.event_id AS event_id_6, v0_.partner_id AS partner_id_7, v0_.talent_id AS talent_id_8, v0_.user_id AS user_id_9 FROM view v0_ WHERE v0_.created >= ? AND v0_.ip = ? AND v0_.preview = ? AND v0_.article_id = ?
Parameters: [
"2026-04-16 13:03:16"
"216.73.216.62"
1
491
]
SELECT v0_.ip AS ip_0, v0_.created AS created_1, v0_.env AS env_2, v0_.id AS id_3, v0_.preview AS preview_4, v0_.article_id AS article_id_5, v0_.event_id AS event_id_6, v0_.partner_id AS partner_id_7, v0_.talent_id AS talent_id_8, v0_.user_id AS user_id_9 FROM view v0_ WHERE v0_.created >= '2026-04-16 13:03:16' AND v0_.ip = '216.73.216.62' AND v0_.preview = 1 AND v0_.article_id = 491;
|
| 21 |
0.59 ms |
SELECT v0_.ip AS ip_0, v0_.created AS created_1, v0_.env AS env_2, v0_.id AS id_3, v0_.preview AS preview_4, v0_.article_id AS article_id_5, v0_.event_id AS event_id_6, v0_.partner_id AS partner_id_7, v0_.talent_id AS talent_id_8, v0_.user_id AS user_id_9 FROM view v0_ WHERE v0_.created >= ? AND v0_.ip = ? AND v0_.preview = ? AND v0_.article_id = ?
Parameters: [
"2026-04-16 13:03:16"
"216.73.216.62"
1
490
]
SELECT v0_.ip AS ip_0, v0_.created AS created_1, v0_.env AS env_2, v0_.id AS id_3, v0_.preview AS preview_4, v0_.article_id AS article_id_5, v0_.event_id AS event_id_6, v0_.partner_id AS partner_id_7, v0_.talent_id AS talent_id_8, v0_.user_id AS user_id_9 FROM view v0_ WHERE v0_.created >= '2026-04-16 13:03:16' AND v0_.ip = '216.73.216.62' AND v0_.preview = 1 AND v0_.article_id = 490;
|
| 22 |
0.08 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 23 |
0.25 ms |
INSERT INTO view (ip, created, env, preview, article_id, event_id, partner_id, talent_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
"216.73.216.62"
"2026-04-17 13:03:16"
"site"
1
499
null
null
null
null
]
INSERT INTO view (ip, created, env, preview, article_id, event_id, partner_id, talent_id, user_id) VALUES ('216.73.216.62', '2026-04-17 13:03:16', 'site', 1, 499, NULL, NULL, NULL, NULL);
|
| 24 |
0.17 ms |
INSERT INTO view (ip, created, env, preview, article_id, event_id, partner_id, talent_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
"216.73.216.62"
"2026-04-17 13:03:16"
"site"
1
498
null
null
null
null
]
INSERT INTO view (ip, created, env, preview, article_id, event_id, partner_id, talent_id, user_id) VALUES ('216.73.216.62', '2026-04-17 13:03:16', 'site', 1, 498, NULL, NULL, NULL, NULL);
|
| 25 |
0.15 ms |
INSERT INTO view (ip, created, env, preview, article_id, event_id, partner_id, talent_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
"216.73.216.62"
"2026-04-17 13:03:16"
"site"
1
497
null
null
null
null
]
INSERT INTO view (ip, created, env, preview, article_id, event_id, partner_id, talent_id, user_id) VALUES ('216.73.216.62', '2026-04-17 13:03:16', 'site', 1, 497, NULL, NULL, NULL, NULL);
|
| 26 |
0.16 ms |
INSERT INTO view (ip, created, env, preview, article_id, event_id, partner_id, talent_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
"216.73.216.62"
"2026-04-17 13:03:16"
"site"
1
495
null
null
null
null
]
INSERT INTO view (ip, created, env, preview, article_id, event_id, partner_id, talent_id, user_id) VALUES ('216.73.216.62', '2026-04-17 13:03:16', 'site', 1, 495, NULL, NULL, NULL, NULL);
|
| 27 |
0.15 ms |
INSERT INTO view (ip, created, env, preview, article_id, event_id, partner_id, talent_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
"216.73.216.62"
"2026-04-17 13:03:16"
"site"
1
496
null
null
null
null
]
INSERT INTO view (ip, created, env, preview, article_id, event_id, partner_id, talent_id, user_id) VALUES ('216.73.216.62', '2026-04-17 13:03:16', 'site', 1, 496, NULL, NULL, NULL, NULL);
|
| 28 |
0.14 ms |
INSERT INTO view (ip, created, env, preview, article_id, event_id, partner_id, talent_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
"216.73.216.62"
"2026-04-17 13:03:16"
"site"
1
494
null
null
null
null
]
INSERT INTO view (ip, created, env, preview, article_id, event_id, partner_id, talent_id, user_id) VALUES ('216.73.216.62', '2026-04-17 13:03:16', 'site', 1, 494, NULL, NULL, NULL, NULL);
|
| 29 |
0.13 ms |
INSERT INTO view (ip, created, env, preview, article_id, event_id, partner_id, talent_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
"216.73.216.62"
"2026-04-17 13:03:16"
"site"
1
492
null
null
null
null
]
INSERT INTO view (ip, created, env, preview, article_id, event_id, partner_id, talent_id, user_id) VALUES ('216.73.216.62', '2026-04-17 13:03:16', 'site', 1, 492, NULL, NULL, NULL, NULL);
|
| 30 |
0.13 ms |
INSERT INTO view (ip, created, env, preview, article_id, event_id, partner_id, talent_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
"216.73.216.62"
"2026-04-17 13:03:16"
"site"
1
493
null
null
null
null
]
INSERT INTO view (ip, created, env, preview, article_id, event_id, partner_id, talent_id, user_id) VALUES ('216.73.216.62', '2026-04-17 13:03:16', 'site', 1, 493, NULL, NULL, NULL, NULL);
|
| 31 |
0.13 ms |
INSERT INTO view (ip, created, env, preview, article_id, event_id, partner_id, talent_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
"216.73.216.62"
"2026-04-17 13:03:16"
"site"
1
491
null
null
null
null
]
INSERT INTO view (ip, created, env, preview, article_id, event_id, partner_id, talent_id, user_id) VALUES ('216.73.216.62', '2026-04-17 13:03:16', 'site', 1, 491, NULL, NULL, NULL, NULL);
|
| 32 |
0.13 ms |
INSERT INTO view (ip, created, env, preview, article_id, event_id, partner_id, talent_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
"216.73.216.62"
"2026-04-17 13:03:16"
"site"
1
490
null
null
null
null
]
INSERT INTO view (ip, created, env, preview, article_id, event_id, partner_id, talent_id, user_id) VALUES ('216.73.216.62', '2026-04-17 13:03:16', 'site', 1, 490, NULL, NULL, NULL, NULL);
|
| 33 |
0.26 ms |
"COMMIT"
|
| 34 |
0.15 ms |
SELECT t0.position AS position_1, t0.updated AS updated_2, t0.created AS created_3, t0.id AS id_4, t0.name AS name_5, t0.article_id AS article_id_6, t0.partner_id AS partner_id_7 FROM file t0 WHERE t0.id = ?
SELECT t0.position AS position_1, t0.updated AS updated_2, t0.created AS created_3, t0.id AS id_4, t0.name AS name_5, t0.article_id AS article_id_6, t0.partner_id AS partner_id_7 FROM file t0 WHERE t0.id = 9653;
|
| 35 |
0.12 ms |
SELECT t0.position AS position_1, t0.updated AS updated_2, t0.created AS created_3, t0.id AS id_4, t0.name AS name_5, t0.article_id AS article_id_6, t0.partner_id AS partner_id_7 FROM file t0 WHERE t0.id = ?
SELECT t0.position AS position_1, t0.updated AS updated_2, t0.created AS created_3, t0.id AS id_4, t0.name AS name_5, t0.article_id AS article_id_6, t0.partner_id AS partner_id_7 FROM file t0 WHERE t0.id = 9634;
|
| 36 |
0.16 ms |
SELECT t0.date AS date_1, t0.email AS email_2, t0.phone AS phone_3, t0.site AS site_4, t0.updated AS updated_5, t0.center AS center_6, t0.close AS close_7, t0.created AS created_8, t0.description AS description_9, t0.id AS id_10, t0.name AS name_11, t0.slug AS slug_12, t0.title AS title_13, t0.visible AS visible_14, t0.address_id AS address_id_15, t0.pdf_id AS pdf_id_16, t0.picture_id AS picture_id_17 FROM partner t0 WHERE t0.id = ?
SELECT t0.date AS date_1, t0.email AS email_2, t0.phone AS phone_3, t0.site AS site_4, t0.updated AS updated_5, t0.center AS center_6, t0.close AS close_7, t0.created AS created_8, t0.description AS description_9, t0.id AS id_10, t0.name AS name_11, t0.slug AS slug_12, t0.title AS title_13, t0.visible AS visible_14, t0.address_id AS address_id_15, t0.pdf_id AS pdf_id_16, t0.picture_id AS picture_id_17 FROM partner t0 WHERE t0.id = 269;
|
| 37 |
0.12 ms |
SELECT t0.position AS position_1, t0.updated AS updated_2, t0.created AS created_3, t0.id AS id_4, t0.name AS name_5, t0.article_id AS article_id_6, t0.partner_id AS partner_id_7 FROM file t0 WHERE t0.id = ?
SELECT t0.position AS position_1, t0.updated AS updated_2, t0.created AS created_3, t0.id AS id_4, t0.name AS name_5, t0.article_id AS article_id_6, t0.partner_id AS partner_id_7 FROM file t0 WHERE t0.id = 9617;
|
| 38 |
0.12 ms |
SELECT t0.position AS position_1, t0.updated AS updated_2, t0.created AS created_3, t0.id AS id_4, t0.name AS name_5, t0.article_id AS article_id_6, t0.partner_id AS partner_id_7 FROM file t0 WHERE t0.id = ?
SELECT t0.position AS position_1, t0.updated AS updated_2, t0.created AS created_3, t0.id AS id_4, t0.name AS name_5, t0.article_id AS article_id_6, t0.partner_id AS partner_id_7 FROM file t0 WHERE t0.id = 9592;
|
| 39 |
0.12 ms |
SELECT t0.position AS position_1, t0.updated AS updated_2, t0.created AS created_3, t0.id AS id_4, t0.name AS name_5, t0.article_id AS article_id_6, t0.partner_id AS partner_id_7 FROM file t0 WHERE t0.id = ?
SELECT t0.position AS position_1, t0.updated AS updated_2, t0.created AS created_3, t0.id AS id_4, t0.name AS name_5, t0.article_id AS article_id_6, t0.partner_id AS partner_id_7 FROM file t0 WHERE t0.id = 9603;
|
| 40 |
0.15 ms |
SELECT t0.date AS date_1, t0.email AS email_2, t0.phone AS phone_3, t0.site AS site_4, t0.updated AS updated_5, t0.center AS center_6, t0.close AS close_7, t0.created AS created_8, t0.description AS description_9, t0.id AS id_10, t0.name AS name_11, t0.slug AS slug_12, t0.title AS title_13, t0.visible AS visible_14, t0.address_id AS address_id_15, t0.pdf_id AS pdf_id_16, t0.picture_id AS picture_id_17 FROM partner t0 WHERE t0.id = ?
SELECT t0.date AS date_1, t0.email AS email_2, t0.phone AS phone_3, t0.site AS site_4, t0.updated AS updated_5, t0.center AS center_6, t0.close AS close_7, t0.created AS created_8, t0.description AS description_9, t0.id AS id_10, t0.name AS name_11, t0.slug AS slug_12, t0.title AS title_13, t0.visible AS visible_14, t0.address_id AS address_id_15, t0.pdf_id AS pdf_id_16, t0.picture_id AS picture_id_17 FROM partner t0 WHERE t0.id = 170;
|
| 41 |
0.12 ms |
SELECT t0.position AS position_1, t0.updated AS updated_2, t0.created AS created_3, t0.id AS id_4, t0.name AS name_5, t0.article_id AS article_id_6, t0.partner_id AS partner_id_7 FROM file t0 WHERE t0.id = ?
SELECT t0.position AS position_1, t0.updated AS updated_2, t0.created AS created_3, t0.id AS id_4, t0.name AS name_5, t0.article_id AS article_id_6, t0.partner_id AS partner_id_7 FROM file t0 WHERE t0.id = 9573;
|
| 42 |
0.12 ms |
SELECT t0.position AS position_1, t0.updated AS updated_2, t0.created AS created_3, t0.id AS id_4, t0.name AS name_5, t0.article_id AS article_id_6, t0.partner_id AS partner_id_7 FROM file t0 WHERE t0.id = ?
SELECT t0.position AS position_1, t0.updated AS updated_2, t0.created AS created_3, t0.id AS id_4, t0.name AS name_5, t0.article_id AS article_id_6, t0.partner_id AS partner_id_7 FROM file t0 WHERE t0.id = 9534;
|
| 43 |
0.12 ms |
SELECT t0.position AS position_1, t0.updated AS updated_2, t0.created AS created_3, t0.id AS id_4, t0.name AS name_5, t0.article_id AS article_id_6, t0.partner_id AS partner_id_7 FROM file t0 WHERE t0.id = ?
SELECT t0.position AS position_1, t0.updated AS updated_2, t0.created AS created_3, t0.id AS id_4, t0.name AS name_5, t0.article_id AS article_id_6, t0.partner_id AS partner_id_7 FROM file t0 WHERE t0.id = 9545;
|
| 44 |
0.14 ms |
SELECT t0.date AS date_1, t0.email AS email_2, t0.phone AS phone_3, t0.site AS site_4, t0.updated AS updated_5, t0.center AS center_6, t0.close AS close_7, t0.created AS created_8, t0.description AS description_9, t0.id AS id_10, t0.name AS name_11, t0.slug AS slug_12, t0.title AS title_13, t0.visible AS visible_14, t0.address_id AS address_id_15, t0.pdf_id AS pdf_id_16, t0.picture_id AS picture_id_17 FROM partner t0 WHERE t0.id = ?
SELECT t0.date AS date_1, t0.email AS email_2, t0.phone AS phone_3, t0.site AS site_4, t0.updated AS updated_5, t0.center AS center_6, t0.close AS close_7, t0.created AS created_8, t0.description AS description_9, t0.id AS id_10, t0.name AS name_11, t0.slug AS slug_12, t0.title AS title_13, t0.visible AS visible_14, t0.address_id AS address_id_15, t0.pdf_id AS pdf_id_16, t0.picture_id AS picture_id_17 FROM partner t0 WHERE t0.id = 56;
|
| 45 |
0.12 ms |
SELECT t0.position AS position_1, t0.updated AS updated_2, t0.created AS created_3, t0.id AS id_4, t0.name AS name_5, t0.article_id AS article_id_6, t0.partner_id AS partner_id_7 FROM file t0 WHERE t0.id = ?
SELECT t0.position AS position_1, t0.updated AS updated_2, t0.created AS created_3, t0.id AS id_4, t0.name AS name_5, t0.article_id AS article_id_6, t0.partner_id AS partner_id_7 FROM file t0 WHERE t0.id = 9512;
|
| 46 |
0.14 ms |
SELECT t0.date AS date_1, t0.email AS email_2, t0.phone AS phone_3, t0.site AS site_4, t0.updated AS updated_5, t0.center AS center_6, t0.close AS close_7, t0.created AS created_8, t0.description AS description_9, t0.id AS id_10, t0.name AS name_11, t0.slug AS slug_12, t0.title AS title_13, t0.visible AS visible_14, t0.address_id AS address_id_15, t0.pdf_id AS pdf_id_16, t0.picture_id AS picture_id_17 FROM partner t0 WHERE t0.id = ?
SELECT t0.date AS date_1, t0.email AS email_2, t0.phone AS phone_3, t0.site AS site_4, t0.updated AS updated_5, t0.center AS center_6, t0.close AS close_7, t0.created AS created_8, t0.description AS description_9, t0.id AS id_10, t0.name AS name_11, t0.slug AS slug_12, t0.title AS title_13, t0.visible AS visible_14, t0.address_id AS address_id_15, t0.pdf_id AS pdf_id_16, t0.picture_id AS picture_id_17 FROM partner t0 WHERE t0.id = 216;
|
| 47 |
0.12 ms |
SELECT t0.position AS position_1, t0.updated AS updated_2, t0.created AS created_3, t0.id AS id_4, t0.name AS name_5, t0.article_id AS article_id_6, t0.partner_id AS partner_id_7 FROM file t0 WHERE t0.id = ?
SELECT t0.position AS position_1, t0.updated AS updated_2, t0.created AS created_3, t0.id AS id_4, t0.name AS name_5, t0.article_id AS article_id_6, t0.partner_id AS partner_id_7 FROM file t0 WHERE t0.id = 9463;
|
| 48 |
0.14 ms |
SELECT t0.date AS date_1, t0.email AS email_2, t0.phone AS phone_3, t0.site AS site_4, t0.updated AS updated_5, t0.center AS center_6, t0.close AS close_7, t0.created AS created_8, t0.description AS description_9, t0.id AS id_10, t0.name AS name_11, t0.slug AS slug_12, t0.title AS title_13, t0.visible AS visible_14, t0.address_id AS address_id_15, t0.pdf_id AS pdf_id_16, t0.picture_id AS picture_id_17 FROM partner t0 WHERE t0.id = ?
SELECT t0.date AS date_1, t0.email AS email_2, t0.phone AS phone_3, t0.site AS site_4, t0.updated AS updated_5, t0.center AS center_6, t0.close AS close_7, t0.created AS created_8, t0.description AS description_9, t0.id AS id_10, t0.name AS name_11, t0.slug AS slug_12, t0.title AS title_13, t0.visible AS visible_14, t0.address_id AS address_id_15, t0.pdf_id AS pdf_id_16, t0.picture_id AS picture_id_17 FROM partner t0 WHERE t0.id = 73;
|