Друзья
Рейтинг пользователей

Пока еще никто из пользователей не набрал больше 50 баллов.

Реклама
Мы ВКонтакте
Общий отчет (Время: 0.96529с, Память: 1,767Кб)
Процедура Номер Всего (с) Средн. (с) Мин. (с) Макс. (с)
system.db.CDbCommand.query(SELECT `t`.`account_id` AS `t0_c0`, `t`.`email` AS `t0_c1`, `t`.`login` AS `t0_c2`, `t`.`password` AS `t0_c3`, `t`.`salt` AS `t0_c4`, `t`.`verify_code` AS `t0_c5`, `t`.`status` AS `t0_c6`, `t`.`email_status` AS `t0_c7`, `t`.`rating` AS `t0_c8`, `t`.`phone_code` AS `t0_c9`, `t`.`phone` AS `t0_c10`, `t`.`balance` AS `t0_c11`, `t`.`balance_to_out` AS `t0_c12`, `t`.`reg_ip` AS `t0_c13`, `t`.`reg_date` AS `t0_c14`, `t`.`login_ip` AS `t0_c15`, `t`.`login_date` AS `t0_c16`, `t`.`activity_date` AS `t0_c17`, `accountProfile`.`id` AS `t1_c0`, `accountProfile`.`account_id` AS `t1_c1`, `accountProfile`.`first_name` AS `t1_c2`, `accountProfile`.`last_name` AS `t1_c3`, `accountProfile`.`sex` AS `t1_c4`, `accountProfile`.`birthday` AS `t1_c5`, `accountProfile`.`age` AS `t1_c6`, `accountProfile`.`city_id` AS `t1_c7`, `accountProfile`.`school_id` AS `t1_c8`, `accountProfile`.`family_status` AS `t1_c9`, `accountProfile`.`family_status_with` AS `t1_c10`, `city`.`city_id` AS `t2_c0`, `city`.`vk_city_id` AS `t2_c1`, `city`.`region_id` AS `t2_c2`, `city`.`area_id` AS `t2_c3`, `city`.`city_title` AS `t2_c4`, `school`.`id` AS `t3_c0`, `school`.`vk_school_id` AS `t3_c1`, `school`.`city_id` AS `t3_c2`, `school`.`school_title` AS `t3_c3`, `accountAvatar`.`id` AS `t4_c0`, `accountAvatar`.`account_id` AS `t4_c1`, `accountAvatar`.`filename` AS `t4_c2`, `accountAvatar`.`uploaded` AS `t4_c3`, `accountContact`.`id` AS `t5_c0`, `accountContact`.`account_id` AS `t5_c1`, `accountContact`.`vk` AS `t5_c2`, `accountContact`.`icq` AS `t5_c3`, `accountContact`.`skype` AS `t5_c4`, `accountContact`.`facebook` AS `t5_c5`, `accountContact`.`livejournal` AS `t5_c6`, `accountContact`.`twitter` AS `t5_c7`, `accountRatingStat`.`id` AS `t6_c0`, `accountRatingStat`.`account_id` AS `t6_c1`, `accountRatingStat`.`week` AS `t6_c2`, `accountRatingStat`.`month` AS `t6_c3`, `accountRatingStat`.`total` AS `t6_c4`, `accountRatingStat`.`updated` AS `t6_c5` FROM `account` `t` LEFT OUTER JOIN `account_profile` `accountProfile` ON (`accountProfile`.`account_id`=`t`.`account_id`) LEFT OUTER JOIN `geo_city` `city` ON (`accountProfile`.`city_id`=`city`.`city_id`) LEFT OUTER JOIN `school` `school` ON (`accountProfile`.`school_id`=`school`.`id`) LEFT OUTER JOIN `account_avatar` `accountAvatar` ON (`accountAvatar`.`account_id`=`t`.`account_id`) LEFT OUTER JOIN `account_contact` `accountContact` ON (`accountContact`.`account_id`=`t`.`account_id`) LEFT OUTER JOIN `account_rating_stat` `accountRatingStat` ON (`accountRatingStat`.`account_id`=`t`.`account_id`) WHERE (LOWER(t.login) = :login). Bound with :login='user_79748') 1 0.04147 0.04147 0.04147 0.04147
system.db.CDbCommand.query(SELECT `t`.`id` AS `t0_c0`, `t`.`account_id` AS `t0_c1`, `t`.`friend_id` AS `t0_c2`, `t`.`type` AS `t0_c3`, `t`.`date` AS `t0_c4`, `account`.`account_id` AS `t1_c0`, `account`.`email` AS `t1_c1`, `account`.`login` AS `t1_c2`, `account`.`password` AS `t1_c3`, `account`.`salt` AS `t1_c4`, `account`.`verify_code` AS `t1_c5`, `account`.`status` AS `t1_c6`, `account`.`email_status` AS `t1_c7`, `account`.`rating` AS `t1_c8`, `account`.`phone_code` AS `t1_c9`, `account`.`phone` AS `t1_c10`, `account`.`balance` AS `t1_c11`, `account`.`balance_to_out` AS `t1_c12`, `account`.`reg_ip` AS `t1_c13`, `account`.`reg_date` AS `t1_c14`, `account`.`login_ip` AS `t1_c15`, `account`.`login_date` AS `t1_c16`, `account`.`activity_date` AS `t1_c17`, `friend`.`account_id` AS `t2_c0`, `friend`.`email` AS `t2_c1`, `friend`.`login` AS `t2_c2`, `friend`.`password` AS `t2_c3`, `friend`.`salt` AS `t2_c4`, `friend`.`verify_code` AS `t2_c5`, `friend`.`status` AS `t2_c6`, `friend`.`email_status` AS `t2_c7`, `friend`.`rating` AS `t2_c8`, `friend`.`phone_code` AS `t2_c9`, `friend`.`phone` AS `t2_c10`, `friend`.`balance` AS `t2_c11`, `friend`.`balance_to_out` AS `t2_c12`, `friend`.`reg_ip` AS `t2_c13`, `friend`.`reg_date` AS `t2_c14`, `friend`.`login_ip` AS `t2_c15`, `friend`.`login_date` AS `t2_c16`, `friend`.`activity_date` AS `t2_c17` FROM `friend` `t` LEFT OUTER JOIN `account` `account` ON (`t`.`account_id`=`account`.`account_id`) LEFT OUTER JOIN `account` `friend` ON (`t`.`friend_id`=`friend`.`account_id`) WHERE ((t.account_id = :account_id OR t.friend_id = :account_id) AND (t.type = :type)). Bound with :account_id='824', :type=1) 1 0.02883 0.02883 0.02883 0.02883
system.db.CDbCommand.query(SHOW FULL COLUMNS FROM `account`) 1 0.02854 0.02854 0.02854 0.02854
system.db.CDbCommand.query(SHOW FULL COLUMNS FROM `account_profile`) 1 0.02815 0.02815 0.02815 0.02815
system.db.CDbCommand.query(SHOW FULL COLUMNS FROM `account_rating_stat`) 1 0.02811 0.02811 0.02811 0.02811
system.db.CDbCommand.query(SHOW FULL COLUMNS FROM `account_contact`) 1 0.02808 0.02808 0.02808 0.02808
system.db.CDbCommand.query(SHOW FULL COLUMNS FROM `account_avatar`) 1 0.02798 0.02798 0.02798 0.02798
system.db.CDbCommand.query(SHOW FULL COLUMNS FROM `geo_city`) 1 0.02793 0.02793 0.02793 0.02793
system.db.CDbCommand.query(SHOW FULL COLUMNS FROM `school`) 1 0.02788 0.02788 0.02788 0.02788
system.db.CDbCommand.query(SHOW FULL COLUMNS FROM `subject`) 1 0.02780 0.02780 0.02780 0.02780
system.db.CDbCommand.query(SELECT `account`.`account_id` AS `t1_c0`, `account`.`email` AS `t1_c1`, `account`.`login` AS `t1_c2`, `account`.`password` AS `t1_c3`, `account`.`salt` AS `t1_c4`, `account`.`verify_code` AS `t1_c5`, `account`.`status` AS `t1_c6`, `account`.`email_status` AS `t1_c7`, `account`.`rating` AS `t1_c8`, `account`.`phone_code` AS `t1_c9`, `account`.`phone` AS `t1_c10`, `account`.`balance` AS `t1_c11`, `account`.`balance_to_out` AS `t1_c12`, `account`.`reg_ip` AS `t1_c13`, `account`.`reg_date` AS `t1_c14`, `account`.`login_ip` AS `t1_c15`, `account`.`login_date` AS `t1_c16`, `account`.`activity_date` AS `t1_c17` FROM `account` `account` WHERE (`account`.`account_id`=:ypl0). Bound with :ypl0='824') 1 0.02776 0.02776 0.02776 0.02776
system.db.CDbCommand.query(SHOW FULL COLUMNS FROM `book_author`) 1 0.02773 0.02773 0.02773 0.02773
system.db.CDbCommand.query(SHOW FULL COLUMNS FROM `author`) 1 0.02773 0.02773 0.02773 0.02773
system.db.CDbCommand.query(SELECT MAX(updated) m, COUNT(id) c FROM account_rating_stat) 1 0.02754 0.02754 0.02754 0.02754
system.db.CDbCommand.query(SHOW CREATE TABLE `account_profile`) 1 0.02741 0.02741 0.02741 0.02741
system.db.CDbCommand.query(SHOW CREATE TABLE `account_contact`) 1 0.02736 0.02736 0.02736 0.02736
system.db.CDbCommand.query(SHOW FULL COLUMNS FROM `book`) 1 0.02734 0.02734 0.02734 0.02734
system.db.CDbCommand.query(SHOW CREATE TABLE `account_rating_stat`) 1 0.02730 0.02730 0.02730 0.02730
system.db.CDbCommand.query(SHOW CREATE TABLE `account`) 1 0.02729 0.02729 0.02729 0.02729
system.db.CDbCommand.query(SHOW CREATE TABLE `school`) 1 0.02727 0.02727 0.02727 0.02727
system.db.CDbCommand.query(SHOW CREATE TABLE `geo_city`) 1 0.02724 0.02724 0.02724 0.02724
system.db.CDbCommand.query(SHOW CREATE TABLE `account_avatar`) 1 0.02724 0.02724 0.02724 0.02724
system.db.CDbCommand.query(SHOW CREATE TABLE `class_number`) 1 0.02722 0.02722 0.02722 0.02722
system.db.CDbCommand.query(SHOW CREATE TABLE `book_author`) 1 0.02722 0.02722 0.02722 0.02722
system.db.CDbCommand.query(SHOW FULL COLUMNS FROM `class_number`) 1 0.02721 0.02721 0.02721 0.02721
system.db.CDbCommand.query(SHOW CREATE TABLE `subject`) 1 0.02719 0.02719 0.02719 0.02719
system.db.CDbCommand.query(SHOW CREATE TABLE `author`) 1 0.02719 0.02719 0.02719 0.02719
system.db.CDbCommand.query(SHOW FULL COLUMNS FROM `friend`) 1 0.02718 0.02718 0.02718 0.02718
system.db.CDbCommand.query(SHOW CREATE TABLE `book`) 1 0.02717 0.02717 0.02717 0.02717
system.db.CDbCommand.query(SHOW CREATE TABLE `friend`) 1 0.02703 0.02703 0.02703 0.02703