12.17 ms (24.39%)
92
SELECT t0 . trans_value AS trans_value_1 , t0 . id AS id_2 , t0 . locale AS locale_3 , t0 . translatable_id AS translatable_id_4 , t5 . alias AS alias_6 , t5 . value AS value_7 , t5 . id AS id_8 FROM setting_translation t0 LEFT JOIN setting t5 ON t0 . translatable_id = t5 . id WHERE t0 . translatable_id = ?
SELECT t0 . trans_value AS trans_value_1 , t0 . id AS id_2 , t0 . locale AS locale_3 , t0 . translatable_id AS translatable_id_4 , t5 . alias AS alias_6 , t5 . value AS value_7 , t5 . id AS id_8 FROM setting_translation t0 LEFT JOIN setting t5 ON t0 . translatable_id = t5 . id WHERE t0 . translatable_id = 2 ;
Copy
7.22 ms (14.46%)
21
SELECT t0 . name AS name_1 , t0 . title AS title_2 , t0 . short_text AS short_text_3 , t0 . text AS text_4 , t0 . id AS id_5 , t0 . locale AS locale_6 , t0 . translatable_id AS translatable_id_7 , t8 . homepage AS homepage_9 , t8 . doc_files_order AS doc_files_order_10 , t8 . id AS id_11 , t8 . sort AS sort_12 , t8 . img_files_order AS img_files_order_13 , t8 . dms_img_updated AS dms_img_updated_14 , t8 . parent AS parent_15 , t8 . seo_id AS seo_id_16 , t8 . template_id AS template_id_17 , t8 . img_file_id AS img_file_id_18 , t8 . doc_file_id AS doc_file_id_19 FROM web_page_translation t0 LEFT JOIN web_page t8 ON t0 . translatable_id = t8 . id WHERE t0 . translatable_id = ?
SELECT t0 . name AS name_1 , t0 . title AS title_2 , t0 . short_text AS short_text_3 , t0 . text AS text_4 , t0 . id AS id_5 , t0 . locale AS locale_6 , t0 . translatable_id AS translatable_id_7 , t8 . homepage AS homepage_9 , t8 . doc_files_order AS doc_files_order_10 , t8 . id AS id_11 , t8 . sort AS sort_12 , t8 . img_files_order AS img_files_order_13 , t8 . dms_img_updated AS dms_img_updated_14 , t8 . parent AS parent_15 , t8 . seo_id AS seo_id_16 , t8 . template_id AS template_id_17 , t8 . img_file_id AS img_file_id_18 , t8 . doc_file_id AS doc_file_id_19 FROM web_page_translation t0 LEFT JOIN web_page t8 ON t0 . translatable_id = t8 . id WHERE t0 . translatable_id = 1 ;
Copy
6.75 ms (13.52%)
1
SELECT t0 . token AS token_1 , t0 . id AS id_2 FROM lang_token t0
SELECT t0 . token AS token_1 , t0 . id AS id_2 FROM lang_token t0 ;
Copy
6.68 ms (13.39%)
1
SELECT l0_ . token AS token_0 , l0_ . id AS id_1 FROM lang_token l0_
SELECT l0_ . token AS token_0 , l0_ . id AS id_1 FROM lang_token l0_ ;
Copy
1.73 ms (3.47%)
9
SELECT v0_ . name AS name_0 , v0_ . rate AS rate_1 , v0_ . valid_from AS valid_from_2 , v0_ . valid_to AS valid_to_3 , v0_ . type AS type_4 , v0_ . kind AS kind_5 , v0_ . calc_without_vat AS calc_without_vat_6 , v0_ . calc_with_vat AS calc_with_vat_7 , v0_ . rounding AS rounding_8 , v0_ . rounding_direction AS rounding_direction_9 , v0_ . program AS program_10 , v0_ . hide_in_list AS hide_in_list_11 , v0_ . is_default AS is_default_12 , v0_ . company_invoice AS company_invoice_13 , v0_ . company_package AS company_package_14 , v0_ . id AS id_15 , v0_ . previous_id AS previous_id_16 , v0_ . account_company_id AS account_company_id_17 , v0_ . account_organization_id AS account_organization_id_18 FROM vat v0_ WHERE v0_ . valid_from < = ? AND (v0_ . valid_to > = ? OR v0_ . valid_to IS NULL ) AND (v0_ . company_invoice = 1 OR v0_ . type = ? ) ORDER BY v0_ . company_invoice DESC , v0_ . type DESC LIMIT 1
Parameters :
[
"2025-12-08 "
"2025-12-08 "
"other "
]
SELECT v0_ . name AS name_0 , v0_ . rate AS rate_1 , v0_ . valid_from AS valid_from_2 , v0_ . valid_to AS valid_to_3 , v0_ . type AS type_4 , v0_ . kind AS kind_5 , v0_ . calc_without_vat AS calc_without_vat_6 , v0_ . calc_with_vat AS calc_with_vat_7 , v0_ . rounding AS rounding_8 , v0_ . rounding_direction AS rounding_direction_9 , v0_ . program AS program_10 , v0_ . hide_in_list AS hide_in_list_11 , v0_ . is_default AS is_default_12 , v0_ . company_invoice AS company_invoice_13 , v0_ . company_package AS company_package_14 , v0_ . id AS id_15 , v0_ . previous_id AS previous_id_16 , v0_ . account_company_id AS account_company_id_17 , v0_ . account_organization_id AS account_organization_id_18 FROM vat v0_ WHERE v0_ . valid_from < = '2025-12-08' AND (v0_ . valid_to > = '2025-12-08' OR v0_ . valid_to IS NULL ) AND (v0_ . company_invoice = 1 OR v0_ . type = 'other' ) ORDER BY v0_ . company_invoice DESC , v0_ . type DESC LIMIT 1 ;
Copy
1.41 ms (2.83%)
19
SELECT t0 . homepage AS homepage_1 , t0 . doc_files_order AS doc_files_order_2 , t0 . id AS id_3 , t0 . sort AS sort_4 , t0 . img_files_order AS img_files_order_5 , t0 . dms_img_updated AS dms_img_updated_6 , t0 . parent AS parent_7 , t0 . seo_id AS seo_id_8 , t0 . template_id AS template_id_9 , t0 . img_file_id AS img_file_id_10 , t0 . doc_file_id AS doc_file_id_11 FROM web_page t0 WHERE t0 . id = ? LIMIT 1
SELECT t0 . homepage AS homepage_1 , t0 . doc_files_order AS doc_files_order_2 , t0 . id AS id_3 , t0 . sort AS sort_4 , t0 . img_files_order AS img_files_order_5 , t0 . dms_img_updated AS dms_img_updated_6 , t0 . parent AS parent_7 , t0 . seo_id AS seo_id_8 , t0 . template_id AS template_id_9 , t0 . img_file_id AS img_file_id_10 , t0 . doc_file_id AS doc_file_id_11 FROM web_page t0 WHERE t0 . id = 4 LIMIT 1 ;
Copy
1.30 ms (2.61%)
11
SELECT t0 . name AS name_1 , t0 . disabled AS disabled_2 , t0 . id AS id_3 , t0 . locale AS locale_4 , t0 . translatable_id AS translatable_id_5 , t6 . link_id AS link_id_7 , t6 . url AS url_8 , t6 . active AS active_9 , t6 . id AS id_10 , t6 . sort AS sort_11 , t6 . parent AS parent_12 , t6 . module_id AS module_id_13 , t6 . img_file_id AS img_file_id_14 FROM web_menu_translation t0 LEFT JOIN web_menu t6 ON t0 . translatable_id = t6 . id WHERE t0 . translatable_id = ?
SELECT t0 . name AS name_1 , t0 . disabled AS disabled_2 , t0 . id AS id_3 , t0 . locale AS locale_4 , t0 . translatable_id AS translatable_id_5 , t6 . link_id AS link_id_7 , t6 . url AS url_8 , t6 . active AS active_9 , t6 . id AS id_10 , t6 . sort AS sort_11 , t6 . parent AS parent_12 , t6 . module_id AS module_id_13 , t6 . img_file_id AS img_file_id_14 FROM web_menu_translation t0 LEFT JOIN web_menu t6 ON t0 . translatable_id = t6 . id WHERE t0 . translatable_id = 16 ;
Copy
1.16 ms (2.33%)
10
SELECT t0 . alias AS alias_1 , t0 . value AS value_2 , t0 . id AS id_3 FROM setting t0 WHERE t0 . alias = ? LIMIT 1
Parameters :
[
"pagination "
]
SELECT t0 . alias AS alias_1 , t0 . value AS value_2 , t0 . id AS id_3 FROM setting t0 WHERE t0 . alias = 'pagination' LIMIT 1 ;
Copy
0.96 ms (1.92%)
1
SELECT w0_ . active AS active_0 , w0_ . only_image AS only_image_1 , w0_ . created AS created_2 , w0_ . entity_id AS entity_id_3 , w0_ . id AS id_4 , w0_ . sort AS sort_5 , w0_ . link_id AS link_id_6 , w0_ . page_id AS page_id_7 , w0_ . author_id AS author_id_8 , w0_ . dms_file_tablet_id AS dms_file_tablet_id_9 , w0_ . dms_file_phone_id AS dms_file_phone_id_10 , w0_ . dms_video_id AS dms_video_id_11 , w0_ . img_file_id AS img_file_id_12 FROM web_slider w0_ INNER JOIN web_slider_to_group w2_ ON w0_ . id = w2_ . slider_item_id INNER JOIN web_slider_group w1_ ON w1_ . id = w2_ . slider_group_id WHERE w1_ . id = 1 AND w0_ . active = 1 ORDER BY w0_ . page_id ASC , w0_ . sort ASC
SELECT w0_ . active AS active_0 , w0_ . only_image AS only_image_1 , w0_ . created AS created_2 , w0_ . entity_id AS entity_id_3 , w0_ . id AS id_4 , w0_ . sort AS sort_5 , w0_ . link_id AS link_id_6 , w0_ . page_id AS page_id_7 , w0_ . author_id AS author_id_8 , w0_ . dms_file_tablet_id AS dms_file_tablet_id_9 , w0_ . dms_file_phone_id AS dms_file_phone_id_10 , w0_ . dms_video_id AS dms_video_id_11 , w0_ . img_file_id AS img_file_id_12 FROM web_slider w0_ INNER JOIN web_slider_to_group w2_ ON w0_ . id = w2_ . slider_item_id INNER JOIN web_slider_group w1_ ON w1_ . id = w2_ . slider_group_id WHERE w1_ . id = 1 AND w0_ . active = 1 ORDER BY w0_ . page_id ASC , w0_ . sort ASC ;
Copy
0.75 ms (1.51%)
4
SELECT t0 . name AS name_1 , t0 . id AS id_2 , t0 . locale AS locale_3 , t0 . translatable_id AS translatable_id_4 , t5 . name AS name_6 , t5 . id AS id_7 FROM web_menu_group_translation t0 LEFT JOIN web_menu_group t5 ON t0 . translatable_id = t5 . id WHERE t0 . translatable_id = ?
SELECT t0 . name AS name_1 , t0 . id AS id_2 , t0 . locale AS locale_3 , t0 . translatable_id AS translatable_id_4 , t5 . name AS name_6 , t5 . id AS id_7 FROM web_menu_group_translation t0 LEFT JOIN web_menu_group t5 ON t0 . translatable_id = t5 . id WHERE t0 . translatable_id = 3 ;
Copy
0.74 ms (1.48%)
8
SELECT t0 . title AS title_1 , t0 . description AS description_2 , t0 . keywords AS keywords_3 , t0 . name AS name_4 , t0 . url AS url_5 , t0 . `generated` AS generated_6 , t0 . id AS id_7 , t0 . locale AS locale_8 , t0 . translatable_id AS translatable_id_9 , t10 . noindex AS noindex_11 , t10 . module AS module_12 , t10 . anchor AS anchor_13 , t10 . suffix AS suffix_14 , t10 . entity AS entity_15 , t10 . id AS id_16 FROM web_seo_translation t0 LEFT JOIN web_seo t10 ON t0 . translatable_id = t10 . id WHERE t0 . translatable_id = ?
SELECT t0 . title AS title_1 , t0 . description AS description_2 , t0 . keywords AS keywords_3 , t0 . name AS name_4 , t0 . url AS url_5 , t0 . `generated` AS generated_6 , t0 . id AS id_7 , t0 . locale AS locale_8 , t0 . translatable_id AS translatable_id_9 , t10 . noindex AS noindex_11 , t10 . module AS module_12 , t10 . anchor AS anchor_13 , t10 . suffix AS suffix_14 , t10 . entity AS entity_15 , t10 . id AS id_16 FROM web_seo_translation t0 LEFT JOIN web_seo t10 ON t0 . translatable_id = t10 . id WHERE t0 . translatable_id = 4 ;
Copy
0.68 ms (1.37%)
1
SELECT w0_ . link_id AS link_id_0 , w0_ . url AS url_1 , w0_ . active AS active_2 , w0_ . id AS id_3 , w0_ . sort AS sort_4 , w0_ . parent AS parent_5 , w0_ . module_id AS module_id_6 , w0_ . img_file_id AS img_file_id_7 FROM web_menu w0_ INNER JOIN web_menu_to_group w2_ ON w0_ . id = w2_ . menu_item_id INNER JOIN web_menu_group w1_ ON w1_ . id = w2_ . menu_group_id WHERE w1_ . id = 1 AND w0_ . active = 1 ORDER BY w0_ . sort ASC
SELECT w0_ . link_id AS link_id_0 , w0_ . url AS url_1 , w0_ . active AS active_2 , w0_ . id AS id_3 , w0_ . sort AS sort_4 , w0_ . parent AS parent_5 , w0_ . module_id AS module_id_6 , w0_ . img_file_id AS img_file_id_7 FROM web_menu w0_ INNER JOIN web_menu_to_group w2_ ON w0_ . id = w2_ . menu_item_id INNER JOIN web_menu_group w1_ ON w1_ . id = w2_ . menu_group_id WHERE w1_ . id = 1 AND w0_ . active = 1 ORDER BY w0_ . sort ASC ;
Copy
0.68 ms (1.35%)
7
SELECT t0 . path AS path_1 , t0 . type AS type_2 , t0 . template AS template_3 , t0 . upload_form AS upload_form_4 , t0 . data_sources AS data_sources_5 , t0 . only_once AS only_once_6 , t0 . id AS id_7 , t0 . updated_at AS updated_at_8 , t0 . upload AS upload_9 FROM web_template t0 WHERE t0 . id = ?
SELECT t0 . path AS path_1 , t0 . type AS type_2 , t0 . template AS template_3 , t0 . upload_form AS upload_form_4 , t0 . data_sources AS data_sources_5 , t0 . only_once AS only_once_6 , t0 . id AS id_7 , t0 . updated_at AS updated_at_8 , t0 . upload AS upload_9 FROM web_template t0 WHERE t0 . id = 3 ;
Copy
0.64 ms (1.28%)
2
SELECT t0 . name AS name_1 , t0 . text AS text_2 , t0 . front_tariff AS front_tariff_3 , t0 . price_monthly AS price_monthly_4 , t0 . price_quarterly AS price_quarterly_5 , t0 . price_yearly AS price_yearly_6 , t0 . discount_quarterly AS discount_quarterly_7 , t0 . discount_yearly AS discount_yearly_8 , t0 . hash AS hash_9 , t0 . price_interval AS price_interval_10 , t0 . price_text AS price_text_11 , t0 . advantage_text AS advantage_text_12 , t0 . description AS description_13 , t0 . favorite AS favorite_14 , t0 . number_of_users AS number_of_users_15 , t0 . max_disk_space AS max_disk_space_16 , t0 . data_mining_per_month AS data_mining_per_month_17 , t0 . number_of_mining AS number_of_mining_18 , t0 . unlimited_mining AS unlimited_mining_19 , t0 . active AS active_20 , t0 . additional_seat AS additional_seat_21 , t0 . price_per_1_gb AS price_per_1_gb_22 , t0 . public AS public_23 , t0 . number_of_contacts AS number_of_contacts_24 , t0 . id AS id_25 , t0 . sort AS sort_26 , t0 . img_file_id AS img_file_id_27 FROM dms_tariff t0 WHERE t0 . active = ? AND t0 . public = ? ORDER BY t0 . sort ASC
SELECT t0 . name AS name_1 , t0 . text AS text_2 , t0 . front_tariff AS front_tariff_3 , t0 . price_monthly AS price_monthly_4 , t0 . price_quarterly AS price_quarterly_5 , t0 . price_yearly AS price_yearly_6 , t0 . discount_quarterly AS discount_quarterly_7 , t0 . discount_yearly AS discount_yearly_8 , t0 . hash AS hash_9 , t0 . price_interval AS price_interval_10 , t0 . price_text AS price_text_11 , t0 . advantage_text AS advantage_text_12 , t0 . description AS description_13 , t0 . favorite AS favorite_14 , t0 . number_of_users AS number_of_users_15 , t0 . max_disk_space AS max_disk_space_16 , t0 . data_mining_per_month AS data_mining_per_month_17 , t0 . number_of_mining AS number_of_mining_18 , t0 . unlimited_mining AS unlimited_mining_19 , t0 . active AS active_20 , t0 . additional_seat AS additional_seat_21 , t0 . price_per_1_gb AS price_per_1_gb_22 , t0 . public AS public_23 , t0 . number_of_contacts AS number_of_contacts_24 , t0 . id AS id_25 , t0 . sort AS sort_26 , t0 . img_file_id AS img_file_id_27 FROM dms_tariff t0 WHERE t0 . active = 1 AND t0 . public = 1 ORDER BY t0 . sort ASC ;
Copy
0.63 ms (1.27%)
7
SELECT t0 . name AS name_1 , t0 . id AS id_2 , t0 . locale AS locale_3 , t0 . translatable_id AS translatable_id_4 , t5 . path AS path_6 , t5 . type AS type_7 , t5 . template AS template_8 , t5 . upload_form AS upload_form_9 , t5 . data_sources AS data_sources_10 , t5 . only_once AS only_once_11 , t5 . id AS id_12 , t5 . updated_at AS updated_at_13 , t5 . upload AS upload_14 FROM web_template_translation t0 LEFT JOIN web_template t5 ON t0 . translatable_id = t5 . id WHERE t0 . translatable_id = ?
SELECT t0 . name AS name_1 , t0 . id AS id_2 , t0 . locale AS locale_3 , t0 . translatable_id AS translatable_id_4 , t5 . path AS path_6 , t5 . type AS type_7 , t5 . template AS template_8 , t5 . upload_form AS upload_form_9 , t5 . data_sources AS data_sources_10 , t5 . only_once AS only_once_11 , t5 . id AS id_12 , t5 . updated_at AS updated_at_13 , t5 . upload AS upload_14 FROM web_template_translation t0 LEFT JOIN web_template t5 ON t0 . translatable_id = t5 . id WHERE t0 . translatable_id = 3 ;
Copy
0.63 ms (1.25%)
3
SELECT t0 . name AS name_1 , t0 . menu AS menu_2 , t0 . iso_2 AS iso_2_3 , t0 . iso_3 AS iso_3_4 , t0 . default_lang AS default_lang_5 , t0 . active AS active_6 , t0 . id AS id_7 , t0 . country AS country_8 FROM lang t0 WHERE t0 . iso_2 = ? LIMIT 1
SELECT t0 . name AS name_1 , t0 . menu AS menu_2 , t0 . iso_2 AS iso_2_3 , t0 . iso_3 AS iso_3_4 , t0 . default_lang AS default_lang_5 , t0 . active AS active_6 , t0 . id AS id_7 , t0 . country AS country_8 FROM lang t0 WHERE t0 . iso_2 = 'cs' LIMIT 1 ;
Copy
0.51 ms (1.02%)
8
SELECT t0 . noindex AS noindex_1 , t0 . module AS module_2 , t0 . anchor AS anchor_3 , t0 . suffix AS suffix_4 , t0 . entity AS entity_5 , t0 . id AS id_6 FROM web_seo t0 WHERE t0 . id = ?
SELECT t0 . noindex AS noindex_1 , t0 . module AS module_2 , t0 . anchor AS anchor_3 , t0 . suffix AS suffix_4 , t0 . entity AS entity_5 , t0 . id AS id_6 FROM web_seo t0 WHERE t0 . id = 4 ;
Copy
0.44 ms (0.88%)
1
SELECT t0 . name AS name_1 , t0 . id AS id_2 FROM web_menu_group t0
SELECT t0 . name AS name_1 , t0 . id AS id_2 FROM web_menu_group t0 ;
Copy
0.43 ms (0.86%)
2
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . viesName AS viesName_3 , t0 . bin AS bin_4 , t0 . tid AS tid_5 , t0 . file_number AS file_number_6 , t0 . synthetic_month AS synthetic_month_7 , t0 . agenda_last_run AS agenda_last_run_8 , t0 . vat AS vat_9 , t0 . vatUnreliableDate AS vatUnreliableDate_10 , t0 . dateCheck AS dateCheck_11 , t0 . automatic_bin AS automatic_bin_12 , t0 . street AS street_13 , t0 . street_number AS street_number_14 , t0 . street_number2 AS street_number2_15 , t0 . city AS city_16 , t0 . zip AS zip_17 , t0 . bank_account AS bank_account_18 , t0 . bank_number AS bank_number_19 , t0 . iban AS iban_20 , t0 . swift AS swift_21 , t0 . tariff_update_at AS tariff_update_at_22 , t0 . deregister_at AS deregister_at_23 , t0 . block AS block_24 , t0 . issues_invoice AS issues_invoice_25 , t0 . active AS active_26 , t0 . last_registration_at AS last_registration_at_27 , t0 . email_send_invoice AS email_send_invoice_28 , t0 . short_description AS short_description_29 , t0 . description AS description_30 , t0 . facebook_link AS facebook_link_31 , t0 . twitter_link AS twitter_link_32 , t0 . instagram_link AS instagram_link_33 , t0 . linked_in_link AS linked_in_link_34 , t0 . dateClose AS dateClose_35 , t0 . discount_active AS discount_active_36 , t0 . init_number_of_mining AS init_number_of_mining_37 , t0 . updated_at AS updated_at_38 , t0 . upload AS upload_39 , t0 . subject_id AS subject_id_40 , t0 . vat_payer_type_id AS vat_payer_type_id_41 , t0 . evidence_type_id AS evidence_type_id_42 , t0 . synthetic_group_id AS synthetic_group_id_43 , t0 . synthetic_period_id AS synthetic_period_id_44 , t0 . tariff_id AS tariff_id_45 , t0 . country_id AS country_id_46 , t0 . accounting_office_id AS accounting_office_id_47 , t0 . tariff_info_id AS tariff_info_id_48 , t0 . billing_contact_id AS billing_contact_id_49 FROM company t0 WHERE t0 . id IS NULL LIMIT 1
SELECT
t0 . id AS id_1 ,
t0 . name AS name_2 ,
t0 . viesName AS viesName_3 ,
t0 . bin AS bin_4 ,
t0 . tid AS tid_5 ,
t0 . file_number AS file_number_6 ,
t0 . synthetic_month AS synthetic_month_7 ,
t0 . agenda_last_run AS agenda_last_run_8 ,
t0 . vat AS vat_9 ,
t0 . vatUnreliableDate AS vatUnreliableDate_10 ,
t0 . dateCheck AS dateCheck_11 ,
t0 . automatic_bin AS automatic_bin_12 ,
t0 . street AS street_13 ,
t0 . street_number AS street_number_14 ,
t0 . street_number2 AS street_number2_15 ,
t0 . city AS city_16 ,
t0 . zip AS zip_17 ,
t0 . bank_account AS bank_account_18 ,
t0 . bank_number AS bank_number_19 ,
t0 . iban AS iban_20 ,
t0 . swift AS swift_21 ,
t0 . tariff_update_at AS tariff_update_at_22 ,
t0 . deregister_at AS deregister_at_23 ,
t0 . block AS block_24 ,
t0 . issues_invoice AS issues_invoice_25 ,
t0 . active AS active_26 ,
t0 . last_registration_at AS last_registration_at_27 ,
t0 . email_send_invoice AS email_send_invoice_28 ,
t0 . short_description AS short_description_29 ,
t0 . description AS description_30 ,
t0 . facebook_link AS facebook_link_31 ,
t0 . twitter_link AS twitter_link_32 ,
t0 . instagram_link AS instagram_link_33 ,
t0 . linked_in_link AS linked_in_link_34 ,
t0 . dateClose AS dateClose_35 ,
t0 . discount_active AS discount_active_36 ,
t0 . init_number_of_mining AS init_number_of_mining_37 ,
t0 . updated_at AS updated_at_38 ,
t0 . upload AS upload_39 ,
t0 . subject_id AS subject_id_40 ,
t0 . vat_payer_type_id AS vat_payer_type_id_41 ,
t0 . evidence_type_id AS evidence_type_id_42 ,
t0 . synthetic_group_id AS synthetic_group_id_43 ,
t0 . synthetic_period_id AS synthetic_period_id_44 ,
t0 . tariff_id AS tariff_id_45 ,
t0 . country_id AS country_id_46 ,
t0 . accounting_office_id AS accounting_office_id_47 ,
t0 . tariff_info_id AS tariff_info_id_48 ,
t0 . billing_contact_id AS billing_contact_id_49
FROM
company t0
WHERE
t0 . id IS NULL
LIMIT
1
Copy
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . viesName AS viesName_3 , t0 . bin AS bin_4 , t0 . tid AS tid_5 , t0 . file_number AS file_number_6 , t0 . synthetic_month AS synthetic_month_7 , t0 . agenda_last_run AS agenda_last_run_8 , t0 . vat AS vat_9 , t0 . vatUnreliableDate AS vatUnreliableDate_10 , t0 . dateCheck AS dateCheck_11 , t0 . automatic_bin AS automatic_bin_12 , t0 . street AS street_13 , t0 . street_number AS street_number_14 , t0 . street_number2 AS street_number2_15 , t0 . city AS city_16 , t0 . zip AS zip_17 , t0 . bank_account AS bank_account_18 , t0 . bank_number AS bank_number_19 , t0 . iban AS iban_20 , t0 . swift AS swift_21 , t0 . tariff_update_at AS tariff_update_at_22 , t0 . deregister_at AS deregister_at_23 , t0 . block AS block_24 , t0 . issues_invoice AS issues_invoice_25 , t0 . active AS active_26 , t0 . last_registration_at AS last_registration_at_27 , t0 . email_send_invoice AS email_send_invoice_28 , t0 . short_description AS short_description_29 , t0 . description AS description_30 , t0 . facebook_link AS facebook_link_31 , t0 . twitter_link AS twitter_link_32 , t0 . instagram_link AS instagram_link_33 , t0 . linked_in_link AS linked_in_link_34 , t0 . dateClose AS dateClose_35 , t0 . discount_active AS discount_active_36 , t0 . init_number_of_mining AS init_number_of_mining_37 , t0 . updated_at AS updated_at_38 , t0 . upload AS upload_39 , t0 . subject_id AS subject_id_40 , t0 . vat_payer_type_id AS vat_payer_type_id_41 , t0 . evidence_type_id AS evidence_type_id_42 , t0 . synthetic_group_id AS synthetic_group_id_43 , t0 . synthetic_period_id AS synthetic_period_id_44 , t0 . tariff_id AS tariff_id_45 , t0 . country_id AS country_id_46 , t0 . accounting_office_id AS accounting_office_id_47 , t0 . tariff_info_id AS tariff_info_id_48 , t0 . billing_contact_id AS billing_contact_id_49 FROM company t0 WHERE t0 . id IS NULL LIMIT 1 ;
Copy
0.41 ms (0.83%)
3
SELECT t0 . alias AS alias_1 , t0 . active AS active_2 , t0 . api AS api_3 , t0 . display AS display_4 , t0 . script AS script_5 , t0 . category AS category_6 , t0 . position AS position_7 , t0 . code1 AS code1_8 , t0 . code2 AS code2_9 , t0 . id AS id_10 , t0 . sort AS sort_11 FROM web_code t0 WHERE t0 . active = ? ORDER BY t0 . sort ASC
SELECT t0 . alias AS alias_1 , t0 . active AS active_2 , t0 . api AS api_3 , t0 . display AS display_4 , t0 . script AS script_5 , t0 . category AS category_6 , t0 . position AS position_7 , t0 . code1 AS code1_8 , t0 . code2 AS code2_9 , t0 . id AS id_10 , t0 . sort AS sort_11 FROM web_code t0 WHERE t0 . active = 1 ORDER BY t0 . sort ASC ;
Copy
0.39 ms (0.77%)
2
SELECT t0 . alias AS alias_1 , t0 . value AS value_2 , t0 . id AS id_3 FROM setting t0
SELECT t0 . alias AS alias_1 , t0 . value AS value_2 , t0 . id AS id_3 FROM setting t0 ;
Copy
0.32 ms (0.64%)
1
SELECT t0 . catalogue AS catalogue_1 , t0 . translation AS translation_2 , t0 . id AS id_3 , t0 . lang_id AS lang_id_4 , t5 . name AS name_6 , t5 . menu AS menu_7 , t5 . iso_2 AS iso_2_8 , t5 . iso_3 AS iso_3_9 , t5 . default_lang AS default_lang_10 , t5 . active AS active_11 , t5 . id AS id_12 , t5 . country AS country_13 , t0 . lang_token_id AS lang_token_id_14 , t15 . token AS token_16 , t15 . id AS id_17 FROM lang_translation t0 LEFT JOIN lang t5 ON t0 . lang_id = t5 . id LEFT JOIN lang_token t15 ON t0 . lang_token_id = t15 . id WHERE t0 . lang_id = ?
SELECT t0 . catalogue AS catalogue_1 , t0 . translation AS translation_2 , t0 . id AS id_3 , t0 . lang_id AS lang_id_4 , t5 . name AS name_6 , t5 . menu AS menu_7 , t5 . iso_2 AS iso_2_8 , t5 . iso_3 AS iso_3_9 , t5 . default_lang AS default_lang_10 , t5 . active AS active_11 , t5 . id AS id_12 , t5 . country AS country_13 , t0 . lang_token_id AS lang_token_id_14 , t15 . token AS token_16 , t15 . id AS id_17 FROM lang_translation t0 LEFT JOIN lang t5 ON t0 . lang_id = t5 . id LEFT JOIN lang_token t15 ON t0 . lang_token_id = t15 . id WHERE t0 . lang_id = 1 ;
Copy
0.30 ms (0.61%)
1
SELECT w0_ . link_id AS link_id_0 , w0_ . url AS url_1 , w0_ . active AS active_2 , w0_ . id AS id_3 , w0_ . sort AS sort_4 , w0_ . parent AS parent_5 , w0_ . module_id AS module_id_6 , w0_ . img_file_id AS img_file_id_7 FROM web_menu w0_ INNER JOIN web_menu_to_group w2_ ON w0_ . id = w2_ . menu_item_id INNER JOIN web_menu_group w1_ ON w1_ . id = w2_ . menu_group_id WHERE w1_ . id = 4 AND w0_ . active = 1 ORDER BY w0_ . sort ASC
SELECT w0_ . link_id AS link_id_0 , w0_ . url AS url_1 , w0_ . active AS active_2 , w0_ . id AS id_3 , w0_ . sort AS sort_4 , w0_ . parent AS parent_5 , w0_ . module_id AS module_id_6 , w0_ . img_file_id AS img_file_id_7 FROM web_menu w0_ INNER JOIN web_menu_to_group w2_ ON w0_ . id = w2_ . menu_item_id INNER JOIN web_menu_group w1_ ON w1_ . id = w2_ . menu_group_id WHERE w1_ . id = 4 AND w0_ . active = 1 ORDER BY w0_ . sort ASC ;
Copy
0.30 ms (0.60%)
2
SELECT t0 . name AS name_1 , t0 . menu AS menu_2 , t0 . iso_2 AS iso_2_3 , t0 . iso_3 AS iso_3_4 , t0 . default_lang AS default_lang_5 , t0 . active AS active_6 , t0 . id AS id_7 , t0 . country AS country_8 FROM lang t0 WHERE t0 . default_lang = ? LIMIT 1
SELECT t0 . name AS name_1 , t0 . menu AS menu_2 , t0 . iso_2 AS iso_2_3 , t0 . iso_3 AS iso_3_4 , t0 . default_lang AS default_lang_5 , t0 . active AS active_6 , t0 . id AS id_7 , t0 . country AS country_8 FROM lang t0 WHERE t0 . default_lang = 1 LIMIT 1 ;
Copy
0.29 ms (0.59%)
2
SELECT t0 . name AS name_1 , t0 . menu AS menu_2 , t0 . iso_2 AS iso_2_3 , t0 . iso_3 AS iso_3_4 , t0 . default_lang AS default_lang_5 , t0 . active AS active_6 , t0 . id AS id_7 , t0 . country AS country_8 FROM lang t0 WHERE t0 . active = ?
SELECT t0 . name AS name_1 , t0 . menu AS menu_2 , t0 . iso_2 AS iso_2_3 , t0 . iso_3 AS iso_3_4 , t0 . default_lang AS default_lang_5 , t0 . active AS active_6 , t0 . id AS id_7 , t0 . country AS country_8 FROM lang t0 WHERE t0 . active = 1 ;
Copy
0.29 ms (0.58%)
1
SELECT w0_ . link_id AS link_id_0 , w0_ . url AS url_1 , w0_ . active AS active_2 , w0_ . id AS id_3 , w0_ . sort AS sort_4 , w0_ . parent AS parent_5 , w0_ . module_id AS module_id_6 , w0_ . img_file_id AS img_file_id_7 FROM web_menu w0_ INNER JOIN web_menu_to_group w2_ ON w0_ . id = w2_ . menu_item_id INNER JOIN web_menu_group w1_ ON w1_ . id = w2_ . menu_group_id WHERE w1_ . id = 3 AND w0_ . active = 1 ORDER BY w0_ . sort ASC
SELECT w0_ . link_id AS link_id_0 , w0_ . url AS url_1 , w0_ . active AS active_2 , w0_ . id AS id_3 , w0_ . sort AS sort_4 , w0_ . parent AS parent_5 , w0_ . module_id AS module_id_6 , w0_ . img_file_id AS img_file_id_7 FROM web_menu w0_ INNER JOIN web_menu_to_group w2_ ON w0_ . id = w2_ . menu_item_id INNER JOIN web_menu_group w1_ ON w1_ . id = w2_ . menu_group_id WHERE w1_ . id = 3 AND w0_ . active = 1 ORDER BY w0_ . sort ASC ;
Copy
0.25 ms (0.51%)
2
SELECT t0 . name AS name_1 , t0 . code1 AS code1_2 , t0 . code2 AS code2_3 , t0 . id AS id_4 , t0 . locale AS locale_5 , t0 . translatable_id AS translatable_id_6 , t7 . alias AS alias_8 , t7 . active AS active_9 , t7 . api AS api_10 , t7 . display AS display_11 , t7 . script AS script_12 , t7 . category AS category_13 , t7 . position AS position_14 , t7 . code1 AS code1_15 , t7 . code2 AS code2_16 , t7 . id AS id_17 , t7 . sort AS sort_18 FROM web_code_translation t0 LEFT JOIN web_code t7 ON t0 . translatable_id = t7 . id WHERE t0 . translatable_id = ?
SELECT t0 . name AS name_1 , t0 . code1 AS code1_2 , t0 . code2 AS code2_3 , t0 . id AS id_4 , t0 . locale AS locale_5 , t0 . translatable_id AS translatable_id_6 , t7 . alias AS alias_8 , t7 . active AS active_9 , t7 . api AS api_10 , t7 . display AS display_11 , t7 . script AS script_12 , t7 . category AS category_13 , t7 . position AS position_14 , t7 . code1 AS code1_15 , t7 . code2 AS code2_16 , t7 . id AS id_17 , t7 . sort AS sort_18 FROM web_code_translation t0 LEFT JOIN web_code t7 ON t0 . translatable_id = t7 . id WHERE t0 . translatable_id = 9 ;
Copy
0.23 ms (0.45%)
1
SELECT s0_ . alias AS alias_0 , s0_ . value AS value_1 , s0_ . id AS id_2 FROM setting s0_ WHERE s0_ . value < > ?
SELECT s0_ . alias AS alias_0 , s0_ . value AS value_1 , s0_ . id AS id_2 FROM setting s0_ WHERE s0_ . value < > '' ;
Copy
0.17 ms (0.34%)
1
SELECT t0 . homepage AS homepage_1 , t0 . doc_files_order AS doc_files_order_2 , t0 . id AS id_3 , t0 . sort AS sort_4 , t0 . img_files_order AS img_files_order_5 , t0 . dms_img_updated AS dms_img_updated_6 , t0 . parent AS parent_7 , t0 . seo_id AS seo_id_8 , t0 . template_id AS template_id_9 , t0 . img_file_id AS img_file_id_10 , t0 . doc_file_id AS doc_file_id_11 FROM web_page t0
SELECT t0 . homepage AS homepage_1 , t0 . doc_files_order AS doc_files_order_2 , t0 . id AS id_3 , t0 . sort AS sort_4 , t0 . img_files_order AS img_files_order_5 , t0 . dms_img_updated AS dms_img_updated_6 , t0 . parent AS parent_7 , t0 . seo_id AS seo_id_8 , t0 . template_id AS template_id_9 , t0 . img_file_id AS img_file_id_10 , t0 . doc_file_id AS doc_file_id_11 FROM web_page t0 ;
Copy
0.16 ms (0.32%)
1
SELECT d0_ . name AS name_0 , d0_ . hint AS hint_1 , d0_ . active_for_tariffs AS active_for_tariffs_2 , d0_ . id AS id_3 , d0_ . sort AS sort_4 , d0_ . parent_id AS parent_id_5 FROM dms_web_tariff_item d0_ WHERE d0_ . parent_id IS NULL ORDER BY d0_ . sort ASC
SELECT d0_ . name AS name_0 , d0_ . hint AS hint_1 , d0_ . active_for_tariffs AS active_for_tariffs_2 , d0_ . id AS id_3 , d0_ . sort AS sort_4 , d0_ . parent_id AS parent_id_5 FROM dms_web_tariff_item d0_ WHERE d0_ . parent_id IS NULL ORDER BY d0_ . sort ASC ;
Copy
0.15 ms (0.29%)
1
SELECT w0_ . widget AS widget_0 , w0_ . width AS width_1 , w0_ . height AS height_2 , w0_ . locked AS locked_3 , w0_ . preferred AS preferred_4 , w0_ . active AS active_5 , w0_ . id AS id_6 , w0_ . sort AS sort_7 , w0_ . updated_at AS updated_at_8 , w0_ . upload AS upload_9 FROM widget w0_ WHERE w0_ . active = ?
SELECT w0_ . widget AS widget_0 , w0_ . width AS width_1 , w0_ . height AS height_2 , w0_ . locked AS locked_3 , w0_ . preferred AS preferred_4 , w0_ . active AS active_5 , w0_ . id AS id_6 , w0_ . sort AS sort_7 , w0_ . updated_at AS updated_at_8 , w0_ . upload AS upload_9 FROM widget w0_ WHERE w0_ . active = 1 ;
Copy
0.14 ms (0.28%)
1
SELECT w0_ . link_id AS link_id_0 , w0_ . url AS url_1 , w0_ . active AS active_2 , w0_ . id AS id_3 , w0_ . sort AS sort_4 , w0_ . parent AS parent_5 , w0_ . module_id AS module_id_6 , w0_ . img_file_id AS img_file_id_7 FROM web_menu w0_ INNER JOIN web_menu_to_group w2_ ON w0_ . id = w2_ . menu_item_id INNER JOIN web_menu_group w1_ ON w1_ . id = w2_ . menu_group_id WHERE w1_ . id = 2 AND w0_ . active = 1 ORDER BY w0_ . sort ASC
SELECT w0_ . link_id AS link_id_0 , w0_ . url AS url_1 , w0_ . active AS active_2 , w0_ . id AS id_3 , w0_ . sort AS sort_4 , w0_ . parent AS parent_5 , w0_ . module_id AS module_id_6 , w0_ . img_file_id AS img_file_id_7 FROM web_menu w0_ INNER JOIN web_menu_to_group w2_ ON w0_ . id = w2_ . menu_item_id INNER JOIN web_menu_group w1_ ON w1_ . id = w2_ . menu_group_id WHERE w1_ . id = 2 AND w0_ . active = 1 ORDER BY w0_ . sort ASC ;
Copy
0.13 ms (0.27%)
1
SELECT t0 . block_key AS block_key_1 , t0 . id AS id_2 , t0 . img_files_order AS img_files_order_3 , t0 . dms_img_updated AS dms_img_updated_4 , t0 . img_file_id AS img_file_id_5 , t0 . doc_file_id AS doc_file_id_6 FROM web_block t0
SELECT t0 . block_key AS block_key_1 , t0 . id AS id_2 , t0 . img_files_order AS img_files_order_3 , t0 . dms_img_updated AS dms_img_updated_4 , t0 . img_file_id AS img_file_id_5 , t0 . doc_file_id AS doc_file_id_6 FROM web_block t0 ;
Copy
0.12 ms (0.24%)
1
SELECT t0 . name AS name_1 , t0 . id AS id_2 , t0 . locale AS locale_3 , t0 . translatable_id AS translatable_id_4 , t5 . widget AS widget_6 , t5 . width AS width_7 , t5 . height AS height_8 , t5 . locked AS locked_9 , t5 . preferred AS preferred_10 , t5 . active AS active_11 , t5 . id AS id_12 , t5 . sort AS sort_13 , t5 . updated_at AS updated_at_14 , t5 . upload AS upload_15 FROM widget_translation t0 LEFT JOIN widget t5 ON t0 . translatable_id = t5 . id WHERE t0 . translatable_id = ?
SELECT t0 . name AS name_1 , t0 . id AS id_2 , t0 . locale AS locale_3 , t0 . translatable_id AS translatable_id_4 , t5 . widget AS widget_6 , t5 . width AS width_7 , t5 . height AS height_8 , t5 . locked AS locked_9 , t5 . preferred AS preferred_10 , t5 . active AS active_11 , t5 . id AS id_12 , t5 . sort AS sort_13 , t5 . updated_at AS updated_at_14 , t5 . upload AS upload_15 FROM widget_translation t0 LEFT JOIN widget t5 ON t0 . translatable_id = t5 . id WHERE t0 . translatable_id = 1 ;
Copy
0.11 ms (0.22%)
1
SELECT t0 . name AS name_1 , t0 . text AS text_2 , t0 . active AS active_3 , t0 . id AS id_4 , t0 . sort AS sort_5 , t0 . file_id AS file_id_6 , t0 . img_file_id AS img_file_id_7 FROM web_advantage t0 WHERE t0 . active = ? ORDER BY t0 . sort ASC
SELECT t0 . name AS name_1 , t0 . text AS text_2 , t0 . active AS active_3 , t0 . id AS id_4 , t0 . sort AS sort_5 , t0 . file_id AS file_id_6 , t0 . img_file_id AS img_file_id_7 FROM web_advantage t0 WHERE t0 . active = 1 ORDER BY t0 . sort ASC ;
Copy
0.10 ms (0.20%)
1
SELECT t0 . question AS question_1 , t0 . answer AS answer_2 , t0 . active AS active_3 , t0 . id AS id_4 , t0 . sort AS sort_5 FROM web_faq t0 WHERE t0 . active = ? ORDER BY t0 . sort ASC
SELECT t0 . question AS question_1 , t0 . answer AS answer_2 , t0 . active AS active_3 , t0 . id AS id_4 , t0 . sort AS sort_5 FROM web_faq t0 WHERE t0 . active = 1 ORDER BY t0 . sort ASC ;
Copy
0.10 ms (0.20%)
1
SELECT d0_ . name AS name_0 , d0_ . position AS position_1 , d0_ . id AS id_2 , d0_ . sort AS sort_3 , d0_ . img_file_id AS img_file_id_4 FROM dms_web_employee d0_ ORDER BY d0_ . sort ASC
SELECT d0_ . name AS name_0 , d0_ . position AS position_1 , d0_ . id AS id_2 , d0_ . sort AS sort_3 , d0_ . img_file_id AS img_file_id_4 FROM dms_web_employee d0_ ORDER BY d0_ . sort ASC ;
Copy
0.10 ms (0.19%)
1
SELECT t0 . url AS url_1 , t0 . name AS name_2 , t0 . id AS id_3 , t0 . locale AS locale_4 , t0 . translatable_id AS translatable_id_5 , t6 . entity AS entity_7 , t6 . controller AS controller_8 , t6 . bundle AS bundle_9 , t6 . action AS action_10 , t6 . id AS id_11 FROM web_module_translation t0 LEFT JOIN web_module t6 ON t0 . translatable_id = t6 . id WHERE t0 . translatable_id = ?
SELECT t0 . url AS url_1 , t0 . name AS name_2 , t0 . id AS id_3 , t0 . locale AS locale_4 , t0 . translatable_id AS translatable_id_5 , t6 . entity AS entity_7 , t6 . controller AS controller_8 , t6 . bundle AS bundle_9 , t6 . action AS action_10 , t6 . id AS id_11 FROM web_module_translation t0 LEFT JOIN web_module t6 ON t0 . translatable_id = t6 . id WHERE t0 . translatable_id = 1 ;
Copy
0.09 ms (0.19%)
1
SELECT t0 . name AS name_1 , t0 . postion AS postion_2 , t0 . text AS text_3 , t0 . active AS active_4 , t0 . id AS id_5 , t0 . sort AS sort_6 , t0 . img_file_id AS img_file_id_7 FROM web_reference t0 WHERE t0 . active = ? ORDER BY t0 . sort ASC
SELECT t0 . name AS name_1 , t0 . postion AS postion_2 , t0 . text AS text_3 , t0 . active AS active_4 , t0 . id AS id_5 , t0 . sort AS sort_6 , t0 . img_file_id AS img_file_id_7 FROM web_reference t0 WHERE t0 . active = 1 ORDER BY t0 . sort ASC ;
Copy
0.09 ms (0.18%)
1
SELECT t0 . name AS name_1 , t0 . id AS id_2 FROM web_slider_group t0
SELECT t0 . name AS name_1 , t0 . id AS id_2 FROM web_slider_group t0 ;
Copy
0.08 ms (0.16%)
1
SELECT t0 . active AS active_1 , t0 . name AS name_2 , t0 . text AS text_3 , t0 . id AS id_4 , t0 . sort AS sort_5 , t0 . img_file_id AS img_file_id_6 FROM app_function t0 WHERE t0 . active = ? ORDER BY t0 . sort ASC
SELECT t0 . active AS active_1 , t0 . name AS name_2 , t0 . text AS text_3 , t0 . id AS id_4 , t0 . sort AS sort_5 , t0 . img_file_id AS img_file_id_6 FROM app_function t0 WHERE t0 . active = 1 ORDER BY t0 . sort ASC ;
Copy
0.07 ms (0.14%)
1
SELECT t0 . entity AS entity_1 , t0 . controller AS controller_2 , t0 . bundle AS bundle_3 , t0 . action AS action_4 , t0 . id AS id_5 FROM web_module t0 WHERE t0 . id = ?
SELECT t0 . entity AS entity_1 , t0 . controller AS controller_2 , t0 . bundle AS bundle_3 , t0 . action AS action_4 , t0 . id AS id_5 FROM web_module t0 WHERE t0 . id = 1 ;
Copy