70.55 ms (54.56%)
|
1 |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.slug AS slug_2, p0_.created_at AS created_at_3, p0_.subtitle AS subtitle_4, p0_.content AS content_5, p0_.published AS published_6, p0_.excerpt AS excerpt_7, p0_.show_on_home AS show_on_home_8, p0_.sort_order AS sort_order_9, p0_.image_file_name AS image_file_name_10, p0_.user_id AS user_id_11 FROM pages p0_ WHERE p0_.show_on_home = ? ORDER BY p0_.sort_order ASC
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.slug AS slug_2, p0_.created_at AS created_at_3, p0_.subtitle AS subtitle_4, p0_.content AS content_5, p0_.published AS published_6, p0_.excerpt AS excerpt_7, p0_.show_on_home AS show_on_home_8, p0_.sort_order AS sort_order_9, p0_.image_file_name AS image_file_name_10, p0_.user_id AS user_id_11 FROM pages p0_ WHERE p0_.show_on_home = 1 ORDER BY p0_.sort_order ASC;
|
34.44 ms (26.63%)
|
6 |
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 = 1;
|
10.32 ms (7.98%)
|
1 |
SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.copy AS copy_2, t0_.published AS published_3, t0_.slug AS slug_4, t0_.created_at AS created_at_5, t0_.wheel_order AS wheel_order_6, t0_.child_wheel_order AS child_wheel_order_7, t0_.user_id AS user_id_8, t0_.module_id AS module_id_9 FROM tests t0_ WHERE t0_.wheel_order IS NOT NULL
SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.copy AS copy_2, t0_.published AS published_3, t0_.slug AS slug_4, t0_.created_at AS created_at_5, t0_.wheel_order AS wheel_order_6, t0_.child_wheel_order AS child_wheel_order_7, t0_.user_id AS user_id_8, t0_.module_id AS module_id_9 FROM tests t0_ WHERE t0_.wheel_order IS NOT NULL;
|
8.21 ms (6.35%)
|
8 |
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 = 1;
|
3.24 ms (2.50%)
|
3 |
SELECT t0.id AS id_1, t0.created AS created_2, t0.roles AS roles_3, t0.verified AS verified_4, t0.agreement AS agreement_5, t0.username AS username_6, t0.email AS email_7, t0.password AS password_8, t0.birthyear AS birthyear_9, t0.residence AS residence_10, t0.last_active AS last_active_11, t0.is_subscribed AS is_subscribed_12 FROM users t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.created AS created_2, t0.roles AS roles_3, t0.verified AS verified_4, t0.agreement AS agreement_5, t0.username AS username_6, t0.email AS email_7, t0.password AS password_8, t0.birthyear AS birthyear_9, t0.residence AS residence_10, t0.last_active AS last_active_11, t0.is_subscribed AS is_subscribed_12 FROM users t0 WHERE t0.id = 6022;
|
1.35 ms (1.04%)
|
1 |
SELECT m0_.id AS id_0, m0_.created_at AS created_at_1, m0_.title AS title_2, m0_.slug AS slug_3, m0_.content AS content_4, m0_.published AS published_5, m0_.excerpt AS excerpt_6, m0_.subtitle AS subtitle_7, m0_.show_on_home AS show_on_home_8, m0_.sort_order AS sort_order_9, m0_.image_file_name AS image_file_name_10, m0_.user_id AS user_id_11, m0_.theme_id AS theme_id_12 FROM modules m0_ WHERE m0_.show_on_home = ? ORDER BY m0_.sort_order ASC
SELECT m0_.id AS id_0, m0_.created_at AS created_at_1, m0_.title AS title_2, m0_.slug AS slug_3, m0_.content AS content_4, m0_.published AS published_5, m0_.excerpt AS excerpt_6, m0_.subtitle AS subtitle_7, m0_.show_on_home AS show_on_home_8, m0_.sort_order AS sort_order_9, m0_.image_file_name AS image_file_name_10, m0_.user_id AS user_id_11, m0_.theme_id AS theme_id_12 FROM modules m0_ WHERE m0_.show_on_home = 1 ORDER BY m0_.sort_order ASC;
|
1.20 ms (0.93%)
|
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_ ORDER BY b0_.id DESC LIMIT 3
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_ ORDER BY b0_.id DESC LIMIT 3;
|