1.94 ms (64.33%)
|
2 |
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.slug AS slug_2, c0_.excerpt AS excerpt_3, c0_.markdown AS markdown_4, c0_.status AS status_5, c0_.published_at AS published_at_6, c0_.updated_at AS updated_at_7, c0_.visibility AS visibility_8, c0_.type AS type_9, c0_.position AS position_10, c0_.noindex AS noindex_11, c0_.og_image AS og_image_12, c0_.layout AS layout_13, c0_.site_id AS site_id_14, c0_.author_id AS author_id_15 FROM cms_content c0_ WHERE c0_.site_id = ? AND c0_.slug = ? AND c0_.status = ? AND c0_.type = ? LIMIT 1
Parameters: [
2
"chrome-nav"
"published"
"block"
]
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.slug AS slug_2, c0_.excerpt AS excerpt_3, c0_.markdown AS markdown_4, c0_.status AS status_5, c0_.published_at AS published_at_6, c0_.updated_at AS updated_at_7, c0_.visibility AS visibility_8, c0_.type AS type_9, c0_.position AS position_10, c0_.noindex AS noindex_11, c0_.og_image AS og_image_12, c0_.layout AS layout_13, c0_.site_id AS site_id_14, c0_.author_id AS author_id_15 FROM cms_content c0_ WHERE c0_.site_id = 2 AND c0_.slug = 'chrome-nav' AND c0_.status = 'published' AND c0_.type = 'block' LIMIT 1;
|
1.08 ms (35.67%)
|
1 |
SELECT s0_.id AS id_0, s0_.host AS host_1, s0_.aliases AS aliases_2, s0_.slug AS slug_3, s0_.label AS label_4, s0_.name AS name_5, s0_.locale_default AS locale_default_6, s0_.layout_template AS layout_template_7, s0_.theme AS theme_8, s0_.brand_domain AS brand_domain_9, s0_.brand_tld AS brand_tld_10, s0_.contact_email AS contact_email_11, s0_.sender_email AS sender_email_12, s0_.home_slug AS home_slug_13, s0_.og_image_default AS og_image_default_14, s0_.enabled AS enabled_15, s0_.is_primary AS is_primary_16, s0_.created_at AS created_at_17, s0_.updated_at AS updated_at_18 FROM site s0_ WHERE s0_.enabled = 1 ORDER BY s0_.is_primary DESC, s0_.label ASC
SELECT s0_.id AS id_0, s0_.host AS host_1, s0_.aliases AS aliases_2, s0_.slug AS slug_3, s0_.label AS label_4, s0_.name AS name_5, s0_.locale_default AS locale_default_6, s0_.layout_template AS layout_template_7, s0_.theme AS theme_8, s0_.brand_domain AS brand_domain_9, s0_.brand_tld AS brand_tld_10, s0_.contact_email AS contact_email_11, s0_.sender_email AS sender_email_12, s0_.home_slug AS home_slug_13, s0_.og_image_default AS og_image_default_14, s0_.enabled AS enabled_15, s0_.is_primary AS is_primary_16, s0_.created_at AS created_at_17, s0_.updated_at AS updated_at_18 FROM site s0_ WHERE s0_.enabled = 1 ORDER BY s0_.is_primary DESC, s0_.label ASC;
|