| 1 |
0.20 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.meta_description AS meta_description_4, t0.page_title AS page_title_5, t0.og_title AS og_title_6, t0.og_description AS og_description_7, t0.keywords AS keywords_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.thumbnail_id AS thumbnail_id_11 FROM page_metadata t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"team-page"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.meta_description AS meta_description_4, t0.page_title AS page_title_5, t0.og_title AS og_title_6, t0.og_description AS og_description_7, t0.keywords AS keywords_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.thumbnail_id AS thumbnail_id_11 FROM page_metadata t0 WHERE t0.slug = 'team-page' LIMIT 1;
|
| 2 |
0.08 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.slug AS slug_5, t0.degrees AS degrees_6, t0.certifications AS certifications_7, t0.office_phone AS office_phone_8, t0.office_address AS office_address_9, t0.email AS email_10, t0.vip_level AS vip_level_11, t0.position AS position_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.linkedin_profile AS linkedin_profile_15, t0.picture_id AS picture_id_16, t0.metadata_id AS metadata_id_17 FROM practitioner t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.slug AS slug_5, t0.degrees AS degrees_6, t0.certifications AS certifications_7, t0.office_phone AS office_phone_8, t0.office_address AS office_address_9, t0.email AS email_10, t0.vip_level AS vip_level_11, t0.position AS position_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.linkedin_profile AS linkedin_profile_15, t0.picture_id AS picture_id_16, t0.metadata_id AS metadata_id_17 FROM practitioner t0 WHERE t0.id = '35';
|
| 3 |
0.05 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.meta_description AS meta_description_4, t0.page_title AS page_title_5, t0.og_title AS og_title_6, t0.og_description AS og_description_7, t0.keywords AS keywords_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.thumbnail_id AS thumbnail_id_11 FROM page_metadata t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.meta_description AS meta_description_4, t0.page_title AS page_title_5, t0.og_title AS og_title_6, t0.og_description AS og_description_7, t0.keywords AS keywords_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.thumbnail_id AS thumbnail_id_11 FROM page_metadata t0 WHERE t0.id = 43;
|
| 5 |
0.11 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.country_code AS country_code_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM languages t0 INNER JOIN practitioner_languages ON t0.id = practitioner_languages.languages_id WHERE practitioner_languages.practitioner_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.country_code AS country_code_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM languages t0 INNER JOIN practitioner_languages ON t0.id = practitioner_languages.languages_id WHERE practitioner_languages.practitioner_id = 35;
|