| 1 |
0.26 ms |
SELECT r0_.id AS id_0, r0_.source_path AS source_path_1, r0_.target_path AS target_path_2, r0_.status_code AS status_code_3, r0_.is_active AS is_active_4, r0_.hit_count AS hit_count_5, r0_.created_at AS created_at_6 FROM redirect r0_ WHERE r0_.source_path = ? AND r0_.is_active = ?
Parameters: [
"/migrace-celeho-zfs-poolu-ze-serveru-na-server-freebsd"
1
]
SELECT r0_.id AS id_0, r0_.source_path AS source_path_1, r0_.target_path AS target_path_2, r0_.status_code AS status_code_3, r0_.is_active AS is_active_4, r0_.hit_count AS hit_count_5, r0_.created_at AS created_at_6 FROM redirect r0_ WHERE r0_.source_path = '/migrace-celeho-zfs-poolu-ze-serveru-na-server-freebsd' AND r0_.is_active = 1;
|
| 2 |
0.44 ms |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.slug AS slug_2, p0_.content AS content_3, p0_.content_html AS content_html_4, p0_.meta_title AS meta_title_5, p0_.meta_description AS meta_description_6, p0_.og_image AS og_image_7, p0_.is_published AS is_published_8, p0_.sort_order AS sort_order_9, p0_.created_at AS created_at_10, p0_.updated_at AS updated_at_11 FROM page p0_ WHERE p0_.slug = ? AND p0_.is_published = ?
Parameters: [
"migrace-celeho-zfs-poolu-ze-serveru-na-server-freebsd"
1
]
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.slug AS slug_2, p0_.content AS content_3, p0_.content_html AS content_html_4, p0_.meta_title AS meta_title_5, p0_.meta_description AS meta_description_6, p0_.og_image AS og_image_7, p0_.is_published AS is_published_8, p0_.sort_order AS sort_order_9, p0_.created_at AS created_at_10, p0_.updated_at AS updated_at_11 FROM page p0_ WHERE p0_.slug = 'migrace-celeho-zfs-poolu-ze-serveru-na-server-freebsd' AND p0_.is_published = 1;
|