21.07 ms (19.21%)
|
8 |
SELECT c.COLUMN_NAME AS field,
c.COLUMN_TYPE AS type,
c.IS_NULLABLE AS `null`,
c.COLUMN_KEY AS `key`,
c.COLUMN_DEFAULT AS `default`,
c.EXTRA,
c.COLUMN_COMMENT AS comment,
c.CHARACTER_SET_NAME AS characterset,
c.COLLATION_NAME AS collation
FROM information_schema.COLUMNS c
INNER JOIN information_schema.TABLES t
ON t.TABLE_NAME = c.TABLE_NAME
WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
Parameters: [
"delk"
"delk"
"url_alias"
]
SELECT c.COLUMN_NAME AS field,
c.COLUMN_TYPE AS type,
c.IS_NULLABLE AS `null`,
c.COLUMN_KEY AS `key`,
c.COLUMN_DEFAULT AS `default`,
c.EXTRA,
c.COLUMN_COMMENT AS comment,
c.CHARACTER_SET_NAME AS characterset,
c.COLLATION_NAME AS collation
FROM information_schema.COLUMNS c
INNER JOIN information_schema.TABLES t
ON t.TABLE_NAME = c.TABLE_NAME
WHERE c.TABLE_SCHEMA = 'delk' AND t.TABLE_SCHEMA = 'delk' AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = 'url_alias' ORDER BY ORDINAL_POSITION;
|
18.75 ms (17.10%)
|
25 |
SELECT t0_.site_id AS sclr_0 FROM theme_site_delta t0_ WHERE t0_.site_id IN (?, ?)
SELECT t0_.site_id AS sclr_0 FROM theme_site_delta t0_ WHERE t0_.site_id IN (8, 9);
|
13.43 ms (12.25%)
|
9 |
SELECT DATABASE()
|
9.64 ms (8.79%)
|
1 |
SELECT t0.user_id AS user_id_1, t0.user_outside_id AS user_outside_id_2, t0.user_type AS user_type_3, t0.user_api_type AS user_api_type_4, t0.user_login AS user_login_5, t0.user_password AS user_password_6, t0.user_checksum AS user_checksum_7, t0.user_token AS user_token_8, t0.user_token_exp AS user_token_exp_9, t0.user_last_login AS user_last_login_10, t0.user_created_at AS user_created_at_11, t0.user_updated_at AS user_updated_at_12, t0.user_deleted_at AS user_deleted_at_13, t0.user_public_approved AS user_public_approved_14, t0.user_public_blocked AS user_public_blocked_15, t0.user_public_app_code AS user_public_app_code_16, t0.user_public_app_code_sended_at AS user_public_app_code_sended_at_17, t0.user_public_app_code_registered_at AS user_public_app_code_registered_at_18, t0.user_option AS user_option_19, t0.user_public_app_code_hash AS user_public_app_code_hash_20, t0.user_api_setting_sms AS user_api_setting_sms_21, t0.user_api_setting_email AS user_api_setting_email_22, t0.user_api_setting_mobile AS user_api_setting_mobile_23, t0.user_special AS user_special_24, t0.google_authenticator_secret AS google_authenticator_secret_25, t0.user_status AS user_status_26, t0.user_flags AS user_flags_27, t28.user_detail_id AS user_detail_id_29, t28.user_detail_name AS user_detail_name_30, t28.user_detail_surname AS user_detail_surname_31, t28.user_detail_sex AS user_detail_sex_32, t28.user_detail_personal_id_type AS user_detail_personal_id_type_33, t28.user_detail_personal_id AS user_detail_personal_id_34, t28.user_detail_birthday AS user_detail_birthday_35, t28.user_detail_email AS user_detail_email_36, t28.user_detail_phone AS user_detail_phone_37, t28.user_detail_street AS user_detail_street_38, t28.user_detail_street_no AS user_detail_street_no_39, t28.user_detail_post_code AS user_detail_post_code_40, t28.user_detail_state AS user_detail_state_41, t28.user_detail_province AS user_detail_province_42, t28.user_detail_comunity AS user_detail_comunity_43, t28.user_detail_city AS user_detail_city_44, t28.user_detail_personal_id_hash AS user_detail_personal_id_hash_45, t28.user_detail_surname_hash AS user_detail_surname_hash_46, t28.user_id AS user_id_47 FROM user t0 LEFT JOIN user_detail t28 ON t28.user_id = t0.user_id WHERE t0.user_id = ?
SELECT
t0.user_id AS user_id_1,
t0.user_outside_id AS user_outside_id_2,
t0.user_type AS user_type_3,
t0.user_api_type AS user_api_type_4,
t0.user_login AS user_login_5,
t0.user_password AS user_password_6,
t0.user_checksum AS user_checksum_7,
t0.user_token AS user_token_8,
t0.user_token_exp AS user_token_exp_9,
t0.user_last_login AS user_last_login_10,
t0.user_created_at AS user_created_at_11,
t0.user_updated_at AS user_updated_at_12,
t0.user_deleted_at AS user_deleted_at_13,
t0.user_public_approved AS user_public_approved_14,
t0.user_public_blocked AS user_public_blocked_15,
t0.user_public_app_code AS user_public_app_code_16,
t0.user_public_app_code_sended_at AS user_public_app_code_sended_at_17,
t0.user_public_app_code_registered_at AS user_public_app_code_registered_at_18,
t0.user_option AS user_option_19,
t0.user_public_app_code_hash AS user_public_app_code_hash_20,
t0.user_api_setting_sms AS user_api_setting_sms_21,
t0.user_api_setting_email AS user_api_setting_email_22,
t0.user_api_setting_mobile AS user_api_setting_mobile_23,
t0.user_special AS user_special_24,
t0.google_authenticator_secret AS google_authenticator_secret_25,
t0.user_status AS user_status_26,
t0.user_flags AS user_flags_27,
t28.user_detail_id AS user_detail_id_29,
t28.user_detail_name AS user_detail_name_30,
t28.user_detail_surname AS user_detail_surname_31,
t28.user_detail_sex AS user_detail_sex_32,
t28.user_detail_personal_id_type AS user_detail_personal_id_type_33,
t28.user_detail_personal_id AS user_detail_personal_id_34,
t28.user_detail_birthday AS user_detail_birthday_35,
t28.user_detail_email AS user_detail_email_36,
t28.user_detail_phone AS user_detail_phone_37,
t28.user_detail_street AS user_detail_street_38,
t28.user_detail_street_no AS user_detail_street_no_39,
t28.user_detail_post_code AS user_detail_post_code_40,
t28.user_detail_state AS user_detail_state_41,
t28.user_detail_province AS user_detail_province_42,
t28.user_detail_comunity AS user_detail_comunity_43,
t28.user_detail_city AS user_detail_city_44,
t28.user_detail_personal_id_hash AS user_detail_personal_id_hash_45,
t28.user_detail_surname_hash AS user_detail_surname_hash_46,
t28.user_id AS user_id_47
FROM
user t0
LEFT JOIN user_detail t28 ON t28.user_id = t0.user_id
WHERE
t0.user_id = ?
SELECT t0.user_id AS user_id_1, t0.user_outside_id AS user_outside_id_2, t0.user_type AS user_type_3, t0.user_api_type AS user_api_type_4, t0.user_login AS user_login_5, t0.user_password AS user_password_6, t0.user_checksum AS user_checksum_7, t0.user_token AS user_token_8, t0.user_token_exp AS user_token_exp_9, t0.user_last_login AS user_last_login_10, t0.user_created_at AS user_created_at_11, t0.user_updated_at AS user_updated_at_12, t0.user_deleted_at AS user_deleted_at_13, t0.user_public_approved AS user_public_approved_14, t0.user_public_blocked AS user_public_blocked_15, t0.user_public_app_code AS user_public_app_code_16, t0.user_public_app_code_sended_at AS user_public_app_code_sended_at_17, t0.user_public_app_code_registered_at AS user_public_app_code_registered_at_18, t0.user_option AS user_option_19, t0.user_public_app_code_hash AS user_public_app_code_hash_20, t0.user_api_setting_sms AS user_api_setting_sms_21, t0.user_api_setting_email AS user_api_setting_email_22, t0.user_api_setting_mobile AS user_api_setting_mobile_23, t0.user_special AS user_special_24, t0.google_authenticator_secret AS google_authenticator_secret_25, t0.user_status AS user_status_26, t0.user_flags AS user_flags_27, t28.user_detail_id AS user_detail_id_29, t28.user_detail_name AS user_detail_name_30, t28.user_detail_surname AS user_detail_surname_31, t28.user_detail_sex AS user_detail_sex_32, t28.user_detail_personal_id_type AS user_detail_personal_id_type_33, t28.user_detail_personal_id AS user_detail_personal_id_34, t28.user_detail_birthday AS user_detail_birthday_35, t28.user_detail_email AS user_detail_email_36, t28.user_detail_phone AS user_detail_phone_37, t28.user_detail_street AS user_detail_street_38, t28.user_detail_street_no AS user_detail_street_no_39, t28.user_detail_post_code AS user_detail_post_code_40, t28.user_detail_state AS user_detail_state_41, t28.user_detail_province AS user_detail_province_42, t28.user_detail_comunity AS user_detail_comunity_43, t28.user_detail_city AS user_detail_city_44, t28.user_detail_personal_id_hash AS user_detail_personal_id_hash_45, t28.user_detail_surname_hash AS user_detail_surname_hash_46, t28.user_id AS user_id_47 FROM user t0 LEFT JOIN user_detail t28 ON t28.user_id = t0.user_id WHERE t0.user_id = 3;
|
5.74 ms (5.23%)
|
2 |
SELECT * FROM ee_view WHERE id = ?
SELECT * FROM ee_view WHERE id = 39;
|
3.73 ms (3.40%)
|
10 |
SELECT t0.id AS id_1, t0.auid AS auid_2, t0.path AS path_3, t0.error_page_entity_404 AS error_page_entity_404_4, t0.error_page_entity_403 AS error_page_entity_403_5, t0.name AS name_6, t0.domain AS domain_7, t0.mode AS mode_8, t0.langcode AS langcode_9, t0.redirect_code AS redirect_code_10, t0.status AS status_11, t0.type AS type_12, t0.parent_id AS parent_id_13 FROM site t0 WHERE t0.parent_id = ? AND t0.mode = ?
Parameters: [
1
"alias"
]
SELECT t0.id AS id_1, t0.auid AS auid_2, t0.path AS path_3, t0.error_page_entity_404 AS error_page_entity_404_4, t0.error_page_entity_403 AS error_page_entity_403_5, t0.name AS name_6, t0.domain AS domain_7, t0.mode AS mode_8, t0.langcode AS langcode_9, t0.redirect_code AS redirect_code_10, t0.status AS status_11, t0.type AS type_12, t0.parent_id AS parent_id_13 FROM site t0 WHERE t0.parent_id = 1 AND t0.mode = 'alias';
|
3.59 ms (3.27%)
|
1 |
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = 'delk'
AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME;
|
1.71 ms (1.56%)
|
4 |
SELECT * FROM url_alias WHERE module = ? AND target IN (?) ORDER BY id ASC
Parameters: [
"ee"
"content:43"
]
SELECT * FROM url_alias WHERE module = 'ee' AND target IN ('content:43') ORDER BY id ASC;
|
1.66 ms (1.52%)
|
4 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.mode AS mode_3, t0.scope_all_sites AS scope_all_sites_4, t0.inherit_from_parent_site AS inherit_from_parent_site_5, t0.show_shared_in_sites AS show_shared_in_sites_6, t0.status AS status_7 FROM navigation t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.mode AS mode_3, t0.scope_all_sites AS scope_all_sites_4, t0.inherit_from_parent_site AS inherit_from_parent_site_5, t0.show_shared_in_sites AS show_shared_in_sites_6, t0.status AS status_7 FROM navigation t0 WHERE t0.id = 1;
|
1.35 ms (1.23%)
|
2 |
SELECT t0.id AS id_1, t0.auid AS auid_2, t0.path AS path_3, t0.error_page_entity_404 AS error_page_entity_404_4, t0.error_page_entity_403 AS error_page_entity_403_5, t0.name AS name_6, t0.domain AS domain_7, t0.mode AS mode_8, t0.langcode AS langcode_9, t0.redirect_code AS redirect_code_10, t0.status AS status_11, t0.type AS type_12, t0.parent_id AS parent_id_13 FROM site t0
SELECT t0.id AS id_1, t0.auid AS auid_2, t0.path AS path_3, t0.error_page_entity_404 AS error_page_entity_404_4, t0.error_page_entity_403 AS error_page_entity_403_5, t0.name AS name_6, t0.domain AS domain_7, t0.mode AS mode_8, t0.langcode AS langcode_9, t0.redirect_code AS redirect_code_10, t0.status AS status_11, t0.type AS type_12, t0.parent_id AS parent_id_13 FROM site t0;
|
1.16 ms (1.05%)
|
1 |
SELECT * FROM entity_content_view_mode WHERE name = ? AND type_id IS NULL
SELECT * FROM entity_content_view_mode WHERE name = 'full' AND type_id IS NULL;
|
1.13 ms (1.03%)
|
2 |
SELECT * FROM url_alias WHERE site_id = ? AND path = ? LIMIT 1
Parameters: [
9
"/aktualnosci/dyrektorze-dziekujemy"
]
SELECT * FROM url_alias WHERE site_id = 9 AND path = '/aktualnosci/dyrektorze-dziekujemy' LIMIT 1;
|
1.06 ms (0.97%)
|
2 |
SELECT * FROM entity_category_display WHERE type_id = ? AND view_mode_id = ? ORDER BY weight ASC
SELECT * FROM entity_category_display WHERE type_id = 14 AND view_mode_id = 5 ORDER BY weight ASC;
|
1.05 ms (0.96%)
|
2 |
SELECT t0_.id AS id_0, t0_.options_patch AS options_patch_1, t0_.advanced_options_patch AS advanced_options_patch_2, t0_.version AS version_3, t0_.inherited_default AS inherited_default_4, t0_.explicit_active AS explicit_active_5, t0_.created_at AS created_at_6, t0_.changed_at AS changed_at_7, t0_.site_id AS site_id_8, t0_.pinned_default_site_theme_id AS pinned_default_site_theme_id_9 FROM theme_site_delta t0_ WHERE t0_.site_id = ?
SELECT t0_.id AS id_0, t0_.options_patch AS options_patch_1, t0_.advanced_options_patch AS advanced_options_patch_2, t0_.version AS version_3, t0_.inherited_default AS inherited_default_4, t0_.explicit_active AS explicit_active_5, t0_.created_at AS created_at_6, t0_.changed_at AS changed_at_7, t0_.site_id AS site_id_8, t0_.pinned_default_site_theme_id AS pinned_default_site_theme_id_9 FROM theme_site_delta t0_ WHERE t0_.site_id = 9;
|
1.02 ms (0.93%)
|
2 |
SELECT fu.id AS usage_id, f.*, fu.name AS usage_name, fu.description AS usage_description, fu.alt AS usage_alt, fu.focal AS usage_focal, fu.instance_id AS usage_instance_id, fi.name AS instance_name, fi.context AS instance_context, fi.author_id AS instance_author_id, fi.focal AS instance_focal FROM entity_file_usage fu JOIN entity_file f ON f.id = fu.file_id LEFT JOIN entity_file_instance fi ON fi.id = fu.instance_id WHERE fu.id = ?
SELECT fu.id AS usage_id, f.*, fu.name AS usage_name, fu.description AS usage_description, fu.alt AS usage_alt, fu.focal AS usage_focal, fu.instance_id AS usage_instance_id, fi.name AS instance_name, fi.context AS instance_context, fi.author_id AS instance_author_id, fi.focal AS instance_focal FROM entity_file_usage fu JOIN entity_file f ON f.id = fu.file_id LEFT JOIN entity_file_instance fi ON fi.id = fu.instance_id WHERE fu.id = 76;
|
0.95 ms (0.87%)
|
1 |
SELECT * FROM ee_view ORDER BY name ASC
SELECT * FROM ee_view ORDER BY name ASC;
|
0.84 ms (0.76%)
|
2 |
SELECT * FROM entity_category_meta_display WHERE type_id = ? AND view_mode_id = ?
SELECT * FROM entity_category_meta_display WHERE type_id = 14 AND view_mode_id = 5;
|
0.80 ms (0.73%)
|
2 |
SELECT id FROM entity_category_view_mode WHERE type_id = ? AND name = ?
Parameters: [
14
"default"
]
SELECT id FROM entity_category_view_mode WHERE type_id = 14 AND name = 'default';
|
0.76 ms (0.69%)
|
1 |
SELECT * FROM entity_content WHERE id = ?
SELECT * FROM entity_content WHERE id = 43;
|
0.76 ms (0.69%)
|
1 |
SELECT * FROM entity_content_display WHERE type_id = ? AND view_mode_id = ? ORDER BY weight ASC
SELECT * FROM entity_content_display WHERE type_id = 1 AND view_mode_id = 4 ORDER BY weight ASC;
|
0.69 ms (0.63%)
|
1 |
SELECT fu.id AS usage_id, f.*, fu.name AS usage_name, fu.description AS usage_description, fu.alt AS usage_alt, fu.focal AS usage_focal, fu.instance_id AS usage_instance_id, fi.name AS instance_name, fi.context AS instance_context, fi.author_id AS instance_author_id, fi.focal AS instance_focal FROM entity_file_usage fu JOIN entity_file f ON f.id = fu.file_id LEFT JOIN entity_file_instance fi ON fi.id = fu.instance_id WHERE fu.id IN (?)
SELECT fu.id AS usage_id, f.*, fu.name AS usage_name, fu.description AS usage_description, fu.alt AS usage_alt, fu.focal AS usage_focal, fu.instance_id AS usage_instance_id, fi.name AS instance_name, fi.context AS instance_context, fi.author_id AS instance_author_id, fi.focal AS instance_focal FROM entity_file_usage fu JOIN entity_file f ON f.id = fu.file_id LEFT JOIN entity_file_instance fi ON fi.id = fu.instance_id WHERE fu.id IN (73);
|
0.68 ms (0.62%)
|
1 |
SELECT * FROM entity_content_data_text WHERE (entity_id IN (?)) AND (field_id IN (?, ?, ?, ?)) AND (rev_id IN (?)) ORDER BY delta ASC, id ASC
Parameters: [
43
1
139
2
3
90
]
SELECT * FROM entity_content_data_text WHERE (entity_id IN (43)) AND (field_id IN (1, 139, 2, 3)) AND (rev_id IN (90)) ORDER BY delta ASC, id ASC;
|
0.68 ms (0.62%)
|
1 |
SELECT * FROM entity_content_meta_display WHERE type_id = ? AND view_mode_id = ?
SELECT * FROM entity_content_meta_display WHERE type_id = 1 AND view_mode_id = 4;
|
0.67 ms (0.61%)
|
1 |
SELECT t0.id AS id_1, t0.theme AS theme_2, t0.name AS name_3, t0.json AS json_4, t0.status AS status_5, t0.site_id AS site_id_6 FROM site_theme t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.theme AS theme_2, t0.name AS name_3, t0.json AS json_4, t0.status AS status_5, t0.site_id AS site_id_6 FROM site_theme t0 WHERE t0.id = 2;
|
0.66 ms (0.60%)
|
1 |
SELECT e.id FROM entity_content e WHERE e.type_id IN (?) AND NOT (e.flags & 1) = 1 AND NOT (e.flags & 2) = 2 AND e.site_id = ? ORDER BY e.id DESC
SELECT e.id FROM entity_content e WHERE e.type_id IN (1) AND NOT (e.flags & 1) = 1 AND NOT (e.flags & 2) = 2 AND e.site_id = 9 ORDER BY e.id DESC;
|
0.65 ms (0.59%)
|
2 |
SELECT def_hash FROM ee_file_style WHERE id = ?
SELECT def_hash FROM ee_file_style WHERE id = 1;
|
0.65 ms (0.59%)
|
1 |
SELECT l0_.id AS id_0, l0_.code AS code_1, l0_.name AS name_2, l0_.native_name AS native_name_3, l0_.weight AS weight_4, l0_.enabled AS enabled_5, l0_.is_default AS is_default_6 FROM language l0_ WHERE l0_.enabled = 1 ORDER BY l0_.weight ASC, l0_.code ASC
SELECT l0_.id AS id_0, l0_.code AS code_1, l0_.name AS name_2, l0_.native_name AS native_name_3, l0_.weight AS weight_4, l0_.enabled AS enabled_5, l0_.is_default AS is_default_6 FROM language l0_ WHERE l0_.enabled = 1 ORDER BY l0_.weight ASC, l0_.code ASC;
|
0.64 ms (0.59%)
|
2 |
SELECT id, name FROM entity_category_view_mode WHERE type_id = ?
SELECT id, name FROM entity_category_view_mode WHERE type_id = 14;
|
0.64 ms (0.58%)
|
1 |
SELECT * FROM entity_content_data_social_media WHERE (entity_id IN (?)) AND (field_id IN (?)) AND (rev_id IN (?)) ORDER BY delta ASC, id ASC
Parameters: [
43
114
90
]
SELECT * FROM entity_content_data_social_media WHERE (entity_id IN (43)) AND (field_id IN (114)) AND (rev_id IN (90)) ORDER BY delta ASC, id ASC;
|
0.64 ms (0.58%)
|
2 |
SELECT definition FROM ee_file_style WHERE id = ?
SELECT definition FROM ee_file_style WHERE id = 1;
|
0.62 ms (0.56%)
|
1 |
SELECT * FROM entity_content_data_geolocation WHERE (entity_id IN (?)) AND (field_id IN (?)) AND (rev_id IN (?)) ORDER BY delta ASC, id ASC
SELECT * FROM entity_content_data_geolocation WHERE (entity_id IN (43)) AND (field_id IN (9)) AND (rev_id IN (90)) ORDER BY delta ASC, id ASC;
|
0.61 ms (0.56%)
|
2 |
SELECT * FROM entity_category_view_mode WHERE name = ? AND type_id = ?
Parameters: [
"ikona"
14
]
SELECT * FROM entity_category_view_mode WHERE name = 'ikona' AND type_id = 14;
|
0.59 ms (0.54%)
|
1 |
SELECT id FROM entity_content_view_mode WHERE type_id = ? AND name = ?
Parameters: [
1
"default"
]
SELECT id FROM entity_content_view_mode WHERE type_id = 1 AND name = 'default';
|
0.58 ms (0.53%)
|
1 |
SELECT e.id FROM entity_category e WHERE e.type_id IN (?) AND NOT (e.flags & 1) = 1 AND NOT (e.flags & 2) = 2 AND e.site_id = ? ORDER BY e.id DESC
SELECT e.id FROM entity_category e WHERE e.type_id IN (14) AND NOT (e.flags & 1) = 1 AND NOT (e.flags & 2) = 2 AND e.site_id = 9 ORDER BY e.id DESC;
|
0.58 ms (0.53%)
|
1 |
SELECT * FROM entity_content_data_file WHERE (entity_id IN (?)) AND (field_id IN (?, ?, ?)) AND (rev_id IN (?)) ORDER BY delta ASC, id ASC
Parameters: [
43
5
6
8
90
]
SELECT * FROM entity_content_data_file WHERE (entity_id IN (43)) AND (field_id IN (5, 6, 8)) AND (rev_id IN (90)) ORDER BY delta ASC, id ASC;
|
0.56 ms (0.51%)
|
1 |
SELECT * FROM entity_content_data_checkbox WHERE (entity_id IN (?)) AND (field_id IN (?)) AND (rev_id IN (?)) ORDER BY delta ASC, id ASC
SELECT * FROM entity_content_data_checkbox WHERE (entity_id IN (43)) AND (field_id IN (7)) AND (rev_id IN (90)) ORDER BY delta ASC, id ASC;
|
0.56 ms (0.51%)
|
1 |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.slot AS slot_2, s0_.code AS code_3, s0_.paths AS paths_4, s0_.paths_mode AS paths_mode_5, s0_.position AS position_6, s0_.status AS status_7, s0_.site_id AS site_id_8 FROM site_injection s0_ WHERE s0_.site_id = ? AND (s0_.status & 1) = 1 ORDER BY s0_.position ASC, s0_.id ASC
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.slot AS slot_2, s0_.code AS code_3, s0_.paths AS paths_4, s0_.paths_mode AS paths_mode_5, s0_.position AS position_6, s0_.status AS status_7, s0_.site_id AS site_id_8 FROM site_injection s0_ WHERE s0_.site_id = 9 AND (s0_.status & 1) = 1 ORDER BY s0_.position ASC, s0_.id ASC;
|
0.55 ms (0.50%)
|
1 |
SELECT * FROM entity_content_schema
SELECT * FROM entity_content_schema;
|
0.55 ms (0.50%)
|
1 |
SELECT * FROM entity_category_schema
SELECT * FROM entity_category_schema;
|
0.54 ms (0.49%)
|
1 |
SELECT * FROM entity_content_data_reference WHERE (entity_id IN (?)) AND (field_id IN (?, ?)) AND (rev_id IN (?)) ORDER BY delta ASC, id ASC
Parameters: [
43
10
11
90
]
SELECT * FROM entity_content_data_reference WHERE (entity_id IN (43)) AND (field_id IN (10, 11)) AND (rev_id IN (90)) ORDER BY delta ASC, id ASC;
|
0.50 ms (0.46%)
|
1 |
SELECT * FROM entity_category_type
SELECT * FROM entity_category_type;
|
0.49 ms (0.45%)
|
1 |
SELECT * FROM ee_wysiwyg_preset ORDER BY weight ASC, name ASC
SELECT * FROM ee_wysiwyg_preset ORDER BY weight ASC, name ASC;
|
0.47 ms (0.43%)
|
1 |
SELECT * FROM entity_content_translation WHERE entity_id = ?
SELECT * FROM entity_content_translation WHERE entity_id = 43;
|
0.47 ms (0.43%)
|
1 |
SELECT * FROM entity_content_type
SELECT * FROM entity_content_type;
|
0.46 ms (0.42%)
|
1 |
SELECT * FROM entity_content_data_link WHERE (entity_id IN (?)) AND (field_id IN (?)) AND (rev_id IN (?)) ORDER BY delta ASC, id ASC
SELECT * FROM entity_content_data_link WHERE (entity_id IN (43)) AND (field_id IN (4)) AND (rev_id IN (90)) ORDER BY delta ASC, id ASC;
|
0.45 ms (0.41%)
|
1 |
SELECT id, name FROM entity_content_view_mode WHERE type_id IS NULL
SELECT id, name FROM entity_content_view_mode WHERE type_id IS NULL;
|
0.43 ms (0.39%)
|
1 |
SELECT * FROM entity_content WHERE id IN (?)
SELECT * FROM entity_content WHERE id IN (43);
|
0.42 ms (0.38%)
|
1 |
SELECT * FROM ee_file_style ORDER BY applies_to ASC, name ASC
SELECT * FROM ee_file_style ORDER BY applies_to ASC, name ASC;
|
0.38 ms (0.35%)
|
1 |
SELECT id, status_id FROM entity_content_revision WHERE id IN (?) AND status_id IS NOT NULL
SELECT id, status_id FROM entity_content_revision WHERE id IN (90) AND status_id IS NOT NULL;
|
0.37 ms (0.34%)
|
1 |
SELECT * FROM entity_file_type
SELECT * FROM entity_file_type;
|
0.37 ms (0.33%)
|
1 |
SELECT * FROM entity_category_view_mode WHERE name = ? AND type_id IS NULL
SELECT * FROM entity_category_view_mode WHERE name = 'ikona' AND type_id IS NULL;
|
0.36 ms (0.32%)
|
1 |
SELECT * FROM entity_file_schema
SELECT * FROM entity_file_schema;
|
0.34 ms (0.31%)
|
1 |
SELECT id, name FROM entity_content_view_mode WHERE type_id = ?
SELECT id, name FROM entity_content_view_mode WHERE type_id = 1;
|
0.34 ms (0.31%)
|
1 |
SELECT id, name FROM entity_category_view_mode WHERE type_id IS NULL
SELECT id, name FROM entity_category_view_mode WHERE type_id IS NULL;
|
0.33 ms (0.31%)
|
1 |
SELECT * FROM entity_file_type WHERE id = ?
SELECT * FROM entity_file_type WHERE id = 1;
|
0.33 ms (0.30%)
|
1 |
SELECT * FROM entity_content_translation WHERE entity_id IN (?)
SELECT * FROM entity_content_translation WHERE entity_id IN (43);
|
0.32 ms (0.29%)
|
1 |
SELECT * FROM entity_content_view_mode WHERE name = ? AND type_id = ?
SELECT * FROM entity_content_view_mode WHERE name = 'full' AND type_id = 1;
|
0.29 ms (0.26%)
|
1 |
SELECT l0_.id AS id_0, l0_.code AS code_1, l0_.name AS name_2, l0_.native_name AS native_name_3, l0_.weight AS weight_4, l0_.enabled AS enabled_5, l0_.is_default AS is_default_6 FROM language l0_ WHERE l0_.is_default = 1 LIMIT 1
SELECT l0_.id AS id_0, l0_.code AS code_1, l0_.name AS name_2, l0_.native_name AS native_name_3, l0_.weight AS weight_4, l0_.enabled AS enabled_5, l0_.is_default AS is_default_6 FROM language l0_ WHERE l0_.is_default = 1 LIMIT 1;
|