12.25 ms (70.79%)
51
SELECT t0 . id AS id_1 , t0 . label AS label_2 , t0 . code AS code_3 , t0 . slug_history AS slug_history_4 , t0 . description AS description_5 , t0 . price AS price_6 , t0 . status AS status_7 , t0 . satisfaction_rate AS satisfaction_rate_8 , t0 . completion_rate AS completion_rate_9 , t0 . featured_on_search AS featured_on_search_10 , t0 . pixels AS pixels_11 , t0 . updated_at AS updated_at_12 , t0 . seo_title AS seo_title_13 , t0 . seo_description AS seo_description_14 , t0 . seo_canonical AS seo_canonical_15 , t0 . seo_indexed AS seo_indexed_16 , t0 . slug AS slug_17 , t0 . sub_title AS sub_title_18 , t0 . show_on_home_page AS show_on_home_page_19 , t0 . format AS format_20 , t0 . collective_face_to_face_hours AS collective_face_to_face_hours_21 , t0 . individual_face_to_face_hours AS individual_face_to_face_hours_22 , t0 . individual_videoconference_hours AS individual_videoconference_hours_23 , t0 . collective_videoconference_hours AS collective_videoconference_hours_24 , t0 . elearning_hours AS elearning_hours_25 , t0 . face_to_face_hours_text AS face_to_face_hours_text_26 , t0 . min_period AS min_period_27 , t0 . max_period AS max_period_28 , t0 . public AS public_29 , t0 . prerequisites AS prerequisites_30 , t0 . cpf AS cpf_31 , t0 . cpf_link AS cpf_link_32 , t0 . pdf_name AS pdf_name_33 , t0 . pdf_mime_type AS pdf_mime_type_34 , t0 . created_by_id AS created_by_id_35 , t0 . category_id AS category_id_36 , t0 . certification_id AS certification_id_37 , t0 . type FROM training t0 INNER JOIN training_professional_place ON t0 . id = training_professional_place . training_professional_id WHERE training_professional_place . place_id = ? AND t0 . type IN ('professional' )
SELECT t0 . id AS id_1 , t0 . label AS label_2 , t0 . code AS code_3 , t0 . slug_history AS slug_history_4 , t0 . description AS description_5 , t0 . price AS price_6 , t0 . status AS status_7 , t0 . satisfaction_rate AS satisfaction_rate_8 , t0 . completion_rate AS completion_rate_9 , t0 . featured_on_search AS featured_on_search_10 , t0 . pixels AS pixels_11 , t0 . updated_at AS updated_at_12 , t0 . seo_title AS seo_title_13 , t0 . seo_description AS seo_description_14 , t0 . seo_canonical AS seo_canonical_15 , t0 . seo_indexed AS seo_indexed_16 , t0 . slug AS slug_17 , t0 . sub_title AS sub_title_18 , t0 . show_on_home_page AS show_on_home_page_19 , t0 . format AS format_20 , t0 . collective_face_to_face_hours AS collective_face_to_face_hours_21 , t0 . individual_face_to_face_hours AS individual_face_to_face_hours_22 , t0 . individual_videoconference_hours AS individual_videoconference_hours_23 , t0 . collective_videoconference_hours AS collective_videoconference_hours_24 , t0 . elearning_hours AS elearning_hours_25 , t0 . face_to_face_hours_text AS face_to_face_hours_text_26 , t0 . min_period AS min_period_27 , t0 . max_period AS max_period_28 , t0 . public AS public_29 , t0 . prerequisites AS prerequisites_30 , t0 . cpf AS cpf_31 , t0 . cpf_link AS cpf_link_32 , t0 . pdf_name AS pdf_name_33 , t0 . pdf_mime_type AS pdf_mime_type_34 , t0 . created_by_id AS created_by_id_35 , t0 . category_id AS category_id_36 , t0 . certification_id AS certification_id_37 , t0 . type FROM training t0 INNER JOIN training_professional_place ON t0 . id = training_professional_place . training_professional_id WHERE training_professional_place . place_id = 1 AND t0 . type IN ('professional' );
Copy
1.12 ms (6.45%)
1
SELECT t0 . id AS id_1 , t0 . slug AS slug_2 , t0 . address AS address_3 , t0 . zip_code AS zip_code_4 , t0 . city AS city_5 , t0 . image_name AS image_name_6 , t0 . updated_at AS updated_at_7 , t0 . phone_number AS phone_number_8 , t0 . information AS information_9 , t0 . amenities AS amenities_10 , t0 . google_map_link AS google_map_link_11 FROM place t0
SELECT t0 . id AS id_1 , t0 . slug AS slug_2 , t0 . address AS address_3 , t0 . zip_code AS zip_code_4 , t0 . city AS city_5 , t0 . image_name AS image_name_6 , t0 . updated_at AS updated_at_7 , t0 . phone_number AS phone_number_8 , t0 . information AS information_9 , t0 . amenities AS amenities_10 , t0 . google_map_link AS google_map_link_11 FROM place t0 ;
Copy