(default) 6 queries took 0 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SELECT `UserPreference`.`id`, `UserPreference`.`alerts`, `UserPreference`.`profile`, `UserPreference`.`profile_string`, `Student`.`id`, `Student`.`username`, `Student`.`password`, `Student`.`email`, `Student`.`first_name`, `Student`.`last_name`, `Student`.`middle_initial`, `Student`.`group_id`, `Student`.`organization_id`, `Student`.`zipcode`, `Student`.`timezone_id`, `Student`.`active`, `Student`.`confirmed`, `Student`.`confirm_code`, `Student`.`confirm_date` FROM `user_preferences` AS `UserPreference` LEFT JOIN `users` AS `Student` ON (`UserPreference`.`id` = `Student`.`id`) WHERE `profile_string` = 'aniqrahman' LIMIT 1110
2SELECT `Student`.`id`, `Student`.`username`, `Student`.`password`, `Student`.`email`, `Student`.`first_name`, `Student`.`last_name`, `Student`.`middle_initial`, `Student`.`group_id`, `Student`.`organization_id`, `Student`.`zipcode`, `Student`.`timezone_id`, `Student`.`active`, `Student`.`confirmed`, `Student`.`confirm_code`, `Student`.`confirm_date` FROM `users` AS `Student` WHERE `Student`.`id` = 14 110
3SELECT `StudentProfile`.`id`, `StudentProfile`.`interests`, `StudentProfile`.`skills`, `StudentProfile`.`zipcode`, `StudentProfile`.`default_school_id`, `StudentProfile`.`website_1`, `StudentProfile`.`website_2`, `StudentProfile`.`website_3` FROM `student_profiles` AS `StudentProfile` WHERE `StudentProfile`.`id` = 14 110
4SELECT `StudentsEducation`.`id`, `StudentsEducation`.`student_id`, `StudentsEducation`.`school_name`, `StudentsEducation`.`year_start`, `StudentsEducation`.`year_graduate`, `StudentsEducation`.`degree`, `StudentsEducation`.`majors`, `StudentsEducation`.`is_default`, `StudentsEducation`.`expected` FROM `students_educations` AS `StudentsEducation` WHERE `StudentsEducation`.`student_id` = (14) ORDER BY `year_graduate` DESC 220
5SELECT `StudentsWork`.`id`, `StudentsWork`.`student_id`, `StudentsWork`.`company_name`, `StudentsWork`.`title`, `StudentsWork`.`start_month`, `StudentsWork`.`start_year`, `StudentsWork`.`end_month`, `StudentsWork`.`end_year`, `StudentsWork`.`present`, `StudentsWork`.`desc` FROM `students_works` AS `StudentsWork` WHERE `StudentsWork`.`student_id` = (14) ORDER BY field(present,1,0) ASC, `end_year` DESC 110
6SELECT `Interview`.`id`, `Interview`.`timedate`, `Interview`.`date_created`, `Interview`.`company_id`, `Interview`.`student_id`, `Interview`.`last_proposal_id`, `Interview`.`call_exists`, `Interview`.`call_id`, `Interview`.`did_happen` FROM `interviews` AS `Interview` WHERE `Interview`.`student_id` = (14) 220