2.10 ms (37.17%)
|
5 |
SELECT t0.id AS id_1, t0.version AS version_2, t0.designation AS designation_3, t0.app AS app_4, t0.email AS email_5, t0.log AS log_6, t0.oauth AS oauth_7, t0.register AS register_8, t0.design AS design_9 FROM system_settings t0 WHERE t0.designation = ? LIMIT 1
SELECT t0.id AS id_1, t0.version AS version_2, t0.designation AS designation_3, t0.app AS app_4, t0.email AS email_5, t0.log AS log_6, t0.oauth AS oauth_7, t0.register AS register_8, t0.design AS design_9 FROM system_settings t0 WHERE t0.designation = 'system' LIMIT 1;
|
0.65 ms (11.51%)
|
1 |
SELECT u0_.id AS id_0, u0_.uuid AS uuid_1, u0_.email AS email_2, u0_.roles AS roles_3, u0_.password AS password_4, u0_.is_verified AS is_verified_5, u0_.totp_secret AS totp_secret_6 FROM user u0_ WHERE JSON_CONTAINS(u0_.roles, ?) = 1
Parameters: [
""ROLE_SUPER_ADMIN""
]
SELECT u0_.id AS id_0, u0_.uuid AS uuid_1, u0_.email AS email_2, u0_.roles AS roles_3, u0_.password AS password_4, u0_.is_verified AS is_verified_5, u0_.totp_secret AS totp_secret_6 FROM user u0_ WHERE JSON_CONTAINS(u0_.roles, '\"ROLE_SUPER_ADMIN\"') = 1;
|
0.61 ms (10.74%)
|
1 |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.title AS title_3, t0.description AS description_4, t0.position AS position_5, t0.active AS active_6, t0.type AS type_7, t0.menu_settings AS menu_settings_8 FROM menu_category t0 WHERE t0.type = ? AND t0.active = ? LIMIT 1
Parameters: [
"main"
true
]
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.title AS title_3, t0.description AS description_4, t0.position AS position_5, t0.active AS active_6, t0.type AS type_7, t0.menu_settings AS menu_settings_8 FROM menu_category t0 WHERE t0.type = 'main' AND t0.active = 1 LIMIT 1;
|
0.54 ms (9.55%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.position AS position_4, t0.type AS type_5, t0.cat_img AS cat_img_6, t0.slug AS slug_7, t0.category_design AS category_design_8, t0.post_design AS post_design_9, t0.post_loop AS post_loop_10, t0.category_header AS category_header_11, t0.category_footer AS category_footer_12, t0.post_header AS post_header_13, t0.post_footer AS post_footer_14, t0.created_at AS created_at_15 FROM post_category t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"general"
]
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.position AS position_4, t0.type AS type_5, t0.cat_img AS cat_img_6, t0.slug AS slug_7, t0.category_design AS category_design_8, t0.post_design AS post_design_9, t0.post_loop AS post_loop_10, t0.category_header AS category_header_11, t0.category_footer AS category_footer_12, t0.post_header AS post_header_13, t0.post_footer AS post_footer_14, t0.created_at AS created_at_15 FROM post_category t0 WHERE t0.slug = 'general' LIMIT 1;
|
0.47 ms (8.30%)
|
1 |
SELECT t0.id AS id_1, t0.post_content AS post_content_2, t0.post_date AS post_date_3, t0.post_excerpt AS post_excerpt_4, t0.comment_status AS comment_status_5, t0.site_type AS site_type_6, t0.site_img AS site_img_7, t0.excerpt_limit AS excerpt_limit_8, t0.extra_css AS extra_css_9, t0.position AS position_10, t0.post_status AS post_status_11, t0.builder AS builder_12, t0.post_slug AS post_slug_13, t0.header AS header_14, t0.footer AS footer_15, t0.post_gallery AS post_gallery_16, t0.siteSeo AS siteSeo_17, t0.post_category_id AS post_category_id_18 FROM post_sites t0 WHERE t0.post_slug = ? AND t0.post_status = ? LIMIT 1
Parameters: [
"article-12025-11-18T10:47:35+01:00monthly"
"publish"
]
SELECT t0.id AS id_1, t0.post_content AS post_content_2, t0.post_date AS post_date_3, t0.post_excerpt AS post_excerpt_4, t0.comment_status AS comment_status_5, t0.site_type AS site_type_6, t0.site_img AS site_img_7, t0.excerpt_limit AS excerpt_limit_8, t0.extra_css AS extra_css_9, t0.position AS position_10, t0.post_status AS post_status_11, t0.builder AS builder_12, t0.post_slug AS post_slug_13, t0.header AS header_14, t0.footer AS footer_15, t0.post_gallery AS post_gallery_16, t0.siteSeo AS siteSeo_17, t0.post_category_id AS post_category_id_18 FROM post_sites t0 WHERE t0.post_slug = 'article-12025-11-18T10:47:35+01:00monthly' AND t0.post_status = 'publish' LIMIT 1;
|