27.22 ms (80.16%)
|
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: [
"rukovanje-gotovinom"
]
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 = 'rukovanje-gotovinom';
|
1.74 ms (5.11%)
|
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 = 20;
|
1.06 ms (3.13%)
|
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 < 76 AND c0_.module_id = 20 ORDER BY c0_.id DESC LIMIT 1;
|
0.97 ms (2.86%)
|
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 = 9;
|
0.84 ms (2.46%)
|
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 = 20;
|
0.76 ms (2.23%)
|
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 > 76 AND c0_.module_id = 20 LIMIT 1;
|
0.70 ms (2.06%)
|
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 = 20;
|
0.67 ms (1.98%)
|
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 = 1;
|