| 1 |
0.91 ms |
SELECT t0_.id AS id_0, t0_.created_at AS created_at_1, t0_.title AS title_2, t0_.slug AS slug_3, t0_.content AS content_4, t0_.published AS published_5, t0_.excerpt AS excerpt_6, t0_.subtitle AS subtitle_7, t0_.image_file_name AS image_file_name_8, t0_.user_id AS user_id_9, t0_.section_id AS section_id_10 FROM themes t0_ WHERE t0_.slug = ?
Parameters: [
"registracija-pravnog-lica"
]
SELECT t0_.id AS id_0, t0_.created_at AS created_at_1, t0_.title AS title_2, t0_.slug AS slug_3, t0_.content AS content_4, t0_.published AS published_5, t0_.excerpt AS excerpt_6, t0_.subtitle AS subtitle_7, t0_.image_file_name AS image_file_name_8, t0_.user_id AS user_id_9, t0_.section_id AS section_id_10 FROM themes t0_ WHERE t0_.slug = 'registracija-pravnog-lica';
|
| 2 |
1.30 ms |
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.theme_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.theme_id = 5;
|
| 3 |
1.32 ms |
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 = 12;
|
| 4 |
2.31 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.answers AS answers_3, t0.created_at AS created_at_4, t0.published AS published_5, t0.test_id AS test_id_6, t0.user_id AS user_id_7 FROM questions t0 WHERE t0.test_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.answers AS answers_3, t0.created_at AS created_at_4, t0.published AS published_5, t0.test_id AS test_id_6, t0.user_id AS user_id_7 FROM questions t0 WHERE t0.test_id = 36;
|
| 5 |
1.23 ms |
SELECT b0_.id AS id_0, b0_.created_at AS created_at_1, b0_.name AS name_2, b0_.level AS level_3, b0_.user_id AS user_id_4, b0_.module_id AS module_id_5, b0_.test_id AS test_id_6, b0_.theme_id AS theme_id_7, b0_.section_id AS section_id_8 FROM badges b0_ WHERE b0_.user_id = ? AND b0_.module_id = ? ORDER BY b0_.level ASC LIMIT 1
SELECT b0_.id AS id_0, b0_.created_at AS created_at_1, b0_.name AS name_2, b0_.level AS level_3, b0_.user_id AS user_id_4, b0_.module_id AS module_id_5, b0_.test_id AS test_id_6, b0_.theme_id AS theme_id_7, b0_.section_id AS section_id_8 FROM badges b0_ WHERE b0_.user_id = NULL AND b0_.module_id = 12 ORDER BY b0_.level ASC LIMIT 1;
|
| 6 |
1.01 ms |
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;
|
| 7 |
5.48 ms |
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 = 12;
|