37.80 ms (12.56%)
1
INSERT INTO entity_view_counter (kind , type_id , entity_id , counter ) VALUES (? , ? , ? , 1 ) ON DUPLICATE KEY UPDATE counter = counter + 1 , type_id = VALUES (type_id )
Parameters :
[
"content "
1
43
]
INSERT INTO entity_view_counter (kind , type_id , entity_id , counter ) VALUES ('content' , 1 , 43 , 1 ) ON DUPLICATE KEY UPDATE counter = counter + 1 , type_id = VALUES (type_id );
Copy
30.26 ms (10.06%)
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 );
Copy
19.02 ms (6.32%)
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
14.91 ms (4.95%)
9
SELECT t0 . id AS id_1 , t0 . kind AS kind_2 , t0 . entity_id AS entity_id_3 , t0 . title AS title_4 , t0 . description AS description_5 , t0 . keywords AS keywords_6 , t0 . og_title AS og_title_7 , t0 . og_description AS og_description_8 , t0 . og_image_url AS og_image_url_9 , t0 . canonical_override AS canonical_override_10 , t0 . robots_noindex AS robots_noindex_11 , t0 . robots_nofollow AS robots_nofollow_12 , t0 . overrides AS overrides_13 , t0 . updated_at AS updated_at_14 FROM seo_metatag_entry t0 WHERE t0 . kind = ? AND t0 . entity_id = ? LIMIT 1
Parameters :
[
"content "
43
]
SELECT t0 . id AS id_1 , t0 . kind AS kind_2 , t0 . entity_id AS entity_id_3 , t0 . title AS title_4 , t0 . description AS description_5 , t0 . keywords AS keywords_6 , t0 . og_title AS og_title_7 , t0 . og_description AS og_description_8 , t0 . og_image_url AS og_image_url_9 , t0 . canonical_override AS canonical_override_10 , t0 . robots_noindex AS robots_noindex_11 , t0 . robots_nofollow AS robots_nofollow_12 , t0 . overrides AS overrides_13 , t0 . updated_at AS updated_at_14 FROM seo_metatag_entry t0 WHERE t0 . kind = 'content' AND t0 . entity_id = 43 LIMIT 1 ;
Copy
11.89 ms (3.95%)
8
SELECT entity_id , counter FROM entity_view_counter WHERE kind = ? AND entity_id IN (? )
Parameters :
[
"content "
43
]
SELECT entity_id , counter FROM entity_view_counter WHERE kind = 'content' AND entity_id IN (43 );
Copy
10.67 ms (3.55%)
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 = 3 ;
Copy
10.14 ms (3.37%)
2
SELECT * FROM entity_file_data_reference WHERE (entity_id IN (? )) AND (field_id IN (? , ? )) AND (rev_id IS NULL ) ORDER BY delta ASC , id ASC
SELECT * FROM entity_file_data_reference WHERE (entity_id IN (20 )) AND (field_id IN (1 , 3 )) AND (rev_id IS NULL ) ORDER BY delta ASC , id ASC ;
Copy
9.83 ms (3.27%)
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 ;
Copy
8.39 ms (2.79%)
1
SELECT * FROM entity_category_schema
SELECT * FROM entity_category_schema ;
Copy
8.28 ms (2.75%)
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
7.52 ms (2.50%)
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 ;
Copy
7.36 ms (2.45%)
2
SELECT def_hash FROM ee_file_style WHERE id = ?
SELECT def_hash FROM ee_file_style WHERE id = 1 ;
Copy
7.18 ms (2.38%)
2
SELECT definition FROM ee_file_style WHERE id = ?
SELECT definition FROM ee_file_style WHERE id = 1 ;
Copy
6.80 ms (2.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_ . 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
5.71 ms (1.90%)
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
5.63 ms (1.87%)
9
SELECT DATABASE ()
5.57 ms (1.85%)
4
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 ;
Copy
4.75 ms (1.58%)
6
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . title AS title_3 , t0 . type AS type_4 , t0 . json AS json_5 , t0 . position AS position_6 , t0 . status AS status_7 , t0 . navigation_id AS navigation_id_8 , t0 . parent_id AS parent_id_9 , t0 . site_id AS site_id_10 , t0 . content_id AS content_id_11 FROM navigation_item t0 WHERE t0 . navigation_id = ? ORDER BY t0 . position ASC , t0 . id ASC
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . title AS title_3 , t0 . type AS type_4 , t0 . json AS json_5 , t0 . position AS position_6 , t0 . status AS status_7 , t0 . navigation_id AS navigation_id_8 , t0 . parent_id AS parent_id_9 , t0 . site_id AS site_id_10 , t0 . content_id AS content_id_11 FROM navigation_item t0 WHERE t0 . navigation_id = 1 ORDER BY t0 . position ASC , t0 . id ASC ;
Copy
4.50 ms (1.49%)
1
SELECT * FROM entity_fragment_data_file WHERE (entity_id IN (? , ? , ? , ? )) AND (field_id IN (? , ? , ? , ? )) AND (rev_id IS NULL ) ORDER BY delta ASC , id ASC
Parameters :
[
71
72
79
80
89
91
93
142
]
SELECT * FROM entity_fragment_data_file WHERE (entity_id IN (71 , 72 , 79 , 80 )) AND (field_id IN (89 , 91 , 93 , 142 )) AND (rev_id IS NULL ) ORDER BY delta ASC , id ASC ;
Copy
4.44 ms (1.48%)
6
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 INNER JOIN navigation_site ON t0 . id = navigation_site . site_id WHERE navigation_site . navigation_id = ?
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 INNER JOIN navigation_site ON t0 . id = navigation_site . site_id WHERE navigation_site . navigation_id = 3 ;
Copy
4.36 ms (1.45%)
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
3.71 ms (1.23%)
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.13 ms (1.04%)
2
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
3.01 ms (1.00%)
6
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 ;
Copy
2.53 ms (0.84%)
2
SELECT COUNT (n0_ . id ) AS sclr_0 FROM navigation_item n0_ WHERE n0_ . navigation_id = ? AND n0_ . parent_id IS NULL AND n0_ . site_id = ?
SELECT COUNT (n0_ . id ) AS sclr_0 FROM navigation_item n0_ WHERE n0_ . navigation_id = 1 AND n0_ . parent_id IS NULL AND n0_ . site_id = 9 ;
Copy
2.36 ms (0.78%)
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
2.12 ms (0.71%)
3
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 );
Copy
1.80 ms (0.60%)
1
SELECT * FROM ee_view ORDER BY name ASC
SELECT * FROM ee_view ORDER BY name ASC ;
Copy
1.74 ms (0.58%)
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 ;
Copy
1.70 ms (0.56%)
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 = ?
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 ;
Copy
1.56 ms (0.52%)
2
SELECT * FROM entity_content WHERE id IN (? )
SELECT * FROM entity_content WHERE id IN (43 );
Copy
1.52 ms (0.51%)
2
SELECT t0 . id AS id_1 , t0 . block_ref AS block_ref_2 , t0 . hidden AS hidden_3 , t0 . settings_patch AS settings_patch_4 , t0 . region_override AS region_override_5 , t0 . position_override AS position_override_6 , t0 . created_at AS created_at_7 , t0 . changed_at AS changed_at_8 , t0 . delta_id AS delta_id_9 FROM theme_block_delta t0 WHERE t0 . delta_id = ?
SELECT t0 . id AS id_1 , t0 . block_ref AS block_ref_2 , t0 . hidden AS hidden_3 , t0 . settings_patch AS settings_patch_4 , t0 . region_override AS region_override_5 , t0 . position_override AS position_override_6 , t0 . created_at AS created_at_7 , t0 . changed_at AS changed_at_8 , t0 . delta_id AS delta_id_9 FROM theme_block_delta t0 WHERE t0 . delta_id = 5 ;
Copy
1.51 ms (0.50%)
2
SELECT * FROM entity_category WHERE id IN (? )
SELECT * FROM entity_category WHERE id IN (28 );
Copy
1.49 ms (0.50%)
1
SELECT * FROM entity_content_data_gutenberg WHERE (entity_id IN (? , ? )) AND (field_id IN (? )) AND (rev_id IN (? , ? )) ORDER BY delta ASC , id ASC
Parameters :
[
44
57
77
132
137
]
SELECT * FROM entity_content_data_gutenberg WHERE (entity_id IN (44 , 57 )) AND (field_id IN (77 )) AND (rev_id IN (132 , 137 )) ORDER BY delta ASC , id ASC ;
Copy
1.48 ms (0.49%)
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 . active AS active_8 , t0 . created_at AS created_at_9 , t0 . changed_at AS changed_at_10 , t0 . delta_id AS delta_id_11 FROM theme_own_block_delta t0 WHERE t0 . delta_id = ? ORDER BY t0 . position ASC , t0 . id ASC
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 . active AS active_8 , t0 . created_at AS created_at_9 , t0 . changed_at AS changed_at_10 , t0 . delta_id AS delta_id_11 FROM theme_own_block_delta t0 WHERE t0 . delta_id = 5 ORDER BY t0 . position ASC , t0 . id ASC ;
Copy
1.28 ms (0.43%)
2
SELECT * FROM entity_category_translation WHERE entity_id IN (? )
SELECT * FROM entity_category_translation WHERE entity_id IN (28 );
Copy
1.28 ms (0.43%)
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.27 ms (0.42%)
1
SELECT * FROM entity_fragment_data_text WHERE (entity_id IN (? , ? , ? , ? )) AND (field_id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) AND (rev_id IS NULL ) ORDER BY delta ASC , id ASC
Parameters :
[
71
72
79
80
79
80
81
82
84
85
86
87
88
90
92
94
96
98
99
100
102
104
106
108
110
112
140
144
145
]
SELECT * FROM entity_fragment_data_text WHERE (entity_id IN (71 , 72 , 79 , 80 )) AND (field_id IN (79 , 80 , 81 , 82 , 84 , 85 , 86 , 87 , 88 , 90 , 92 , 94 , 96 , 98 , 99 , 100 , 102 , 104 , 106 , 108 , 110 , 112 , 140 , 144 , 145 )) AND (rev_id IS NULL ) ORDER BY delta ASC , id ASC ;
Copy
1.21 ms (0.40%)
2
SELECT * FROM url_alias WHERE site_id = ? AND path = ? LIMIT 1
Parameters :
[
9
"/aktualnosci/43/dyrektorze-dziekujemy "
]
SELECT * FROM url_alias WHERE site_id = 9 AND path = '/aktualnosci/43/dyrektorze-dziekujemy' LIMIT 1 ;
Copy
1.12 ms (0.37%)
2
SELECT * FROM entity_category_data_text WHERE (entity_id IN (? )) AND (field_id IN (? )) AND (rev_id IS NULL ) ORDER BY delta ASC , id ASC
SELECT * FROM entity_category_data_text WHERE (entity_id IN (28 )) AND (field_id IN (46 )) AND (rev_id IS NULL ) ORDER BY delta ASC , id ASC ;
Copy
1.07 ms (0.35%)
1
SELECT * FROM entity_file_type WHERE id = ?
SELECT * FROM entity_file_type WHERE id = 1 ;
Copy
1.07 ms (0.35%)
1
SELECT * FROM entity_content WHERE id = ?
SELECT * FROM entity_content WHERE id = 43 ;
Copy
1.03 ms (0.34%)
2
SELECT * FROM entity_file_data_text WHERE (entity_id IN (? )) AND (field_id IN (? )) AND (rev_id IS NULL ) ORDER BY delta ASC , id ASC
SELECT * FROM entity_file_data_text WHERE (entity_id IN (20 )) AND (field_id IN (2 )) AND (rev_id IS NULL ) ORDER BY delta ASC , id ASC ;
Copy
1.02 ms (0.34%)
2
SELECT * FROM ee_view WHERE id = ?
SELECT * FROM ee_view WHERE id = 39 ;
Copy
1.01 ms (0.34%)
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
1.00 ms (0.33%)
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 ;
Copy
0.97 ms (0.32%)
2
SELECT * FROM entity_file WHERE id IN (? )
SELECT * FROM entity_file WHERE id IN (20 );
Copy
0.95 ms (0.32%)
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 ;
Copy
0.92 ms (0.31%)
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.89 ms (0.30%)
1
SELECT * FROM entity_fragment WHERE id IN (? , ? , ? , ? )
Parameters :
[
71
72
79
80
]
SELECT * FROM entity_fragment WHERE id IN (71 , 72 , 79 , 80 );
Copy
0.88 ms (0.29%)
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 ;
Copy
0.88 ms (0.29%)
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 . site_theme_id = ?
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 . site_theme_id = 2 ;
Copy
0.87 ms (0.29%)
2
SELECT * FROM entity_file_translation WHERE entity_id IN (? )
SELECT * FROM entity_file_translation WHERE entity_id IN (20 );
Copy
0.87 ms (0.29%)
1
SELECT * FROM url_alias WHERE module = ? AND target IN (? , ? ) ORDER BY id ASC
Parameters :
[
"ee "
"content:44 "
"content:57 "
]
SELECT * FROM url_alias WHERE module = 'ee' AND target IN ('content:44' , 'content:57' ) ORDER BY id ASC ;
Copy
0.87 ms (0.29%)
2
SELECT * FROM entity_content_translation WHERE entity_id IN (? )
SELECT * FROM entity_content_translation WHERE entity_id IN (43 );
Copy
0.86 ms (0.29%)
1
SELECT * FROM entity_file_type
SELECT * FROM entity_file_type ;
Copy
0.85 ms (0.28%)
1
SELECT * FROM entity_fragment_data_view WHERE (entity_id IN (? , ? , ? , ? )) AND (field_id IN (? )) AND (rev_id IS NULL ) ORDER BY delta ASC , id ASC
Parameters :
[
71
72
79
80
141
]
SELECT * FROM entity_fragment_data_view WHERE (entity_id IN (71 , 72 , 79 , 80 )) AND (field_id IN (141 )) AND (rev_id IS NULL ) ORDER BY delta ASC , id ASC ;
Copy
0.82 ms (0.27%)
2
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 ;
Copy
0.82 ms (0.27%)
1
SELECT * FROM entity_category_data_link WHERE (entity_id IN (? )) AND (field_id IN (? )) AND (rev_id IS NULL ) ORDER BY delta ASC , id ASC
SELECT * FROM entity_category_data_link WHERE (entity_id IN (28 )) AND (field_id IN (48 )) AND (rev_id IS NULL ) ORDER BY delta ASC , id ASC ;
Copy
0.81 ms (0.27%)
1
SELECT * FROM entity_fragment_data_dict WHERE (entity_id IN (? , ? , ? , ? )) AND (field_id IN (? , ? )) AND (rev_id IS NULL ) ORDER BY delta ASC , id ASC
Parameters :
[
71
72
79
80
78
143
]
SELECT * FROM entity_fragment_data_dict WHERE (entity_id IN (71 , 72 , 79 , 80 )) AND (field_id IN (78 , 143 )) AND (rev_id IS NULL ) ORDER BY delta ASC , id ASC ;
Copy
0.78 ms (0.26%)
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 ;
Copy
0.77 ms (0.26%)
1
SELECT * FROM entity_fragment_data_social_media WHERE (entity_id IN (? , ? , ? , ? )) AND (field_id IN (? , ? , ? , ? , ? , ? )) AND (rev_id IS NULL ) ORDER BY delta ASC , id ASC
Parameters :
[
71
72
79
80
101
103
105
107
109
111
]
SELECT * FROM entity_fragment_data_social_media WHERE (entity_id IN (71 , 72 , 79 , 80 )) AND (field_id IN (101 , 103 , 105 , 107 , 109 , 111 )) AND (rev_id IS NULL ) ORDER BY delta ASC , id ASC ;
Copy
0.77 ms (0.25%)
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.77 ms (0.25%)
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.76 ms (0.25%)
1
SELECT * FROM entity_content_schema
SELECT * FROM entity_content_schema ;
Copy
0.74 ms (0.25%)
1
SELECT * FROM entity_content_data_text WHERE (entity_id IN (? )) AND (field_id IN (? , ? , ? , ? , ? )) AND (rev_id IN (? )) AND (langcode IN (? , ? )) ORDER BY delta ASC , id ASC
Parameters :
[
41
72
73
74
135
147
55
"pl "
"und "
]
SELECT * FROM entity_content_data_text WHERE (entity_id IN (41 )) AND (field_id IN (72 , 73 , 74 , 135 , 147 )) AND (rev_id IN (55 )) AND (langcode IN ('pl' , 'und' )) ORDER BY delta ASC , id ASC ;
Copy
0.74 ms (0.25%)
1
SELECT * FROM entity_category_data_reference WHERE (entity_id IN (? )) AND (field_id IN (? )) AND (rev_id IS NULL ) ORDER BY delta ASC , id ASC
SELECT * FROM entity_category_data_reference WHERE (entity_id IN (28 )) AND (field_id IN (51 )) AND (rev_id IS NULL ) ORDER BY delta ASC , id ASC ;
Copy
0.73 ms (0.24%)
1
SELECT * FROM entity_category_data_file WHERE (entity_id IN (? )) AND (field_id IN (? )) AND (rev_id IS NULL ) ORDER BY delta ASC , id ASC
SELECT * FROM entity_category_data_file WHERE (entity_id IN (26 )) AND (field_id IN (50 )) AND (rev_id IS NULL ) ORDER BY delta ASC , id ASC ;
Copy
0.73 ms (0.24%)
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 ;
Copy
0.72 ms (0.24%)
1
SELECT * FROM entity_content WHERE id IN (? , ? )
SELECT * FROM entity_content WHERE id IN (44 , 57 );
Copy
0.71 ms (0.24%)
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.69 ms (0.23%)
1
SELECT * FROM entity_fragment_data_link WHERE (entity_id IN (? , ? , ? , ? )) AND (field_id IN (? )) AND (rev_id IS NULL ) ORDER BY delta ASC , id ASC
Parameters :
[
71
72
79
80
97
]
SELECT * FROM entity_fragment_data_link WHERE (entity_id IN (71 , 72 , 79 , 80 )) AND (field_id IN (97 )) AND (rev_id IS NULL ) ORDER BY delta ASC , id ASC ;
Copy
0.68 ms (0.23%)
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.68 ms (0.23%)
1
SELECT * FROM entity_fragment_data_foreign_reference WHERE (entity_id IN (? , ? , ? , ? )) AND (field_id IN (? )) AND (rev_id IS NULL ) ORDER BY delta ASC , id ASC
Parameters :
[
71
72
79
80
113
]
SELECT * FROM entity_fragment_data_foreign_reference WHERE (entity_id IN (71 , 72 , 79 , 80 )) AND (field_id IN (113 )) AND (rev_id IS NULL ) ORDER BY delta ASC , id ASC ;
Copy
0.68 ms (0.22%)
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 :
[
44
57
146
52
132
137
]
SELECT * FROM entity_content_data_text WHERE (entity_id IN (44 , 57 )) AND (field_id IN (146 , 52 )) AND (rev_id IN (132 , 137 )) ORDER BY delta ASC , id ASC ;
Copy
0.67 ms (0.22%)
1
SELECT * FROM entity_content_data_dict WHERE (entity_id IN (? )) AND (field_id IN (? )) AND (rev_id IN (? )) AND (langcode IN (? , ? )) ORDER BY delta ASC , id ASC
Parameters :
[
41
132
55
"pl "
"und "
]
SELECT * FROM entity_content_data_dict WHERE (entity_id IN (41 )) AND (field_id IN (132 )) AND (rev_id IN (55 )) AND (langcode IN ('pl' , 'und' )) ORDER BY delta ASC , id ASC ;
Copy
0.64 ms (0.21%)
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 ;
Copy
0.62 ms (0.21%)
1
SELECT * FROM entity_fragment_data_number WHERE (entity_id IN (? , ? , ? , ? )) AND (field_id IN (? )) AND (rev_id IS NULL ) ORDER BY delta ASC , id ASC
Parameters :
[
71
72
79
80
83
]
SELECT * FROM entity_fragment_data_number WHERE (entity_id IN (71 , 72 , 79 , 80 )) AND (field_id IN (83 )) AND (rev_id IS NULL ) ORDER BY delta ASC , id ASC ;
Copy
0.62 ms (0.21%)
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 ;
Copy
0.58 ms (0.19%)
1
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
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 ;
Copy
0.57 ms (0.19%)
1
SELECT * FROM entity_content_data_link WHERE (entity_id IN (? )) AND (field_id IN (? , ? )) AND (rev_id IN (? )) AND (langcode IN (? , ? )) ORDER BY delta ASC , id ASC
Parameters :
[
41
75
148
55
"pl "
"und "
]
SELECT * FROM entity_content_data_link WHERE (entity_id IN (41 )) AND (field_id IN (75 , 148 )) AND (rev_id IN (55 )) AND (langcode IN ('pl' , 'und' )) ORDER BY delta ASC , id ASC ;
Copy
0.55 ms (0.18%)
1
SELECT * FROM entity_fragment_data_geolocation WHERE (entity_id IN (? , ? , ? , ? )) AND (field_id IN (? )) AND (rev_id IS NULL ) ORDER BY delta ASC , id ASC
Parameters :
[
71
72
79
80
95
]
SELECT * FROM entity_fragment_data_geolocation WHERE (entity_id IN (71 , 72 , 79 , 80 )) AND (field_id IN (95 )) AND (rev_id IS NULL ) ORDER BY delta ASC , id ASC ;
Copy
0.55 ms (0.18%)
1
SELECT * FROM entity_file_schema
SELECT * FROM entity_file_schema ;
Copy
0.55 ms (0.18%)
1
SELECT * FROM entity_content_type
SELECT * FROM entity_content_type ;
Copy
0.54 ms (0.18%)
1
SELECT * FROM entity_content_translation WHERE entity_id = ?
SELECT * FROM entity_content_translation WHERE entity_id = 43 ;
Copy
0.49 ms (0.16%)
1
SELECT * FROM entity_category_type
SELECT * FROM entity_category_type ;
Copy
0.48 ms (0.16%)
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.47 ms (0.16%)
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 ;
Copy
0.45 ms (0.15%)
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
0.44 ms (0.14%)
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.38 ms (0.13%)
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.13%)
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 (132 , 137 ) AND status_id IS NOT NULL ;
Copy
0.37 ms (0.12%)
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
0.35 ms (0.12%)
1
SELECT * FROM entity_content_translation WHERE entity_id IN (? , ? )
SELECT * FROM entity_content_translation WHERE entity_id IN (44 , 57 );
Copy
0.34 ms (0.11%)
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.33 ms (0.11%)
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.31 ms (0.10%)
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