0.75 ms (46.87%)
|
3 |
SELECT t0.id AS id_1, t0.weight_unit AS weight_unit_2, t0.length_unit AS length_unit_3, t0.currency AS currency_4, t0.date_format AS date_format_5, t0.number_format AS number_format_6, t0.timezone AS timezone_7, t0.logo AS logo_8, t0.invoice_serie AS invoice_serie_9, t0.invoice_prefix_length AS invoice_prefix_length_10, t0.next_invoice_number AS next_invoice_number_11, t0.vat AS vat_12, t0.mail AS mail_13, t0.days_until_expiration AS days_until_expiration_14, t0.client_key AS client_key_15, t0.support_contact AS support_contact_16, t0.authenticated_marketplace AS authenticated_marketplace_17, t0.verified_marketplace AS verified_marketplace_18, t0.page_head_title AS page_head_title_19, t0.logo_for_documents AS logo_for_documents_20, t0.country_id AS country_id_21 FROM global_settings t0 WHERE t0.id = ? LIMIT 1
SELECT t0.id AS id_1, t0.weight_unit AS weight_unit_2, t0.length_unit AS length_unit_3, t0.currency AS currency_4, t0.date_format AS date_format_5, t0.number_format AS number_format_6, t0.timezone AS timezone_7, t0.logo AS logo_8, t0.invoice_serie AS invoice_serie_9, t0.invoice_prefix_length AS invoice_prefix_length_10, t0.next_invoice_number AS next_invoice_number_11, t0.vat AS vat_12, t0.mail AS mail_13, t0.days_until_expiration AS days_until_expiration_14, t0.client_key AS client_key_15, t0.support_contact AS support_contact_16, t0.authenticated_marketplace AS authenticated_marketplace_17, t0.verified_marketplace AS verified_marketplace_18, t0.page_head_title AS page_head_title_19, t0.logo_for_documents AS logo_for_documents_20, t0.country_id AS country_id_21 FROM global_settings t0 WHERE t0.id = 1 LIMIT 1;
|
0.35 ms (22.20%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.visible AS visible_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.authenticated AS authenticated_7, t0.static AS static_8, t0.landing AS landing_9 FROM PAGE t0 WHERE t0.slug = ? LIMIT 1
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.visible AS visible_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.authenticated AS authenticated_7, t0.static AS static_8, t0.landing AS landing_9 FROM PAGE t0 WHERE t0.slug = 'login' LIMIT 1;
|
0.30 ms (19.05%)
|
1 |
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.predefined AS predefined_2, f0_.priority AS priority_3, f0_.custom AS custom_4, f0_.use_custom AS use_custom_5, f0_.custom_url AS custom_url_6, f0_.new_tab AS new_tab_7, f0_.page_id AS page_id_8 FROM footer_menu f0_ ORDER BY f0_.priority ASC
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.predefined AS predefined_2, f0_.priority AS priority_3, f0_.custom AS custom_4, f0_.use_custom AS use_custom_5, f0_.custom_url AS custom_url_6, f0_.new_tab AS new_tab_7, f0_.page_id AS page_id_8 FROM footer_menu f0_ ORDER BY f0_.priority ASC;
|
0.19 ms (11.87%)
|
1 |
SELECT h0_.id AS id_0, h0_.title AS title_1, h0_.predefined AS predefined_2, h0_.priority AS priority_3, h0_.custom AS custom_4, h0_.use_custom AS use_custom_5, h0_.custom_url AS custom_url_6, h0_.new_tab AS new_tab_7, h0_.page_id AS page_id_8 FROM header_menu h0_ ORDER BY h0_.priority ASC
SELECT h0_.id AS id_0, h0_.title AS title_1, h0_.predefined AS predefined_2, h0_.priority AS priority_3, h0_.custom AS custom_4, h0_.use_custom AS use_custom_5, h0_.custom_url AS custom_url_6, h0_.new_tab AS new_tab_7, h0_.page_id AS page_id_8 FROM header_menu h0_ ORDER BY h0_.priority ASC;
|