18.18 ms (16.09%)
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 ;
Copy
10.32 ms (9.14%)
1
SELECT s0_ . id AS id_0 , s0_ . theme AS theme_1 , s0_ . name AS name_2 , s0_ . json AS json_3 , s0_ . status AS status_4 , s0_ . site_id AS site_id_5 FROM site_theme s0_ WHERE s0_ . site_id = ? AND (s0_ . status & 2 ) = 2 LIMIT 1
SELECT s0_ . id AS id_0 , s0_ . theme AS theme_1 , s0_ . name AS name_2 , s0_ . json AS json_3 , s0_ . status AS status_4 , s0_ . site_id AS site_id_5 FROM site_theme s0_ WHERE s0_ . site_id = 1 AND (s0_ . status & 2 ) = 2 LIMIT 1 ;
Copy
10.02 ms (8.86%)
4
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 = 46 ;
Copy
9.48 ms (8.39%)
9
SELECT DATABASE ()
5.29 ms (4.69%)
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 ;
Copy
4.90 ms (4.33%)
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' ;
Copy
4.36 ms (3.86%)
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 = 1 AND (s0_ . status & 1 ) = 1 ORDER BY s0_ . position ASC , s0_ . id ASC ;
Copy
3.71 ms (3.28%)
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 ;
Copy
3.64 ms (3.22%)
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 ;
Copy
3.46 ms (3.07%)
2
SELECT t0 . id AS id_1 , t0 . region AS region_2 , t0 . type AS type_3 , t0 . name AS name_4 , t0 . json AS json_5 , t0 . visibility AS visibility_6 , t0 . position AS position_7 , t0 . status AS status_8 , t0 . site_theme_id AS site_theme_id_9 FROM theme_block t0 WHERE t0 . id IN (? , ? )
SELECT t0 . id AS id_1 , t0 . region AS region_2 , t0 . type AS type_3 , t0 . name AS name_4 , t0 . json AS json_5 , t0 . visibility AS visibility_6 , t0 . position AS position_7 , t0 . status AS status_8 , t0 . site_theme_id AS site_theme_id_9 FROM theme_block t0 WHERE t0 . id IN (34 , 136 );
Copy
2.31 ms (2.04%)
1
SELECT * FROM entity_file_type
SELECT * FROM entity_file_type ;
Copy
1.75 ms (1.55%)
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 ;
Copy
1.75 ms (1.55%)
2
SELECT def_hash FROM ee_file_style WHERE id = ?
SELECT def_hash FROM ee_file_style WHERE id = 1 ;
Copy
1.73 ms (1.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 :
[
47
5
6
8
116
]
SELECT * FROM entity_content_data_file WHERE (entity_id IN (47 )) AND (field_id IN (5 , 6 , 8 )) AND (rev_id IN (116 )) ORDER BY delta ASC , id ASC ;
Copy
1.44 ms (1.28%)
4
SELECT t0 . id AS id_1 , t0 . region AS region_2 , t0 . type AS type_3 , t0 . name AS name_4 , t0 . json AS json_5 , t0 . visibility AS visibility_6 , t0 . position AS position_7 , t0 . status AS status_8 , t0 . site_theme_id AS site_theme_id_9 FROM theme_block t0 WHERE t0 . id IN (? )
SELECT t0 . id AS id_1 , t0 . region AS region_2 , t0 . type AS type_3 , t0 . name AS name_4 , t0 . json AS json_5 , t0 . visibility AS visibility_6 , t0 . position AS position_7 , t0 . status AS status_8 , t0 . site_theme_id AS site_theme_id_9 FROM theme_block t0 WHERE t0 . id IN (35 );
Copy
1.40 ms (1.24%)
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 ;
Copy
1.27 ms (1.13%)
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 ;
Copy
1.15 ms (1.02%)
3
SELECT t0 . id AS id_1 , t0 . region AS region_2 , t0 . type AS type_3 , t0 . name AS name_4 , t0 . json AS json_5 , t0 . visibility AS visibility_6 , t0 . position AS position_7 , t0 . status AS status_8 , t0 . site_theme_id AS site_theme_id_9 FROM theme_block t0 WHERE t0 . id IN (? , ? , ? )
Parameters :
[
137
141
139
]
SELECT t0 . id AS id_1 , t0 . region AS region_2 , t0 . type AS type_3 , t0 . name AS name_4 , t0 . json AS json_5 , t0 . visibility AS visibility_6 , t0 . position AS position_7 , t0 . status AS status_8 , t0 . site_theme_id AS site_theme_id_9 FROM theme_block t0 WHERE t0 . id IN (137 , 141 , 139 );
Copy
1.10 ms (0.98%)
1
SELECT * FROM ee_view ORDER BY name ASC
SELECT * FROM ee_view ORDER BY name ASC ;
Copy
1.08 ms (0.95%)
2
SELECT * FROM url_alias WHERE site_id = ? AND path = ? LIMIT 1
Parameters :
[
1
"/aktualnosci/w-czwartek-wystartuja-mazurskie-zawody-balonowe "
]
SELECT * FROM url_alias WHERE site_id = 1 AND path = '/aktualnosci/w-czwartek-wystartuja-mazurskie-zawody-balonowe' LIMIT 1 ;
Copy
1.00 ms (0.89%)
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 (? , ? , ? , ? , ? , ? )
Parameters :
[
83
84
85
86
87
88
]
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 (83 , 84 , 85 , 86 , 87 , 88 );
Copy
0.97 ms (0.86%)
2
SELECT * FROM url_alias WHERE module = ? AND target IN (? , ? , ? ) ORDER BY id ASC
Parameters :
[
"ee "
"category:32 "
"category:20 "
"category:19 "
]
SELECT * FROM url_alias WHERE module = 'ee' AND target IN ('category:32' , 'category:20' , 'category:19' ) ORDER BY id ASC ;
Copy
0.95 ms (0.84%)
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 :
[
47
1
139
2
3
116
]
SELECT * FROM entity_content_data_text WHERE (entity_id IN (47 )) AND (field_id IN (1 , 139 , 2 , 3 )) AND (rev_id IN (116 )) ORDER BY delta ASC , id ASC ;
Copy
0.92 ms (0.81%)
2
SELECT * FROM ee_view WHERE id = ?
SELECT * FROM ee_view WHERE id = 39 ;
Copy
0.88 ms (0.78%)
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 = ?
Copy
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 = 2 ;
Copy
0.86 ms (0.77%)
2
SELECT * FROM url_alias WHERE module = ? AND target IN (? ) ORDER BY id ASC
Parameters :
[
"ee "
"content:47 "
]
SELECT * FROM url_alias WHERE module = 'ee' AND target IN ('content:47' ) ORDER BY id ASC ;
Copy
0.84 ms (0.75%)
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 ;
Copy
0.75 ms (0.67%)
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 (47 )) AND (field_id IN (4 )) AND (rev_id IN (116 )) ORDER BY delta ASC , id ASC ;
Copy
0.75 ms (0.67%)
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' ;
Copy
0.73 ms (0.65%)
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 :
[
47
114
116
]
SELECT * FROM entity_content_data_social_media WHERE (entity_id IN (47 )) AND (field_id IN (114 )) AND (rev_id IN (116 )) ORDER BY delta ASC , id ASC ;
Copy
0.72 ms (0.64%)
1
SELECT * FROM entity_content WHERE id = ?
SELECT * FROM entity_content WHERE id = 47 ;
Copy
0.67 ms (0.60%)
1
SELECT * FROM entity_content_schema
SELECT * FROM entity_content_schema ;
Copy
0.65 ms (0.58%)
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 ;
Copy
0.64 ms (0.57%)
1
SELECT * FROM url_alias WHERE module = ? AND target IN (? , ? , ? , ? , ? , ? , ? , ? , ? ) ORDER BY id ASC
Parameters :
[
"ee "
"content:36 "
"content:35 "
"content:10 "
"content:9 "
"content:7 "
"content:6 "
"content:5 "
"content:4 "
"content:3 "
]
SELECT * FROM url_alias WHERE module = 'ee' AND target IN ('content:36' , 'content:35' , 'content:10' , 'content:9' , 'content:7' , 'content:6' , 'content:5' , 'content:4' , 'content:3' ) ORDER BY id ASC ;
Copy
0.64 ms (0.57%)
2
SELECT id , name FROM entity_category_view_mode WHERE type_id = ?
SELECT id , name FROM entity_category_view_mode WHERE type_id = 14 ;
Copy
0.63 ms (0.55%)
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 = 1 ORDER BY e . id DESC ;
Copy
0.62 ms (0.55%)
2
SELECT definition FROM ee_file_style WHERE id = ?
SELECT definition FROM ee_file_style WHERE id = 1 ;
Copy
0.61 ms (0.54%)
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 ;
Copy
0.57 ms (0.50%)
1
SELECT * FROM entity_content_type
SELECT * FROM entity_content_type ;
Copy
0.56 ms (0.50%)
1
SELECT * FROM entity_content WHERE id IN (? )
SELECT * FROM entity_content WHERE id IN (47 );
Copy
0.55 ms (0.49%)
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' ;
Copy
0.51 ms (0.45%)
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 :
[
47
10
11
116
]
SELECT * FROM entity_content_data_reference WHERE (entity_id IN (47 )) AND (field_id IN (10 , 11 )) AND (rev_id IN (116 )) ORDER BY delta ASC , id ASC ;
Copy
0.51 ms (0.45%)
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 (47 )) AND (field_id IN (7 )) AND (rev_id IN (116 )) ORDER BY delta ASC , id ASC ;
Copy
0.51 ms (0.45%)
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 (47 )) AND (field_id IN (9 )) AND (rev_id IN (116 )) ORDER BY delta ASC , id ASC ;
Copy
0.49 ms (0.43%)
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 ;
Copy
0.49 ms (0.43%)
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 ;
Copy
0.47 ms (0.42%)
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 = 1 ORDER BY e . id DESC ;
Copy
0.47 ms (0.42%)
1
SELECT * FROM entity_category_schema
SELECT * FROM entity_category_schema ;
Copy
0.45 ms (0.40%)
1
SELECT t0 . id AS id_1 , t0 . region AS region_2 , t0 . type AS type_3 , t0 . name AS name_4 , t0 . json AS json_5 , t0 . visibility AS visibility_6 , t0 . position AS position_7 , t0 . status AS status_8 , t0 . site_theme_id AS site_theme_id_9 FROM theme_block t0 WHERE t0 . id IN (? , ? , ? , ? , ? , ? )
Parameters :
[
142
20
21
22
23
24
]
SELECT t0 . id AS id_1 , t0 . region AS region_2 , t0 . type AS type_3 , t0 . name AS name_4 , t0 . json AS json_5 , t0 . visibility AS visibility_6 , t0 . position AS position_7 , t0 . status AS status_8 , t0 . site_theme_id AS site_theme_id_9 FROM theme_block t0 WHERE t0 . id IN (142 , 20 , 21 , 22 , 23 , 24 );
Copy
0.44 ms (0.39%)
1
SELECT * FROM entity_content_translation WHERE entity_id = ?
SELECT * FROM entity_content_translation WHERE entity_id = 47 ;
Copy
0.44 ms (0.39%)
1
SELECT t0 . id AS id_1 , t0 . region AS region_2 , t0 . type AS type_3 , t0 . name AS name_4 , t0 . json AS json_5 , t0 . visibility AS visibility_6 , t0 . position AS position_7 , t0 . status AS status_8 , t0 . site_theme_id AS site_theme_id_9 FROM theme_block t0 WHERE t0 . id IN (? , ? , ? , ? )
Parameters :
[
33
32
134
135
]
SELECT t0 . id AS id_1 , t0 . region AS region_2 , t0 . type AS type_3 , t0 . name AS name_4 , t0 . json AS json_5 , t0 . visibility AS visibility_6 , t0 . position AS position_7 , t0 . status AS status_8 , t0 . site_theme_id AS site_theme_id_9 FROM theme_block t0 WHERE t0 . id IN (33 , 32 , 134 , 135 );
Copy
0.41 ms (0.36%)
1
SELECT * FROM entity_category_type
SELECT * FROM entity_category_type ;
Copy
0.41 ms (0.36%)
1
SELECT * FROM ee_wysiwyg_preset ORDER BY weight ASC , name ASC
SELECT * FROM ee_wysiwyg_preset ORDER BY weight ASC , name ASC ;
Copy
0.39 ms (0.34%)
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 ;
Copy
0.39 ms (0.34%)
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 ;
Copy
0.38 ms (0.33%)
1
SELECT * FROM entity_file_schema
SELECT * FROM entity_file_schema ;
Copy
0.37 ms (0.33%)
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 (116 ) AND status_id IS NOT NULL ;
Copy
0.36 ms (0.32%)
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 ;
Copy
0.34 ms (0.30%)
1
SELECT * FROM entity_content_translation WHERE entity_id IN (? )
SELECT * FROM entity_content_translation WHERE entity_id IN (47 );
Copy
0.33 ms (0.29%)
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 ;
Copy
0.32 ms (0.28%)
1
SELECT * FROM entity_file_type WHERE id = ?
SELECT * FROM entity_file_type WHERE id = 1 ;
Copy
0.32 ms (0.28%)
1
SELECT id , name FROM entity_content_view_mode WHERE type_id = ?
SELECT id , name FROM entity_content_view_mode WHERE type_id = 1 ;
Copy
0.31 ms (0.27%)
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 ;
Copy