0.54 ms (18.54%)
|
1 |
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.slug = ? LIMIT 1
Parameters: [
"Novy-pristup-v-peci-o-dusevni-zdravi-onkologickych-pacientu-Psychedeliky-asistovana-psychoterapie-83"
]
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.slug = 'Novy-pristup-v-peci-o-dusevni-zdravi-onkologickych-pacientu-Psychedeliky-asistovana-psychoterapie-83' LIMIT 1;
|
0.38 ms (13.01%)
|
1 |
SELECT t0.id AS id_1, t0.username AS username_2, t0.userfile AS userfile_3, t0.userid AS userid_4, t0.content AS content_5, t0.posttype AS posttype_6, t0.contentid AS contentid_7, t0.created_at AS created_at_8, t0.approved AS approved_9, t0.approvedbyid AS approvedbyid_10 FROM post t0 WHERE t0.posttype = ? AND t0.contentid = ? AND t0.approved = ? ORDER BY t0.created_at DESC
Parameters: [
"event"
83
1
]
SELECT t0.id AS id_1, t0.username AS username_2, t0.userfile AS userfile_3, t0.userid AS userid_4, t0.content AS content_5, t0.posttype AS posttype_6, t0.contentid AS contentid_7, t0.created_at AS created_at_8, t0.approved AS approved_9, t0.approvedbyid AS approvedbyid_10 FROM post t0 WHERE t0.posttype = 'event' AND t0.contentid = 83 AND t0.approved = 1 ORDER BY t0.created_at DESC;
|
0.30 ms (10.21%)
|
1 |
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;
|