| 1 |
1.69 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.updated_at AS updated_at_3, t0.headquarter AS headquarter_4, t0.ico AS ico_5, t0.dic AS dic_6, t0.bank_no AS bank_no_7, t0.correspondece AS correspondece_8, t0.approved AS approved_9, t0.latitude AS latitude_10, t0.longitude AS longitude_11, t0.nationwide AS nationwide_12, t0.slug AS slug_13, t0.changes_md_sum AS changes_md_sum_14, t0.approved_by_id AS approved_by_id_15, t0.owner_id AS owner_id_16, t0.logo_id AS logo_id_17 FROM company t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"Nejste-sami-mobilni-hospic-z-u-128"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.updated_at AS updated_at_3, t0.headquarter AS headquarter_4, t0.ico AS ico_5, t0.dic AS dic_6, t0.bank_no AS bank_no_7, t0.correspondece AS correspondece_8, t0.approved AS approved_9, t0.latitude AS latitude_10, t0.longitude AS longitude_11, t0.nationwide AS nationwide_12, t0.slug AS slug_13, t0.changes_md_sum AS changes_md_sum_14, t0.approved_by_id AS approved_by_id_15, t0.owner_id AS owner_id_16, t0.logo_id AS logo_id_17 FROM company t0 WHERE t0.slug = 'Nejste-sami-mobilni-hospic-z-u-128' LIMIT 1;
|
| 2 |
0.71 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.general_partner AS general_partner_3, t0.web_url AS web_url_4, t0.poradi AS poradi_5, t0.logo_id AS logo_id_6 FROM partners t0 ORDER BY t0.poradi ASC
SELECT t0.id AS id_1, t0.name AS name_2, t0.general_partner AS general_partner_3, t0.web_url AS web_url_4, t0.poradi AS poradi_5, t0.logo_id AS logo_id_6 FROM partners t0 ORDER BY t0.poradi ASC;
|
| 3 |
0.70 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.active AS active_4, t0.poradi AS poradi_5 FROM main_menu_items t0 WHERE t0.active = ? ORDER BY t0.poradi ASC
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.active AS active_4, t0.poradi AS poradi_5 FROM main_menu_items t0 WHERE t0.active = 1 ORDER BY t0.poradi ASC;
|
| 4 |
0.60 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.is_approved AS is_approved_3, t0.updated_at AS updated_at_4, t0.fonticon AS fonticon_5, t0.poradi AS poradi_6, t0.approved_by_id AS approved_by_id_7, t0.icon_id AS icon_id_8 FROM category_company t0 INNER JOIN category_company_company ON t0.id = category_company_company.category_company_id WHERE category_company_company.company_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.is_approved AS is_approved_3, t0.updated_at AS updated_at_4, t0.fonticon AS fonticon_5, t0.poradi AS poradi_6, t0.approved_by_id AS approved_by_id_7, t0.icon_id AS icon_id_8 FROM category_company t0 INNER JOIN category_company_company ON t0.id = category_company_company.category_company_id WHERE category_company_company.company_id = 128;
|
| 5 |
0.57 ms |
SELECT t0.id AS id_1, t0.perex AS perex_2, t0.content AS content_3, t0.youtube_video AS youtube_video_4, t0.vimeo_video AS vimeo_video_5, t0.embed_code AS embed_code_6 FROM event_content t0 INNER JOIN company_event_content ON t0.id = company_event_content.event_content_id WHERE company_event_content.company_id = ?
SELECT t0.id AS id_1, t0.perex AS perex_2, t0.content AS content_3, t0.youtube_video AS youtube_video_4, t0.vimeo_video AS vimeo_video_5, t0.embed_code AS embed_code_6 FROM event_content t0 INNER JOIN company_event_content ON t0.id = company_event_content.event_content_id WHERE company_event_content.company_id = 128;
|
| 6 |
0.58 ms |
SELECT t0.id AS id_1, t0.file AS file_2, t0.updated_at AS updated_at_3 FROM uploaded t0 INNER JOIN event_content_uploaded ON t0.id = event_content_uploaded.uploaded_id WHERE event_content_uploaded.event_content_id = ?
SELECT t0.id AS id_1, t0.file AS file_2, t0.updated_at AS updated_at_3 FROM uploaded t0 INNER JOIN event_content_uploaded ON t0.id = event_content_uploaded.uploaded_id WHERE event_content_uploaded.event_content_id = 128;
|
| 7 |
0.43 ms |
SELECT t0.id AS id_1, t0.file AS file_2, t0.updated_at AS updated_at_3 FROM uploaded t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.file AS file_2, t0.updated_at AS updated_at_3 FROM uploaded t0 WHERE t0.id = 239;
|
| 8 |
0.52 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.phone AS phone_3, t0.street AS street_4, t0.city AS city_5, t0.zip AS zip_6, t0.latitude AS latitude_7, t0.longitude AS longitude_8, t0.website AS website_9, t0.facebook AS facebook_10, t0.instagram AS instagram_11, t0.twitter AS twitter_12, t0.linkedin AS linkedin_13, t0.youtube AS youtube_14, t0.vimeo AS vimeo_15, t0.branch_name AS branch_name_16, t0.company_id AS company_id_17 FROM contacts t0 WHERE t0.company_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.phone AS phone_3, t0.street AS street_4, t0.city AS city_5, t0.zip AS zip_6, t0.latitude AS latitude_7, t0.longitude AS longitude_8, t0.website AS website_9, t0.facebook AS facebook_10, t0.instagram AS instagram_11, t0.twitter AS twitter_12, t0.linkedin AS linkedin_13, t0.youtube AS youtube_14, t0.vimeo AS vimeo_15, t0.branch_name AS branch_name_16, t0.company_id AS company_id_17 FROM contacts t0 WHERE t0.company_id = 128;
|
| 9 |
0.45 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.is_approved AS is_approved_3, t0.updated_at AS updated_at_4, t0.fonticon AS fonticon_5, t0.approved_by_id AS approved_by_id_6, t0.icon_id AS icon_id_7 FROM tags_company t0 INNER JOIN tags_company_company ON t0.id = tags_company_company.tags_company_id WHERE tags_company_company.company_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.is_approved AS is_approved_3, t0.updated_at AS updated_at_4, t0.fonticon AS fonticon_5, t0.approved_by_id AS approved_by_id_6, t0.icon_id AS icon_id_7 FROM tags_company t0 INNER JOIN tags_company_company ON t0.id = tags_company_company.tags_company_id WHERE tags_company_company.company_id = 128;
|
| 10 |
0.43 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.date_from AS date_from_3, t0.date_to AS date_to_4, t0.email AS email_5, t0.created_at AS created_at_6, t0.udated_at AS udated_at_7, t0.supervised AS supervised_8, t0.approved AS approved_9, t0.slug AS slug_10, t0.supervisor_md_sum AS supervisor_md_sum_11, t0.changes_md_sum AS changes_md_sum_12, t0.owner_id AS owner_id_13, t0.approver_id AS approver_id_14, t0.company_id AS company_id_15, t0.updated_by_id AS updated_by_id_16, t0.type_id AS type_id_17, t0.main_image_id AS main_image_id_18 FROM events t0 WHERE t0.company_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.date_from AS date_from_3, t0.date_to AS date_to_4, t0.email AS email_5, t0.created_at AS created_at_6, t0.udated_at AS udated_at_7, t0.supervised AS supervised_8, t0.approved AS approved_9, t0.slug AS slug_10, t0.supervisor_md_sum AS supervisor_md_sum_11, t0.changes_md_sum AS changes_md_sum_12, t0.owner_id AS owner_id_13, t0.approver_id AS approver_id_14, t0.company_id AS company_id_15, t0.updated_by_id AS updated_by_id_16, t0.type_id AS type_id_17, t0.main_image_id AS main_image_id_18 FROM events t0 WHERE t0.company_id = 128;
|
| 11 |
0.36 ms |
SELECT t0.id AS id_1, t0.file AS file_2, t0.updated_at AS updated_at_3 FROM uploaded t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.file AS file_2, t0.updated_at AS updated_at_3 FROM uploaded t0 WHERE t0.id = 473;
|
| 12 |
0.28 ms |
SELECT t0.id AS id_1, t0.file AS file_2, t0.updated_at AS updated_at_3 FROM uploaded t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.file AS file_2, t0.updated_at AS updated_at_3 FROM uploaded t0 WHERE t0.id = 369;
|
| 13 |
0.28 ms |
SELECT t0.id AS id_1, t0.file AS file_2, t0.updated_at AS updated_at_3 FROM uploaded t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.file AS file_2, t0.updated_at AS updated_at_3 FROM uploaded t0 WHERE t0.id = 370;
|
| 14 |
0.28 ms |
SELECT t0.id AS id_1, t0.file AS file_2, t0.updated_at AS updated_at_3 FROM uploaded t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.file AS file_2, t0.updated_at AS updated_at_3 FROM uploaded t0 WHERE t0.id = 371;
|
| 15 |
0.27 ms |
SELECT t0.id AS id_1, t0.file AS file_2, t0.updated_at AS updated_at_3 FROM uploaded t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.file AS file_2, t0.updated_at AS updated_at_3 FROM uploaded t0 WHERE t0.id = 372;
|
| 16 |
0.26 ms |
SELECT t0.id AS id_1, t0.file AS file_2, t0.updated_at AS updated_at_3 FROM uploaded t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.file AS file_2, t0.updated_at AS updated_at_3 FROM uploaded t0 WHERE t0.id = 373;
|
| 17 |
0.27 ms |
SELECT t0.id AS id_1, t0.file AS file_2, t0.updated_at AS updated_at_3 FROM uploaded t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.file AS file_2, t0.updated_at AS updated_at_3 FROM uploaded t0 WHERE t0.id = 374;
|