| 1 |
0.19 ms |
SELECT t0.id AS id_1, t0.author AS author_2, t0.content AS content_3, t0.rating AS rating_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.concerned_surgery_id AS concerned_surgery_id_7 FROM feed_back t0
SELECT t0.id AS id_1, t0.author AS author_2, t0.content AS content_3, t0.rating AS rating_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.concerned_surgery_id AS concerned_surgery_id_7 FROM feed_back t0;
|
| 2 |
0.09 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: [
"home-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 = 'home-page' LIMIT 1;
|
| 3 |
0.04 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.metadata_id AS metadata_id_6 FROM category t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.metadata_id AS metadata_id_6 FROM category t0;
|
| 4 |
0.17 ms |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.slug AS slug_2, p0_.created_at AS created_at_3, p0_.updated_at AS updated_at_4, p0_.editor_state AS editor_state_5, p0_.html_content AS html_content_6, s1_.file_path AS file_path_7, s1_.created_at AS created_at_8, s1_.updated_at AS updated_at_9, s1_.id AS id_10, p0_.author_id AS author_id_11, p0_.thumbnail_id AS thumbnail_id_12, p0_.metadata_id AS metadata_id_13 FROM post p0_ LEFT JOIN static_media_object s1_ ON p0_.thumbnail_id = s1_.id ORDER BY p0_.created_at DESC LIMIT 4
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.slug AS slug_2, p0_.created_at AS created_at_3, p0_.updated_at AS updated_at_4, p0_.editor_state AS editor_state_5, p0_.html_content AS html_content_6, s1_.file_path AS file_path_7, s1_.created_at AS created_at_8, s1_.updated_at AS updated_at_9, s1_.id AS id_10, p0_.author_id AS author_id_11, p0_.thumbnail_id AS thumbnail_id_12, p0_.metadata_id AS metadata_id_13 FROM post p0_ LEFT JOIN static_media_object s1_ ON p0_.thumbnail_id = s1_.id ORDER BY p0_.created_at DESC LIMIT 4;
|
| 5 |
0.10 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 ORDER BY t0.vip_level DESC, t0.last_name ASC LIMIT 10
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 ORDER BY t0.vip_level DESC, t0.last_name ASC LIMIT 10;
|
| 6 |
0.08 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.weight AS weight_4, t0.editor_state AS editor_state_5, t0.html_content AS html_content_6, t0.category_id AS category_id_7, t0.metadata_id AS metadata_id_8 FROM surgery t0 WHERE t0.category_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.weight AS weight_4, t0.editor_state AS editor_state_5, t0.html_content AS html_content_6, t0.category_id AS category_id_7, t0.metadata_id AS metadata_id_8 FROM surgery t0 WHERE t0.category_id = 5;
|
| 7 |
0.04 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.weight AS weight_4, t0.editor_state AS editor_state_5, t0.html_content AS html_content_6, t0.category_id AS category_id_7, t0.metadata_id AS metadata_id_8 FROM surgery t0 WHERE t0.category_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.weight AS weight_4, t0.editor_state AS editor_state_5, t0.html_content AS html_content_6, t0.category_id AS category_id_7, t0.metadata_id AS metadata_id_8 FROM surgery t0 WHERE t0.category_id = 6;
|
| 8 |
0.03 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.weight AS weight_4, t0.editor_state AS editor_state_5, t0.html_content AS html_content_6, t0.category_id AS category_id_7, t0.metadata_id AS metadata_id_8 FROM surgery t0 WHERE t0.category_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.weight AS weight_4, t0.editor_state AS editor_state_5, t0.html_content AS html_content_6, t0.category_id AS category_id_7, t0.metadata_id AS metadata_id_8 FROM surgery t0 WHERE t0.category_id = 7;
|
| 9 |
0.03 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.weight AS weight_4, t0.editor_state AS editor_state_5, t0.html_content AS html_content_6, t0.category_id AS category_id_7, t0.metadata_id AS metadata_id_8 FROM surgery t0 WHERE t0.category_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.weight AS weight_4, t0.editor_state AS editor_state_5, t0.html_content AS html_content_6, t0.category_id AS category_id_7, t0.metadata_id AS metadata_id_8 FROM surgery t0 WHERE t0.category_id = 8;
|
| 10 |
0.05 ms |
SELECT t0.file_path AS file_path_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM static_media_object t0 WHERE t0.id = ?
Parameters: [
b"\x01›¡[•zð…¦§\x04¯‡Œà"
]
SELECT t0.file_path AS file_path_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM static_media_object t0 WHERE t0.id = 0x019BADA15B957AF085A6A704AF878CE0;
|
| 11 |
0.04 ms |
SELECT t0.file_path AS file_path_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM static_media_object t0 WHERE t0.id = ?
Parameters: [
b"\x01›¡[€xñ¢½\x11Ÿ\x02ÍÉ×"
]
SELECT t0.file_path AS file_path_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM static_media_object t0 WHERE t0.id = 0x019BADA15B8078F1A2BD119F02CDC9D7;
|
| 12 |
0.03 ms |
SELECT t0.file_path AS file_path_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM static_media_object t0 WHERE t0.id = ?
Parameters: [
b"\x01›¡ZÑ\x7F\x1C†m`9\x04\x1CÂë"
]
SELECT t0.file_path AS file_path_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM static_media_object t0 WHERE t0.id = 0x019BADA15AD17F1C866D6039041CC2EB;
|
| 13 |
0.03 ms |
SELECT t0.file_path AS file_path_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM static_media_object t0 WHERE t0.id = ?
Parameters: [
b"\x01›¡Zþs\x026×ÀÙúg"
]
SELECT t0.file_path AS file_path_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM static_media_object t0 WHERE t0.id = 0x019BADA15AFE7302AD3681D7C0D9FA67;
|
| 14 |
0.03 ms |
SELECT t0.file_path AS file_path_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM static_media_object t0 WHERE t0.id = ?
Parameters: [
b"\x01›¡Zwte¥¤d×ô\x16þ"
]
SELECT t0.file_path AS file_path_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM static_media_object t0 WHERE t0.id = 0x019BADA15A7774658FA5A464D7F416FE;
|
| 15 |
0.03 ms |
SELECT t0.file_path AS file_path_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM static_media_object t0 WHERE t0.id = ?
Parameters: [
b"\x01›¡[¬z6®ôrW-î-1"
]
SELECT t0.file_path AS file_path_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM static_media_object t0 WHERE t0.id = 0x019BADA15BAC7A36AEF472572DEE2D31;
|
| 16 |
0.03 ms |
SELECT t0.file_path AS file_path_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM static_media_object t0 WHERE t0.id = ?
Parameters: [
b"\x01›¡[,p/©}Â\v4³\x12g"
]
SELECT t0.file_path AS file_path_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM static_media_object t0 WHERE t0.id = 0x019BADA15B2C702FA97DC20B34B31267;
|
| 17 |
0.03 ms |
SELECT t0.file_path AS file_path_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM static_media_object t0 WHERE t0.id = ?
Parameters: [
b"\x01›¡[Yu\x0F©:þ#qœUZ"
]
SELECT t0.file_path AS file_path_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM static_media_object t0 WHERE t0.id = 0x019BADA15B59750FA93AFE23719C555A;
|
| 18 |
0.03 ms |
SELECT t0.file_path AS file_path_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM static_media_object t0 WHERE t0.id = ?
Parameters: [
b"\x01›¡ZÁx\vµ\x06åWšÄ="
]
SELECT t0.file_path AS file_path_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM static_media_object t0 WHERE t0.id = 0x019BADA15AC1780BB5069DE5579AC43D;
|
| 19 |
0.03 ms |
SELECT t0.file_path AS file_path_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM static_media_object t0 WHERE t0.id = ?
Parameters: [
b"\x01›¡Zxܶ„¼p\x05Ìr²"
]
SELECT t0.file_path AS file_path_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM static_media_object t0 WHERE t0.id = 0x019BADA15A9D78DCB684BC7005CC72B2;
|
| 20 |
0.09 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM post_category t0 INNER JOIN post_post_category ON t0.id = post_post_category.post_category_id WHERE post_post_category.post_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM post_category t0 INNER JOIN post_post_category ON t0.id = post_post_category.post_category_id WHERE post_post_category.post_id = 5;
|
| 21 |
0.06 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM post_category t0 INNER JOIN post_post_category ON t0.id = post_post_category.post_category_id WHERE post_post_category.post_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM post_category t0 INNER JOIN post_post_category ON t0.id = post_post_category.post_category_id WHERE post_post_category.post_id = 6;
|
| 22 |
0.05 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM post_category t0 INNER JOIN post_post_category ON t0.id = post_post_category.post_category_id WHERE post_post_category.post_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM post_category t0 INNER JOIN post_post_category ON t0.id = post_post_category.post_category_id WHERE post_post_category.post_id = 7;
|
| 23 |
0.04 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM post_category t0 INNER JOIN post_post_category ON t0.id = post_post_category.post_category_id WHERE post_post_category.post_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM post_category t0 INNER JOIN post_post_category ON t0.id = post_post_category.post_category_id WHERE post_post_category.post_id = 8;
|