Query | Affected | Num. rows | Took (ms) | Actions |
---|
SELECT `MenuLinksUser`.`id`, `MenuLinksUser`.`user_id` FROM `osedu`.`menu_links_users` AS `MenuLinksUser` WHERE 1 = 1 ORDER BY `MenuLinksUser`.`id` ASC | 0 | 0 | 1 | maybe slow |
SELECT `Country`.`id`, `Country`.`name`, `Country`.`page_slug`, `Country`.`page_url`, `Country`.`canonical_url`, `Country`.`official_name`, `Country`.`form_of_govt`, `Country`.`capital`, `Country`.`population`, `Country`.`official_language`, `Country`.`currency_id`, `Country`.`area`, `Country`.`major_river`, `Country`.`gdp`, `Country`.`overview`, `Country`.`whystudy`, `Country`.`education_system`, `Country`.`other_information`, `Country`.`course_details`, `Country`.`banner_image`, `Country`.`cover_image`, `Country`.`flag_image`, `Country`.`alpha_2_code`, `Country`.`alpha_3_code`, `Country`.`calling_code`, `Country`.`display_order`, `Country`.`display_on_home`, `Country`.`active`, `Country`.`created`, `Country`.`modified`, (CONCAT(`Country`.`name`, " (+", `Country`.`calling_code`,")")) AS `Country__country_with_calling_code` FROM `osedu`.`countries` AS `Country` WHERE `Country`.`active` = '1' ORDER BY `Country`.`display_order` ASC | 5 | 5 | 1 | maybe slow |
SELECT `Country`.`id`, `Country`.`name` FROM `osedu`.`countries` AS `Country` WHERE `Country`.`active` = '1' ORDER BY `Country`.`display_order` ASC | 5 | 5 | 2 | maybe slow |
SELECT `Subject`.`id`, `Subject`.`title` FROM `osedu`.`subjects` AS `Subject` WHERE `Subject`.`active` = '1' | 3 | 3 | 1 | maybe slow |
SELECT `CorporateOffice`.`id`, `CorporateOffice`.`address`, `CorporateOffice`.`whatsapp`, `CorporateOffice`.`mobile_1`, `CorporateOffice`.`mobile_2`, `CorporateOffice`.`email1`, `CorporateOffice`.`email2`, `CorporateOffice`.`office_timing`, `CorporateOffice`.`weekend_timing`, `CorporateOffice`.`map_address`, `CorporateOffice`.`created`, `CorporateOffice`.`modified` FROM `osedu`.`corporate_offices` AS `CorporateOffice` WHERE 1 = 1 LIMIT 1 | 1 | 1 | 0 | |
SELECT `University`.`id`, `University`.`name` FROM `osedu`.`universities` AS `University` WHERE `University`.`active` = '1' | 4 | 4 | 0 | |
SELECT `Country`.`id`, `Country`.`name`, `Country`.`page_slug`, `Country`.`page_url`, `Country`.`canonical_url`, `Country`.`official_name`, `Country`.`form_of_govt`, `Country`.`capital`, `Country`.`population`, `Country`.`official_language`, `Country`.`currency_id`, `Country`.`area`, `Country`.`major_river`, `Country`.`gdp`, `Country`.`overview`, `Country`.`whystudy`, `Country`.`education_system`, `Country`.`other_information`, `Country`.`course_details`, `Country`.`banner_image`, `Country`.`cover_image`, `Country`.`flag_image`, `Country`.`alpha_2_code`, `Country`.`alpha_3_code`, `Country`.`calling_code`, `Country`.`display_order`, `Country`.`display_on_home`, `Country`.`active`, `Country`.`created`, `Country`.`modified`, (CONCAT(`Country`.`name`, " (+", `Country`.`calling_code`,")")) AS `Country__country_with_calling_code` FROM `osedu`.`countries` AS `Country` WHERE `Country`.`name` = 'germany' ORDER BY TRIM(`Country`.`name`) ASC LIMIT 1 | 1 | 1 | 1 | |
SELECT `Country`.`id`, `Country`.`name`, `Country`.`page_slug`, `Country`.`page_url`, `Country`.`canonical_url`, `Country`.`official_name`, `Country`.`form_of_govt`, `Country`.`capital`, `Country`.`population`, `Country`.`official_language`, `Country`.`currency_id`, `Country`.`area`, `Country`.`major_river`, `Country`.`gdp`, `Country`.`overview`, `Country`.`whystudy`, `Country`.`education_system`, `Country`.`other_information`, `Country`.`course_details`, `Country`.`banner_image`, `Country`.`cover_image`, `Country`.`flag_image`, `Country`.`alpha_2_code`, `Country`.`alpha_3_code`, `Country`.`calling_code`, `Country`.`display_order`, `Country`.`display_on_home`, `Country`.`active`, `Country`.`created`, `Country`.`modified`, (CONCAT(`Country`.`name`, " (+", `Country`.`calling_code`,")")) AS `Country__country_with_calling_code` FROM `osedu`.`countries` AS `Country` WHERE `Country`.`id` = 82 AND `Country`.`active` = '1' ORDER BY TRIM(`Country`.`name`) ASC LIMIT 1 | 1 | 1 | 4 | maybe slow |
SELECT `University`.`id`, `University`.`country_id`, `University`.`institution_type_id`, `University`.`name`, `University`.`page_slug`, `University`.`page_url`, `University`.`canonical_url`, `University`.`video_link`, `University`.`logo`, `University`.`cover_image`, `University`.`location`, `University`.`estiblished`, `University`.`highlight`, `University`.`about`, `University`.`top_faculty`, `University`.`department_school`, `University`.`website`, `University`.`no_of_student`, `University`.`estimate_cost_of_living`, `University`.`national_ranking`, `University`.`active`, `University`.`created`, `University`.`modified` FROM `osedu`.`universities` AS `University` WHERE `University`.`country_id` = (82) | 3 | 3 | 0 | |