26.15 ms (78.57%)
|
1 |
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.slug AS slug_2, c0_.excerpt AS excerpt_3, c0_.content AS content_4, c0_.subtitle AS subtitle_5, c0_.published AS published_6, c0_.created_at AS created_at_7, c0_.user_id AS user_id_8, c0_.module_id AS module_id_9 FROM chapters c0_ WHERE c0_.slug = ?
Parameters: [
"bilans-uspeha"
]
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.slug AS slug_2, c0_.excerpt AS excerpt_3, c0_.content AS content_4, c0_.subtitle AS subtitle_5, c0_.published AS published_6, c0_.created_at AS created_at_7, c0_.user_id AS user_id_8, c0_.module_id AS module_id_9 FROM chapters c0_ WHERE c0_.slug = 'bilans-uspeha';
|
2.59 ms (7.79%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.excerpt AS excerpt_4, t0.content AS content_5, t0.subtitle AS subtitle_6, t0.published AS published_7, t0.created_at AS created_at_8, t0.user_id AS user_id_9, t0.module_id AS module_id_10 FROM chapters t0 WHERE t0.module_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.excerpt AS excerpt_4, t0.content AS content_5, t0.subtitle AS subtitle_6, t0.published AS published_7, t0.created_at AS created_at_8, t0.user_id AS user_id_9, t0.module_id AS module_id_10 FROM chapters t0 WHERE t0.module_id = 19;
|
1.53 ms (4.61%)
|
1 |
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.slug AS slug_2, c0_.excerpt AS excerpt_3, c0_.content AS content_4, c0_.subtitle AS subtitle_5, c0_.published AS published_6, c0_.created_at AS created_at_7, c0_.user_id AS user_id_8, c0_.module_id AS module_id_9 FROM chapters c0_ WHERE c0_.id > ? AND c0_.module_id = ? LIMIT 1
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.slug AS slug_2, c0_.excerpt AS excerpt_3, c0_.content AS content_4, c0_.subtitle AS subtitle_5, c0_.published AS published_6, c0_.created_at AS created_at_7, c0_.user_id AS user_id_8, c0_.module_id AS module_id_9 FROM chapters c0_ WHERE c0_.id > 72 AND c0_.module_id = 19 LIMIT 1;
|
0.80 ms (2.39%)
|
1 |
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.slug AS slug_2, c0_.excerpt AS excerpt_3, c0_.content AS content_4, c0_.subtitle AS subtitle_5, c0_.published AS published_6, c0_.created_at AS created_at_7, c0_.user_id AS user_id_8, c0_.module_id AS module_id_9 FROM chapters c0_ WHERE c0_.id < ? AND c0_.module_id = ? ORDER BY c0_.id DESC LIMIT 1
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.slug AS slug_2, c0_.excerpt AS excerpt_3, c0_.content AS content_4, c0_.subtitle AS subtitle_5, c0_.published AS published_6, c0_.created_at AS created_at_7, c0_.user_id AS user_id_8, c0_.module_id AS module_id_9 FROM chapters c0_ WHERE c0_.id < 72 AND c0_.module_id = 19 ORDER BY c0_.id DESC LIMIT 1;
|
0.65 ms (1.94%)
|
1 |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.title AS title_3, t0.slug AS slug_4, t0.content AS content_5, t0.published AS published_6, t0.excerpt AS excerpt_7, t0.subtitle AS subtitle_8, t0.show_on_home AS show_on_home_9, t0.sort_order AS sort_order_10, t0.image_file_name AS image_file_name_11, t0.user_id AS user_id_12, t0.theme_id AS theme_id_13 FROM modules t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.title AS title_3, t0.slug AS slug_4, t0.content AS content_5, t0.published AS published_6, t0.excerpt AS excerpt_7, t0.subtitle AS subtitle_8, t0.show_on_home AS show_on_home_9, t0.sort_order AS sort_order_10, t0.image_file_name AS image_file_name_11, t0.user_id AS user_id_12, t0.theme_id AS theme_id_13 FROM modules t0 WHERE t0.id = 19;
|
0.58 ms (1.74%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.copy AS copy_3, t0.published AS published_4, t0.slug AS slug_5, t0.created_at AS created_at_6, t0.wheel_order AS wheel_order_7, t0.child_wheel_order AS child_wheel_order_8, t0.user_id AS user_id_9, t0.module_id AS module_id_10 FROM tests t0 WHERE t0.module_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.copy AS copy_3, t0.published AS published_4, t0.slug AS slug_5, t0.created_at AS created_at_6, t0.wheel_order AS wheel_order_7, t0.child_wheel_order AS child_wheel_order_8, t0.user_id AS user_id_9, t0.module_id AS module_id_10 FROM tests t0 WHERE t0.module_id = 19;
|
0.53 ms (1.60%)
|
1 |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.title AS title_3, t0.slug AS slug_4, t0.content AS content_5, t0.published AS published_6, t0.excerpt AS excerpt_7, t0.subtitle AS subtitle_8, t0.image_file_name AS image_file_name_9, t0.user_id AS user_id_10, t0.section_id AS section_id_11 FROM themes t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.title AS title_3, t0.slug AS slug_4, t0.content AS content_5, t0.published AS published_6, t0.excerpt AS excerpt_7, t0.subtitle AS subtitle_8, t0.image_file_name AS image_file_name_9, t0.user_id AS user_id_10, t0.section_id AS section_id_11 FROM themes t0 WHERE t0.id = 8;
|
0.45 ms (1.36%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.slug AS slug_4, t0.created_at AS created_at_5, t0.published AS published_6, t0.content AS content_7, t0.excerpt AS excerpt_8, t0.user_id AS user_id_9 FROM sections t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.slug AS slug_4, t0.created_at AS created_at_5, t0.published AS published_6, t0.content AS content_7, t0.excerpt AS excerpt_8, t0.user_id AS user_id_9 FROM sections t0 WHERE t0.id = 2;
|