0.63 ms (22.28%)
|
1 |
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: [
"Mamograficke-pracoviste-Krnov-detasovane-pracoviste-Slezske-nemocnice-Opava-212"
]
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 = 'Mamograficke-pracoviste-Krnov-detasovane-pracoviste-Slezske-nemocnice-Opava-212' LIMIT 1;
|
0.41 ms (14.45%)
|
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: [
"partner"
212
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 = 'partner' AND t0.contentid = 212 AND t0.approved = 1 ORDER BY t0.created_at DESC;
|
0.27 ms (9.68%)
|
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;
|