26.04 ms (8.49%)
22
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 "
47
]
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 = 47 LIMIT 1 ;
Copy
22.18 ms (7.23%)
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
22.15 ms (7.22%)
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
47
]
INSERT INTO entity_view_counter (kind , type_id , entity_id , counter ) VALUES ('content' , 1 , 47 , 1 ) ON DUPLICATE KEY UPDATE counter = counter + 1 , type_id = VALUES (type_id );
Copy
18.59 ms (6.06%)
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
17.13 ms (5.59%)
1
SELECT * FROM entity_content WHERE id = ?
SELECT * FROM entity_content WHERE id = 47 ;
Copy
15.79 ms (5.15%)
9
SELECT DATABASE ()
12.27 ms (4.00%)
4
SELECT * FROM entity_file WHERE id IN (? )
SELECT * FROM entity_file WHERE id IN (41 );
Copy
11.74 ms (3.83%)
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
10.70 ms (3.49%)
7
SELECT entity_id , counter FROM entity_view_counter WHERE kind = ? AND entity_id IN (? )
Parameters :
[
"content "
47
]
SELECT entity_id , counter FROM entity_view_counter WHERE kind = 'content' AND entity_id IN (47 );
Copy
10.13 ms (3.30%)
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
9.17 ms (2.99%)
3
SELECT def_hash FROM ee_file_style WHERE id = ?
SELECT def_hash FROM ee_file_style WHERE id = 3 ;
Copy
9.14 ms (2.98%)
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
7.66 ms (2.50%)
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
7.47 ms (2.44%)
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
7.12 ms (2.32%)
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.04 ms (2.30%)
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
6.51 ms (2.12%)
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
6.21 ms (2.03%)
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
6.14 ms (2.00%)
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
5.82 ms (1.90%)
1
SELECT * FROM entity_content WHERE id IN (? )
SELECT * FROM entity_content WHERE id IN (47 );
Copy
5.46 ms (1.78%)
4
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 (41 )) AND (field_id IN (1 , 3 )) AND (rev_id IS NULL ) ORDER BY delta ASC , id ASC ;
Copy
4.23 ms (1.38%)
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
4.22 ms (1.37%)
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 (1.19%)
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.38 ms (1.10%)
1
SELECT entity_id , counter FROM entity_view_counter WHERE kind = ? AND entity_id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
"content "
47
36
35
11
10
9
8
7
6
5
4
3
2
1
]
SELECT entity_id , counter FROM entity_view_counter WHERE kind = 'content' AND entity_id IN (47 , 36 , 35 , 11 , 10 , 9 , 8 , 7 , 6 , 5 , 4 , 3 , 2 , 1 );
Copy
3.37 ms (1.10%)
1
SELECT * FROM entity_file_type
SELECT * FROM entity_file_type ;
Copy
3.31 ms (1.08%)
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
2.98 ms (0.97%)
4
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 (41 )) AND (field_id IN (2 )) AND (rev_id IS NULL ) ORDER BY delta ASC , id ASC ;
Copy
2.75 ms (0.90%)
4
SELECT * FROM entity_file_translation WHERE entity_id IN (? )
SELECT * FROM entity_file_translation WHERE entity_id IN (41 );
Copy
2.64 ms (0.86%)
1
SELECT * FROM entity_file_schema
SELECT * FROM entity_file_schema ;
Copy
2.52 ms (0.82%)
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
1.90 ms (0.62%)
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
1.80 ms (0.59%)
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
1.62 ms (0.53%)
1
SELECT * FROM entity_category_schema
SELECT * FROM entity_category_schema ;
Copy
1.31 ms (0.43%)
2
SELECT * FROM ee_view WHERE id = ?
SELECT * FROM ee_view WHERE id = 39 ;
Copy
1.28 ms (0.42%)
2
SELECT * FROM url_alias WHERE site_id = ? AND path = ? LIMIT 1
Parameters :
[
1
"/aktualnosci/47/w-czwartek-wystartuja-mazurskie-zawody-balonowe "
]
SELECT * FROM url_alias WHERE site_id = 1 AND path = '/aktualnosci/47/w-czwartek-wystartuja-mazurskie-zawody-balonowe' LIMIT 1 ;
Copy
1.24 ms (0.40%)
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
1.07 ms (0.35%)
1
SELECT * FROM ee_view ORDER BY name ASC
SELECT * FROM ee_view ORDER BY name ASC ;
Copy
1.03 ms (0.34%)
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
0.91 ms (0.30%)
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.78 ms (0.26%)
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.77 ms (0.25%)
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.77 ms (0.25%)
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.77 ms (0.25%)
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.68 ms (0.22%)
1
SELECT * FROM entity_content_translation WHERE entity_id = ?
SELECT * FROM entity_content_translation WHERE entity_id = 47 ;
Copy
0.66 ms (0.21%)
1
SELECT * FROM entity_content_schema
SELECT * FROM entity_content_schema ;
Copy
0.65 ms (0.21%)
1
SELECT * FROM url_alias WHERE module = ? AND target IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) ORDER BY id ASC
Parameters :
[
"ee "
"content:36 "
"content:35 "
"content:11 "
"content:10 "
"content:9 "
"content:8 "
"content:7 "
"content:6 "
"content:5 "
"content:4 "
"content:3 "
"content:2 "
"content:1 "
]
SELECT * FROM url_alias WHERE module = 'ee' AND target IN ('content:36' , 'content:35' , 'content:11' , 'content:10' , 'content:9' , 'content:8' , 'content:7' , 'content:6' , 'content:5' , 'content:4' , 'content:3' , 'content:2' , 'content:1' ) ORDER BY id ASC ;
Copy
0.64 ms (0.21%)
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.60 ms (0.20%)
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.60 ms (0.20%)
2
SELECT definition FROM ee_file_style WHERE id = ?
SELECT definition FROM ee_file_style WHERE id = 1 ;
Copy
0.59 ms (0.19%)
1
SELECT * FROM entity_content_translation WHERE entity_id IN (? )
SELECT * FROM entity_content_translation WHERE entity_id IN (47 );
Copy
0.56 ms (0.18%)
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
0.55 ms (0.18%)
1
SELECT * FROM entity_category_type
SELECT * FROM entity_category_type ;
Copy
0.54 ms (0.18%)
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.52 ms (0.17%)
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
0.51 ms (0.17%)
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.50 ms (0.16%)
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.48 ms (0.16%)
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.48 ms (0.16%)
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.47 ms (0.15%)
1
SELECT * FROM entity_content_type
SELECT * FROM entity_content_type ;
Copy
0.47 ms (0.15%)
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.43 ms (0.14%)
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.43 ms (0.14%)
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.43 ms (0.14%)
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.40 ms (0.13%)
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.40 ms (0.13%)
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
0.39 ms (0.13%)
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.38 ms (0.12%)
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.38 ms (0.12%)
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.31 ms (0.10%)
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.10%)
1
SELECT * FROM entity_file_type WHERE id = ?
SELECT * FROM entity_file_type WHERE id = 1 ;
Copy
0.31 ms (0.10%)
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