styledef

cool1's Profile

Favorites

Wishlist

Closet

(default) 16 queries took 88 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SHOW FULL COLUMNS FROM `users`202029
2SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_unicode_ci';111
3SELECT `User`.`id`, `User`.`nickname`, `User`.`password`, `User`.`email`, `User`.`name`, `User`.`pic`, `User`.`web`, `User`.`bio`, `User`.`location`, `User`.`hash`, `User`.`status`, `User`.`t_account`, `User`.`t_access`, `User`.`t_secret`, `User`.`f_account`, `User`.`f_access`, `User`.`f_secret`, `User`.`notify`, `User`.`created`, `User`.`modified` FROM `users` AS `User` WHERE `User`.`nickname` = 'cool1' LIMIT 1111
4SHOW FULL COLUMNS FROM `images`662
5SHOW FULL COLUMNS FROM `user_has_items`554
6SELECT COUNT(*) AS `count` FROM `user_has_items` AS `UserHasItem` WHERE `user_id` = 128 111
7SHOW FULL COLUMNS FROM `items`662
8SHOW FULL COLUMNS FROM `user_wish_items`4416
9SELECT COUNT(*) AS `count` FROM `user_wish_items` AS `UserWishItem` WHERE `user_id` = 128 111
10SHOW FULL COLUMNS FROM `user_likes_items`4419
11SELECT COUNT(*) AS `count` FROM `user_likes_items` AS `UserLikesItem` WHERE `user_id` = 128 111
12SHOW FULL COLUMNS FROM `follows`444
13SHOW FULL COLUMNS FROM `logs`774
14SELECT `Log`.`id`, `Log`.`user_id`, `Log`.`to_id`, `Log`.`item_id`, `Log`.`comment_id`, `Log`.`action`, `Log`.`created` FROM `logs` AS `Log` WHERE `user_id` IS NULL ORDER BY `created` DESC LIMIT 20001
15SELECT COUNT(*) AS `count` FROM `follows` AS `Follow` WHERE `from_id` = 128 111
16SELECT COUNT(*) AS `count` FROM `follows` AS `Follow` WHERE `to_id` = 128 111