| 1 |
0.45 ms |
SELECT t0.id AS id_1, t0.setting_key AS setting_key_2, t0.value AS value_3, t0.setting_group AS setting_group_4, t0.comment AS comment_5 FROM setting t0 WHERE t0.setting_key = ? LIMIT 1
Parameters: [
"MAINTENANCE"
]
SELECT t0.id AS id_1, t0.setting_key AS setting_key_2, t0.value AS value_3, t0.setting_group AS setting_group_4, t0.comment AS comment_5 FROM setting t0 WHERE t0.setting_key = 'MAINTENANCE' LIMIT 1;
|
| 2 |
0.38 ms |
SELECT t0.id AS id_1, t0.setting_key AS setting_key_2, t0.value AS value_3, t0.setting_group AS setting_group_4, t0.comment AS comment_5 FROM setting t0 WHERE t0.setting_key = ? LIMIT 1
Parameters: [
"ACTIVE_TEMPLATE"
]
SELECT t0.id AS id_1, t0.setting_key AS setting_key_2, t0.value AS value_3, t0.setting_group AS setting_group_4, t0.comment AS comment_5 FROM setting t0 WHERE t0.setting_key = 'ACTIVE_TEMPLATE' LIMIT 1;
|
| 3 |
0.38 ms |
SELECT t0.id AS id_1, t0.file_name AS file_name_2, t0.updated_at AS updated_at_3, t0.file_size AS file_size_4, t0.mime_type AS mime_type_5, t0.dimensions AS dimensions_6, t0.item AS item_7 FROM media t0
SELECT t0.id AS id_1, t0.file_name AS file_name_2, t0.updated_at AS updated_at_3, t0.file_size AS file_size_4, t0.mime_type AS mime_type_5, t0.dimensions AS dimensions_6, t0.item AS item_7 FROM media t0;
|
| 4 |
0.52 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.route AS route_3, t0.item_order AS item_order_4, t0.is_visible AS is_visible_5, t0.position AS position_6, t0.external_link AS external_link_7, t0.anchor AS anchor_8, t0.parent_id AS parent_id_9 FROM menu_item t0 WHERE t0.is_visible = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.name AS name_2, t0.route AS route_3, t0.item_order AS item_order_4, t0.is_visible AS is_visible_5, t0.position AS position_6, t0.external_link AS external_link_7, t0.anchor AS anchor_8, t0.parent_id AS parent_id_9 FROM menu_item t0 WHERE t0.is_visible = 1 ORDER BY t0.position ASC;
|
| 5 |
0.40 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.keywords AS keywords_4, t0.canonical_url AS canonical_url_5, t0.og_title AS og_title_6, t0.og_description AS og_description_7, t0.og_image AS og_image_8, t0.updated_at AS updated_at_9, t0.x_card AS x_card_10, t0.route_name AS route_name_11, t0.slug AS slug_12, t0.is_default AS is_default_13 FROM seo t0 WHERE t0.route_name = ? LIMIT 1
Parameters: [
"app_videos_index"
]
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.keywords AS keywords_4, t0.canonical_url AS canonical_url_5, t0.og_title AS og_title_6, t0.og_description AS og_description_7, t0.og_image AS og_image_8, t0.updated_at AS updated_at_9, t0.x_card AS x_card_10, t0.route_name AS route_name_11, t0.slug AS slug_12, t0.is_default AS is_default_13 FROM seo t0 WHERE t0.route_name = 'app_videos_index' LIMIT 1;
|
| 6 |
0.31 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.keywords AS keywords_4, t0.canonical_url AS canonical_url_5, t0.og_title AS og_title_6, t0.og_description AS og_description_7, t0.og_image AS og_image_8, t0.updated_at AS updated_at_9, t0.x_card AS x_card_10, t0.route_name AS route_name_11, t0.slug AS slug_12, t0.is_default AS is_default_13 FROM seo t0 WHERE t0.is_default = ? LIMIT 1
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.keywords AS keywords_4, t0.canonical_url AS canonical_url_5, t0.og_title AS og_title_6, t0.og_description AS og_description_7, t0.og_image AS og_image_8, t0.updated_at AS updated_at_9, t0.x_card AS x_card_10, t0.route_name AS route_name_11, t0.slug AS slug_12, t0.is_default AS is_default_13 FROM seo t0 WHERE t0.is_default = 1 LIMIT 1;
|
| 7 |
1.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.vimeo_url AS vimeo_url_4, t0.icon AS icon_5, t0.thumbnail AS thumbnail_6, t0.difficulty_level AS difficulty_level_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.published_at AS published_at_10, t0.enabled AS enabled_11, t0.player AS player_12, t0.vimeo_id AS vimeo_id_13, t0.preview AS preview_14, t0.category_id AS category_id_15 FROM video t0 WHERE t0.enabled = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.vimeo_url AS vimeo_url_4, t0.icon AS icon_5, t0.thumbnail AS thumbnail_6, t0.difficulty_level AS difficulty_level_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.published_at AS published_at_10, t0.enabled AS enabled_11, t0.player AS player_12, t0.vimeo_id AS vimeo_id_13, t0.preview AS preview_14, t0.category_id AS category_id_15 FROM video t0 WHERE t0.enabled = 1;
|
| 8 |
1.00 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.disabled_at AS disabled_at_3, t0.enabled AS enabled_4, t0.file_name AS file_name_5, t0.file_size AS file_size_6, t0.mime_type AS mime_type_7, t0.dimensions AS dimensions_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.vimeo_uri AS vimeo_uri_11, t0.parent_id AS parent_id_12 FROM category t0 WHERE t0.enabled = ? AND t0.parent_id IS NULL
SELECT t0.id AS id_1, t0.name AS name_2, t0.disabled_at AS disabled_at_3, t0.enabled AS enabled_4, t0.file_name AS file_name_5, t0.file_size AS file_size_6, t0.mime_type AS mime_type_7, t0.dimensions AS dimensions_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.vimeo_uri AS vimeo_uri_11, t0.parent_id AS parent_id_12 FROM category t0 WHERE t0.enabled = 1 AND t0.parent_id IS NULL;
|
| 9 |
0.40 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.disabled_at AS disabled_at_3, t0.enabled AS enabled_4, t0.file_name AS file_name_5, t0.file_size AS file_size_6, t0.mime_type AS mime_type_7, t0.dimensions AS dimensions_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.vimeo_uri AS vimeo_uri_11, t0.parent_id AS parent_id_12 FROM category t0 WHERE t0.parent_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.disabled_at AS disabled_at_3, t0.enabled AS enabled_4, t0.file_name AS file_name_5, t0.file_size AS file_size_6, t0.mime_type AS mime_type_7, t0.dimensions AS dimensions_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.vimeo_uri AS vimeo_uri_11, t0.parent_id AS parent_id_12 FROM category t0 WHERE t0.parent_id = 86;
|
| 10 |
0.35 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.disabled_at AS disabled_at_3, t0.enabled AS enabled_4, t0.file_name AS file_name_5, t0.file_size AS file_size_6, t0.mime_type AS mime_type_7, t0.dimensions AS dimensions_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.vimeo_uri AS vimeo_uri_11, t0.parent_id AS parent_id_12 FROM category t0 WHERE t0.parent_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.disabled_at AS disabled_at_3, t0.enabled AS enabled_4, t0.file_name AS file_name_5, t0.file_size AS file_size_6, t0.mime_type AS mime_type_7, t0.dimensions AS dimensions_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.vimeo_uri AS vimeo_uri_11, t0.parent_id AS parent_id_12 FROM category t0 WHERE t0.parent_id = 90;
|
| 11 |
0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.disabled_at AS disabled_at_3, t0.enabled AS enabled_4, t0.file_name AS file_name_5, t0.file_size AS file_size_6, t0.mime_type AS mime_type_7, t0.dimensions AS dimensions_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.vimeo_uri AS vimeo_uri_11, t0.parent_id AS parent_id_12 FROM category t0 WHERE t0.parent_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.disabled_at AS disabled_at_3, t0.enabled AS enabled_4, t0.file_name AS file_name_5, t0.file_size AS file_size_6, t0.mime_type AS mime_type_7, t0.dimensions AS dimensions_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.vimeo_uri AS vimeo_uri_11, t0.parent_id AS parent_id_12 FROM category t0 WHERE t0.parent_id = 94;
|
| 12 |
0.27 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.disabled_at AS disabled_at_3, t0.enabled AS enabled_4, t0.file_name AS file_name_5, t0.file_size AS file_size_6, t0.mime_type AS mime_type_7, t0.dimensions AS dimensions_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.vimeo_uri AS vimeo_uri_11, t0.parent_id AS parent_id_12 FROM category t0 WHERE t0.parent_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.disabled_at AS disabled_at_3, t0.enabled AS enabled_4, t0.file_name AS file_name_5, t0.file_size AS file_size_6, t0.mime_type AS mime_type_7, t0.dimensions AS dimensions_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.vimeo_uri AS vimeo_uri_11, t0.parent_id AS parent_id_12 FROM category t0 WHERE t0.parent_id = 95;
|
| 13 |
0.28 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.disabled_at AS disabled_at_3, t0.enabled AS enabled_4, t0.file_name AS file_name_5, t0.file_size AS file_size_6, t0.mime_type AS mime_type_7, t0.dimensions AS dimensions_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.vimeo_uri AS vimeo_uri_11, t0.parent_id AS parent_id_12 FROM category t0 WHERE t0.parent_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.disabled_at AS disabled_at_3, t0.enabled AS enabled_4, t0.file_name AS file_name_5, t0.file_size AS file_size_6, t0.mime_type AS mime_type_7, t0.dimensions AS dimensions_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.vimeo_uri AS vimeo_uri_11, t0.parent_id AS parent_id_12 FROM category t0 WHERE t0.parent_id = 96;
|
| 14 |
0.26 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.disabled_at AS disabled_at_3, t0.enabled AS enabled_4, t0.file_name AS file_name_5, t0.file_size AS file_size_6, t0.mime_type AS mime_type_7, t0.dimensions AS dimensions_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.vimeo_uri AS vimeo_uri_11, t0.parent_id AS parent_id_12 FROM category t0 WHERE t0.parent_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.disabled_at AS disabled_at_3, t0.enabled AS enabled_4, t0.file_name AS file_name_5, t0.file_size AS file_size_6, t0.mime_type AS mime_type_7, t0.dimensions AS dimensions_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.vimeo_uri AS vimeo_uri_11, t0.parent_id AS parent_id_12 FROM category t0 WHERE t0.parent_id = 100;
|
| 15 |
0.25 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.disabled_at AS disabled_at_3, t0.enabled AS enabled_4, t0.file_name AS file_name_5, t0.file_size AS file_size_6, t0.mime_type AS mime_type_7, t0.dimensions AS dimensions_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.vimeo_uri AS vimeo_uri_11, t0.parent_id AS parent_id_12 FROM category t0 WHERE t0.parent_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.disabled_at AS disabled_at_3, t0.enabled AS enabled_4, t0.file_name AS file_name_5, t0.file_size AS file_size_6, t0.mime_type AS mime_type_7, t0.dimensions AS dimensions_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.vimeo_uri AS vimeo_uri_11, t0.parent_id AS parent_id_12 FROM category t0 WHERE t0.parent_id = 101;
|
| 16 |
0.26 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.disabled_at AS disabled_at_3, t0.enabled AS enabled_4, t0.file_name AS file_name_5, t0.file_size AS file_size_6, t0.mime_type AS mime_type_7, t0.dimensions AS dimensions_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.vimeo_uri AS vimeo_uri_11, t0.parent_id AS parent_id_12 FROM category t0 WHERE t0.parent_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.disabled_at AS disabled_at_3, t0.enabled AS enabled_4, t0.file_name AS file_name_5, t0.file_size AS file_size_6, t0.mime_type AS mime_type_7, t0.dimensions AS dimensions_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.vimeo_uri AS vimeo_uri_11, t0.parent_id AS parent_id_12 FROM category t0 WHERE t0.parent_id = 105;
|
| 17 |
0.36 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.route AS route_3, t0.item_order AS item_order_4, t0.is_visible AS is_visible_5, t0.position AS position_6, t0.external_link AS external_link_7, t0.anchor AS anchor_8, t0.parent_id AS parent_id_9 FROM menu_item t0 WHERE t0.parent_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.route AS route_3, t0.item_order AS item_order_4, t0.is_visible AS is_visible_5, t0.position AS position_6, t0.external_link AS external_link_7, t0.anchor AS anchor_8, t0.parent_id AS parent_id_9 FROM menu_item t0 WHERE t0.parent_id = 6;
|
| 18 |
0.28 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.route AS route_3, t0.item_order AS item_order_4, t0.is_visible AS is_visible_5, t0.position AS position_6, t0.external_link AS external_link_7, t0.anchor AS anchor_8, t0.parent_id AS parent_id_9 FROM menu_item t0 WHERE t0.parent_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.route AS route_3, t0.item_order AS item_order_4, t0.is_visible AS is_visible_5, t0.position AS position_6, t0.external_link AS external_link_7, t0.anchor AS anchor_8, t0.parent_id AS parent_id_9 FROM menu_item t0 WHERE t0.parent_id = 7;
|
| 19 |
0.27 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.route AS route_3, t0.item_order AS item_order_4, t0.is_visible AS is_visible_5, t0.position AS position_6, t0.external_link AS external_link_7, t0.anchor AS anchor_8, t0.parent_id AS parent_id_9 FROM menu_item t0 WHERE t0.parent_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.route AS route_3, t0.item_order AS item_order_4, t0.is_visible AS is_visible_5, t0.position AS position_6, t0.external_link AS external_link_7, t0.anchor AS anchor_8, t0.parent_id AS parent_id_9 FROM menu_item t0 WHERE t0.parent_id = 8;
|
| 20 |
0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.route AS route_3, t0.item_order AS item_order_4, t0.is_visible AS is_visible_5, t0.position AS position_6, t0.external_link AS external_link_7, t0.anchor AS anchor_8, t0.parent_id AS parent_id_9 FROM menu_item t0 WHERE t0.parent_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.route AS route_3, t0.item_order AS item_order_4, t0.is_visible AS is_visible_5, t0.position AS position_6, t0.external_link AS external_link_7, t0.anchor AS anchor_8, t0.parent_id AS parent_id_9 FROM menu_item t0 WHERE t0.parent_id = 9;
|
| 21 |
0.26 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.route AS route_3, t0.item_order AS item_order_4, t0.is_visible AS is_visible_5, t0.position AS position_6, t0.external_link AS external_link_7, t0.anchor AS anchor_8, t0.parent_id AS parent_id_9 FROM menu_item t0 WHERE t0.parent_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.route AS route_3, t0.item_order AS item_order_4, t0.is_visible AS is_visible_5, t0.position AS position_6, t0.external_link AS external_link_7, t0.anchor AS anchor_8, t0.parent_id AS parent_id_9 FROM menu_item t0 WHERE t0.parent_id = 10;
|
| 22 |
0.27 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.route AS route_3, t0.item_order AS item_order_4, t0.is_visible AS is_visible_5, t0.position AS position_6, t0.external_link AS external_link_7, t0.anchor AS anchor_8, t0.parent_id AS parent_id_9 FROM menu_item t0 WHERE t0.parent_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.route AS route_3, t0.item_order AS item_order_4, t0.is_visible AS is_visible_5, t0.position AS position_6, t0.external_link AS external_link_7, t0.anchor AS anchor_8, t0.parent_id AS parent_id_9 FROM menu_item t0 WHERE t0.parent_id = 11;
|
| 23 |
0.25 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.route AS route_3, t0.item_order AS item_order_4, t0.is_visible AS is_visible_5, t0.position AS position_6, t0.external_link AS external_link_7, t0.anchor AS anchor_8, t0.parent_id AS parent_id_9 FROM menu_item t0 WHERE t0.parent_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.route AS route_3, t0.item_order AS item_order_4, t0.is_visible AS is_visible_5, t0.position AS position_6, t0.external_link AS external_link_7, t0.anchor AS anchor_8, t0.parent_id AS parent_id_9 FROM menu_item t0 WHERE t0.parent_id = 12;
|
| 24 |
0.25 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.route AS route_3, t0.item_order AS item_order_4, t0.is_visible AS is_visible_5, t0.position AS position_6, t0.external_link AS external_link_7, t0.anchor AS anchor_8, t0.parent_id AS parent_id_9 FROM menu_item t0 WHERE t0.parent_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.route AS route_3, t0.item_order AS item_order_4, t0.is_visible AS is_visible_5, t0.position AS position_6, t0.external_link AS external_link_7, t0.anchor AS anchor_8, t0.parent_id AS parent_id_9 FROM menu_item t0 WHERE t0.parent_id = 13;
|