| 1 |
0.36 ms |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.value AS value_2, s0_.description AS description_3 FROM system_setting s0_ WHERE s0_.name = ?
Parameters: [
"api.gocad.username"
]
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.value AS value_2, s0_.description AS description_3 FROM system_setting s0_ WHERE s0_.name = 'api.gocad.username';
|
| 2 |
0.17 ms |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.value AS value_2, s0_.description AS description_3 FROM system_setting s0_ WHERE s0_.name = ?
Parameters: [
"api.gocad.password"
]
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.value AS value_2, s0_.description AS description_3 FROM system_setting s0_ WHERE s0_.name = 'api.gocad.password';
|
| 3 |
0.37 ms |
SELECT p0_.id AS id_0, p0_.created_at AS created_at_1, p0_.updated_at AS updated_at_2, p0_.page AS page_3, p0_.title AS title_4, p0_.text AS text_5, p0_.active AS active_6, p0_.url AS url_7, p0_.local AS local_8, p0_.limit_date AS limit_date_9, p0_.created_by_id AS created_by_id_10 FROM publicite p0_ WHERE p0_.active = ? AND (p0_.limit_date IS NULL OR p0_.limit_date > ?) AND p0_.local = ?
Parameters: [
1
"2026-04-15 20:56:39"
"side_bar"
]
SELECT p0_.id AS id_0, p0_.created_at AS created_at_1, p0_.updated_at AS updated_at_2, p0_.page AS page_3, p0_.title AS title_4, p0_.text AS text_5, p0_.active AS active_6, p0_.url AS url_7, p0_.local AS local_8, p0_.limit_date AS limit_date_9, p0_.created_by_id AS created_by_id_10 FROM publicite p0_ WHERE p0_.active = 1 AND (p0_.limit_date IS NULL OR p0_.limit_date > '2026-04-15 20:56:39') AND p0_.local = 'side_bar';
|
| 4 |
0.24 ms |
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.description AS description_2, t0_.created_at AS created_at_3, t0_.data AS data_4, t0_.top_target AS top_target_5, t0_.expiration_date AS expiration_date_6, t0_.type_id AS type_id_7, t0_.created_by_id AS created_by_id_8, t0_.network_id AS network_id_9 FROM target t0_ WHERE t0_.network_id IS NULL AND t0_.type_id IN (?, ?) AND t0_.top_target = ? AND (t0_.expiration_date IS NULL OR t0_.expiration_date >= ?) ORDER BY t0_.created_at DESC
Parameters: [
1
2
1
"2026-04-15"
]
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.description AS description_2, t0_.created_at AS created_at_3, t0_.data AS data_4, t0_.top_target AS top_target_5, t0_.expiration_date AS expiration_date_6, t0_.type_id AS type_id_7, t0_.created_by_id AS created_by_id_8, t0_.network_id AS network_id_9 FROM target t0_ WHERE t0_.network_id IS NULL AND t0_.type_id IN (1, 2) AND t0_.top_target = 1 AND (t0_.expiration_date IS NULL OR t0_.expiration_date >= '2026-04-15') ORDER BY t0_.created_at DESC;
|
| 5 |
0.52 ms |
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.description AS description_2, t0_.created_at AS created_at_3, t0_.data AS data_4, t0_.top_target AS top_target_5, t0_.expiration_date AS expiration_date_6, t0_.type_id AS type_id_7, t0_.created_by_id AS created_by_id_8, t0_.network_id AS network_id_9 FROM target t0_ WHERE t0_.network_id IS NULL AND t0_.type_id IN (?, ?) AND t0_.top_target = ? AND (t0_.expiration_date IS NULL OR t0_.expiration_date >= ?) ORDER BY t0_.created_at DESC
Parameters: [
1
2
0
"2026-04-15"
]
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.description AS description_2, t0_.created_at AS created_at_3, t0_.data AS data_4, t0_.top_target AS top_target_5, t0_.expiration_date AS expiration_date_6, t0_.type_id AS type_id_7, t0_.created_by_id AS created_by_id_8, t0_.network_id AS network_id_9 FROM target t0_ WHERE t0_.network_id IS NULL AND t0_.type_id IN (1, 2) AND t0_.top_target = 0 AND (t0_.expiration_date IS NULL OR t0_.expiration_date >= '2026-04-15') ORDER BY t0_.created_at DESC;
|
| 6 |
0.21 ms |
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.description AS description_2, t0_.created_at AS created_at_3, t0_.data AS data_4, t0_.top_target AS top_target_5, t0_.expiration_date AS expiration_date_6, t0_.type_id AS type_id_7, t0_.created_by_id AS created_by_id_8, t0_.network_id AS network_id_9 FROM target t0_ WHERE t0_.network_id IS NULL AND t0_.type_id IN (?, ?) AND t0_.top_target = ? AND t0_.created_by_id IS NULL AND (t0_.expiration_date IS NULL OR t0_.expiration_date >= ?) ORDER BY t0_.created_at DESC
Parameters: [
1
2
0
"2026-04-15"
]
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.description AS description_2, t0_.created_at AS created_at_3, t0_.data AS data_4, t0_.top_target AS top_target_5, t0_.expiration_date AS expiration_date_6, t0_.type_id AS type_id_7, t0_.created_by_id AS created_by_id_8, t0_.network_id AS network_id_9 FROM target t0_ WHERE t0_.network_id IS NULL AND t0_.type_id IN (1, 2) AND t0_.top_target = 0 AND t0_.created_by_id IS NULL AND (t0_.expiration_date IS NULL OR t0_.expiration_date >= '2026-04-15') ORDER BY t0_.created_at DESC;
|