1 | SELECT `Role`.`name`, `Role`.`permissions` FROM `roles` AS `Role` WHERE 1 = 1 | | 5 | 5 | 2 |
2 | SELECT `User`.`id`, `User`.`username`, `User`.`slug`, `User`.`fname`, `User`.`lname`, `User`.`verified`, `User`.`top_list_count`, `User`.`comment_count`, `User`.`old_id`, `User`.`created`, `User`.`modified`, `User`.`name`, `User`.`password`, `User`.`password_hash_version`, `User`.`old_password_hash`, `User`.`role_id`, `User`.`login`, `User`.`active`, `User`.`gender`, `User`.`profile_visit_count`, `User`.`country_id`, `User`.`state_id`, `User`.`background`, `User`.`profession`, `User`.`photo_url`, `User`.`sm_photo_url`, `User`.`architecture_count`, `User`.`architect_count`, `User`.`activation_reminded`, `User`.`website`, `User`.`facebook`, `User`.`twitter`, `User`.`archived`, `User`.`last_login`, `User`.`cancelled`, `User`.`comment_notification`, `User`.`watch_notification`, `User`.`collection_notification`, `Role`.`id`, `Role`.`name`, `Role`.`permissions`, `Role`.`description`, `Role`.`created`, `Role`.`modified` FROM `users` AS `User` LEFT JOIN `roles` AS `Role` ON (`User`.`role_id` = `Role`.`id`) WHERE `login` = 'guest@architectuul.com' LIMIT 1 | | 1 | 1 | 23 |
3 | SELECT COUNT(*) AS `count` FROM `users` AS `User` WHERE `User`.`id` = '7e59ae88-ffa7-11de-b287-4f8fe1b9fcc1' | | 1 | 1 | 2 |
4 | SELECT COUNT(*) AS `count` FROM `users` AS `User` WHERE `User`.`id` = '7e59ae88-ffa7-11de-b287-4f8fe1b9fcc1' | | 1 | 1 | 2 |
5 | UPDATE `users` SET `id` = '7e59ae88-ffa7-11de-b287-4f8fe1b9fcc1', `last_login` = '2019-12-08 21:59:58', `modified` = '2019-12-08 21:59:58' WHERE `users`.`id` = '7e59ae88-ffa7-11de-b287-4f8fe1b9fcc1' | | 0 | | 3 |
6 | SELECT `Architecture`.`title`, `Architecture`.`slug` FROM `architectures` AS `Architecture` WHERE `Architecture`.`deleted` <> 1 ORDER BY Rand() ASC LIMIT 1 | | 1 | 1 | 13 |
7 | SHOW FULL COLUMNS FROM `languages` | | 3 | 3 | 2 |
8 | SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_unicode_ci'; | | 1 | 1 | 2 |
9 | SELECT `User`.`id`, `User`.`username`, `User`.`slug`, `User`.`fname`, `User`.`lname`, `User`.`verified`, `User`.`top_list_count`, `User`.`comment_count`, `User`.`old_id`, `User`.`created`, `User`.`modified`, `User`.`name`, `User`.`password`, `User`.`password_hash_version`, `User`.`old_password_hash`, `User`.`role_id`, `User`.`login`, `User`.`active`, `User`.`gender`, `User`.`profile_visit_count`, `User`.`country_id`, `User`.`state_id`, `User`.`background`, `User`.`profession`, `User`.`photo_url`, `User`.`sm_photo_url`, `User`.`architecture_count`, `User`.`architect_count`, `User`.`activation_reminded`, `User`.`website`, `User`.`facebook`, `User`.`twitter`, `User`.`archived`, `User`.`last_login`, `User`.`cancelled`, `User`.`comment_notification`, `User`.`watch_notification`, `User`.`collection_notification`, `Country`.`name`, `State`.`name` FROM `users` AS `User` LEFT JOIN `countries` AS `Country` ON (`User`.`country_id` = `Country`.`id`) LEFT JOIN `states` AS `State` ON (`User`.`state_id` = `State`.`id`) WHERE `User`.`slug` = 'tim_kos' AND `User`.`cancelled` is null LIMIT 1 | | 1 | 1 | 2 |
10 | SELECT `TopList`.`id`, `TopList`.`title`, `TopList`.`slug`, `TopList`.`user_id`, `TopList`.`created` FROM `top_lists` AS `TopList` WHERE `user_id` = '4c8b9eca-f94c-45fb-b6a1-02d0183d6281' ORDER BY `title` asc | | 1 | 1 | 3 |
11 | SELECT `TopListItem`.`model`, `TopListItem`.`foreign_id`, `TopListItem`.`top_list_id` FROM `top_list_items` AS `TopListItem` WHERE `TopListItem`.`top_list_id` = ('5187a089-9bc0-483e-b194-74316d7b5f76') ORDER BY `TopListItem`.`created` ASC LIMIT 1 | | 1 | 1 | 6 |
12 | SELECT `Architecture`.`id`, `Architecture`.`title` FROM `architectures` AS `Architecture` WHERE `Architecture`.`id` = '4b46391c-26f4-4d7b-aa37-0a6bb372233b' | | 1 | 1 | 2 |
13 | SELECT `Image`.`md_url`, `Image`.`sm_url`, `Image`.`id`, `Image`.`foreign_id` FROM `images` AS `Image` WHERE `Image`.`foreign_id` = ('4b46391c-26f4-4d7b-aa37-0a6bb372233b') ORDER BY `_order` asc, `created` asc LIMIT 1 | | 1 | 1 | 28 |
14 | SELECT `Architect`.`id`, `Architect`.`title` FROM `architects` AS `Architect` WHERE `Architect`.`id` = '4b46391c-26f4-4d7b-aa37-0a6bb372233b' | | 0 | 0 | 2 |
15 | SELECT `TopList`.`id`, `TopList`.`title`, `TopList`.`slug`, `TopList`.`user_id`, `TopList`.`created`, `User`.`username`, `User`.`slug` FROM `top_lists` AS `TopList` LEFT JOIN `users` AS `User` ON (`TopList`.`user_id` = `User`.`id`) WHERE `TopList`.`user_id` <> '4c8b9eca-f94c-45fb-b6a1-02d0183d6281' ORDER BY `title` asc LIMIT 2 | | 2 | 2 | 3 |
16 | SELECT `User`.`username`, `User`.`slug` FROM `users` AS `User` WHERE `User`.`id` = '5a64e2ec-7f5c-48e8-afec-22d36d7b5e1b' | | 1 | 1 | 2 |
17 | SELECT `User`.`username`, `User`.`slug` FROM `users` AS `User` WHERE `User`.`id` = '5814e10b-128c-4130-9214-13d56d7b5e1b' | | 1 | 1 | 2 |
18 | SELECT `TopListItem`.`model`, `TopListItem`.`foreign_id`, `TopListItem`.`top_list_id` FROM `top_list_items` AS `TopListItem` WHERE `TopListItem`.`top_list_id` = ('5a7f585f-6374-453d-901c-3e126d7b5e1b') ORDER BY `TopListItem`.`created` ASC LIMIT 1 | | 1 | 1 | 4 |
19 | SELECT `Architecture`.`id`, `Architecture`.`title` FROM `architectures` AS `Architecture` WHERE `Architecture`.`id` = '4caa0b8f-7124-4b4b-a897-3052183d6281' | | 0 | 0 | 2 |
20 | SELECT `Architect`.`id`, `Architect`.`title` FROM `architects` AS `Architect` WHERE `Architect`.`id` = '4caa0b8f-7124-4b4b-a897-3052183d6281' | | 1 | 1 | 2 |
21 | SELECT `Image`.`md_url`, `Image`.`sm_url`, `Image`.`id`, `Image`.`foreign_id` FROM `images` AS `Image` WHERE `Image`.`foreign_id` = ('4caa0b8f-7124-4b4b-a897-3052183d6281') ORDER BY `_order` asc, `created` asc LIMIT 1 | | 1 | 1 | 29 |
22 | SELECT `TopListItem`.`model`, `TopListItem`.`foreign_id`, `TopListItem`.`top_list_id` FROM `top_list_items` AS `TopListItem` WHERE `TopListItem`.`top_list_id` = ('5814e1ea-0fc4-443d-a483-11d36d7b5e1b') ORDER BY `TopListItem`.`created` ASC LIMIT 1 | | 1 | 1 | 5 |
23 | SELECT `Architecture`.`id`, `Architecture`.`title` FROM `architectures` AS `Architecture` WHERE `Architecture`.`id` = '51dd462c-aac8-4c6a-8234-5bb36d7b5f76' | | 1 | 1 | 2 |
24 | SELECT `Image`.`md_url`, `Image`.`sm_url`, `Image`.`id`, `Image`.`foreign_id` FROM `images` AS `Image` WHERE `Image`.`foreign_id` = ('51dd462c-aac8-4c6a-8234-5bb36d7b5f76') ORDER BY `_order` asc, `created` asc LIMIT 1 | | 1 | 1 | 27 |
25 | SELECT `Architect`.`id`, `Architect`.`title` FROM `architects` AS `Architect` WHERE `Architect`.`id` = '51dd462c-aac8-4c6a-8234-5bb36d7b5f76' | | 0 | 0 | 2 |
26 | SELECT COUNT(*) AS `count` FROM `feeds` AS `Feed` WHERE `Feed`.`user_id` = '4c8b9eca-f94c-45fb-b6a1-02d0183d6281' AND DATE_FORMAT(`Feed`.`created`, '%Y-%m-%d') >= '2019-12-05 00:00' | | 1 | 1 | 224 |
27 | SELECT `Feed`.`id`, `Feed`.`type`, `Feed`.`user_id`, `Feed`.`model`, `Feed`.`foreign_id`, `Feed`.`created`, `TopListItem`.`id`, `TopListItem`.`top_list_id`, `TopListItem`.`foreign_id`, `TopListItem`.`model`, `TopListItem`.`user_id`, `TopListItem`.`weight`, `TopListItem`.`created`, `Architect`.`title`, `Architect`.`slug`, `Architect`.`deleted`, `Architecture`.`title`, `Architecture`.`slug`, `Architecture`.`deleted`, `Architecture`.`city`, `Architecture`.`country_id`, `Comment`.`id`, `Comment`.`parent_id`, `Comment`.`foreign_id`, `Comment`.`model`, `Comment`.`user_id`, `Comment`.`increment`, `Comment`.`author_name`, `Comment`.`author_url`, `Comment`.`author_email`, `Comment`.`author_ip`, `Comment`.`author_agent`, `Comment`.`body`, `Comment`.`created`, `Comment`.`modified`, `Comment`.`is_edited`, `Comment`.`last_message_id`, `User`.`id`, `User`.`username`, `User`.`slug`, `User`.`fname`, `User`.`lname`, `User`.`verified`, `User`.`top_list_count`, `User`.`comment_count`, `User`.`old_id`, `User`.`created`, `User`.`modified`, `User`.`name`, `User`.`password`, `User`.`password_hash_version`, `User`.`old_password_hash`, `User`.`role_id`, `User`.`login`, `User`.`active`, `User`.`gender`, `User`.`profile_visit_count`, `User`.`country_id`, `User`.`state_id`, `User`.`background`, `User`.`profession`, `User`.`photo_url`, `User`.`sm_photo_url`, `User`.`architecture_count`, `User`.`architect_count`, `User`.`activation_reminded`, `User`.`website`, `User`.`facebook`, `User`.`twitter`, `User`.`archived`, `User`.`last_login`, `User`.`cancelled`, `User`.`comment_notification`, `User`.`watch_notification`, `User`.`collection_notification` FROM `feeds` AS `Feed` LEFT JOIN `top_list_items` AS `TopListItem` ON (`Feed`.`foreign_id` = `TopListItem`.`id`) LEFT JOIN `architects` AS `Architect` ON (`Feed`.`foreign_id` = `Architect`.`id`) LEFT JOIN `architectures` AS `Architecture` ON (`Feed`.`foreign_id` = `Architecture`.`id`) LEFT JOIN `comments` AS `Comment` ON (`Feed`.`foreign_id` = `Comment`.`id`) LEFT JOIN `users` AS `User` ON (`Feed`.`user_id` = `User`.`id`) WHERE `Feed`.`user_id` = '4c8b9eca-f94c-45fb-b6a1-02d0183d6281' ORDER BY `Feed`.`created` desc LIMIT 3 | | 3 | 3 | 30 |
28 | SELECT `TopListItem`.`id`, `TopListItem`.`top_list_id`, `TopListItem`.`foreign_id`, `TopListItem`.`model`, `TopListItem`.`user_id`, `TopListItem`.`weight`, `TopListItem`.`created` FROM `top_list_items` AS `TopListItem` WHERE `TopListItem`.`id` = '534ec001-47ac-45e3-8aed-5c0d6d7b5e1b' | | 0 | 0 | 2 |
29 | SELECT `TopListItem`.`id`, `TopListItem`.`top_list_id`, `TopListItem`.`foreign_id`, `TopListItem`.`model`, `TopListItem`.`user_id`, `TopListItem`.`weight`, `TopListItem`.`created` FROM `top_list_items` AS `TopListItem` WHERE `TopListItem`.`id` = '520e220d-5c60-487b-a043-68416d7b5f76' | | 0 | 0 | 2 |
30 | SELECT `TopListItem`.`id`, `TopListItem`.`top_list_id`, `TopListItem`.`foreign_id`, `TopListItem`.`model`, `TopListItem`.`user_id`, `TopListItem`.`weight`, `TopListItem`.`created` FROM `top_list_items` AS `TopListItem` WHERE `TopListItem`.`id` = '4b463917-00e0-4e1e-b685-0a6bb372233b' | | 0 | 0 | 2 |
31 | SELECT `Architect`.`title`, `Architect`.`slug`, `Architect`.`deleted` FROM `architects` AS `Architect` WHERE `Architect`.`id` = '534ec001-47ac-45e3-8aed-5c0d6d7b5e1b' | | 0 | 0 | 2 |
32 | SELECT `Architect`.`title`, `Architect`.`slug`, `Architect`.`deleted` FROM `architects` AS `Architect` WHERE `Architect`.`id` = '520e220d-5c60-487b-a043-68416d7b5f76' | | 0 | 0 | 6 |
33 | SELECT `Architect`.`title`, `Architect`.`slug`, `Architect`.`deleted` FROM `architects` AS `Architect` WHERE `Architect`.`id` = '4b463917-00e0-4e1e-b685-0a6bb372233b' | | 0 | 0 | 3 |
34 | SELECT `Architecture`.`title`, `Architecture`.`slug`, `Architecture`.`deleted`, `Architecture`.`city`, `Architecture`.`country_id` FROM `architectures` AS `Architecture` WHERE `Architecture`.`id` = '534ec001-47ac-45e3-8aed-5c0d6d7b5e1b' | | 1 | 1 | 2 |
35 | SELECT `Country`.`id`, `Country`.`name`, `Country`.`user_count` FROM `countries` AS `Country` WHERE `Country`.`id` = '4936948b-4c04-4ff4-be2c-45b51030b5da' | | 1 | 1 | 2 |
36 | SELECT `Architecture`.`title`, `Architecture`.`slug`, `Architecture`.`deleted`, `Architecture`.`city`, `Architecture`.`country_id` FROM `architectures` AS `Architecture` WHERE `Architecture`.`id` = '520e220d-5c60-487b-a043-68416d7b5f76' | | 1 | 1 | 2 |
37 | SELECT `Country`.`id`, `Country`.`name`, `Country`.`user_count` FROM `countries` AS `Country` WHERE `Country`.`id` = '4936948b-2ac4-49c3-9672-46601030b5da' | | 1 | 1 | 2 |
38 | SELECT `Architecture`.`title`, `Architecture`.`slug`, `Architecture`.`deleted`, `Architecture`.`city`, `Architecture`.`country_id` FROM `architectures` AS `Architecture` WHERE `Architecture`.`id` = '4b463917-00e0-4e1e-b685-0a6bb372233b' | | 1 | 1 | 2 |
39 | SELECT `Country`.`id`, `Country`.`name`, `Country`.`user_count` FROM `countries` AS `Country` WHERE `Country`.`id` = '4936948a-f700-4670-9721-4d641030b5da' | | 1 | 1 | 2 |
40 | SELECT `Comment`.`id`, `Comment`.`parent_id`, `Comment`.`foreign_id`, `Comment`.`model`, `Comment`.`user_id`, `Comment`.`increment`, `Comment`.`author_name`, `Comment`.`author_url`, `Comment`.`author_email`, `Comment`.`author_ip`, `Comment`.`author_agent`, `Comment`.`body`, `Comment`.`created`, `Comment`.`modified`, `Comment`.`is_edited`, `Comment`.`last_message_id` FROM `comments` AS `Comment` WHERE `Comment`.`id` = '534ec001-47ac-45e3-8aed-5c0d6d7b5e1b' | | 0 | 0 | 2 |
41 | SELECT `Comment`.`id`, `Comment`.`parent_id`, `Comment`.`foreign_id`, `Comment`.`model`, `Comment`.`user_id`, `Comment`.`increment`, `Comment`.`author_name`, `Comment`.`author_url`, `Comment`.`author_email`, `Comment`.`author_ip`, `Comment`.`author_agent`, `Comment`.`body`, `Comment`.`created`, `Comment`.`modified`, `Comment`.`is_edited`, `Comment`.`last_message_id` FROM `comments` AS `Comment` WHERE `Comment`.`id` = '520e220d-5c60-487b-a043-68416d7b5f76' | | 0 | 0 | 2 |
42 | SELECT `Comment`.`id`, `Comment`.`parent_id`, `Comment`.`foreign_id`, `Comment`.`model`, `Comment`.`user_id`, `Comment`.`increment`, `Comment`.`author_name`, `Comment`.`author_url`, `Comment`.`author_email`, `Comment`.`author_ip`, `Comment`.`author_agent`, `Comment`.`body`, `Comment`.`created`, `Comment`.`modified`, `Comment`.`is_edited`, `Comment`.`last_message_id` FROM `comments` AS `Comment` WHERE `Comment`.`id` = '4b463917-00e0-4e1e-b685-0a6bb372233b' | | 0 | 0 | 2 |
43 | SELECT `User`.`id`, `User`.`username`, `User`.`slug`, `User`.`fname`, `User`.`lname`, `User`.`verified`, `User`.`top_list_count`, `User`.`comment_count`, `User`.`old_id`, `User`.`created`, `User`.`modified`, `User`.`name`, `User`.`password`, `User`.`password_hash_version`, `User`.`old_password_hash`, `User`.`role_id`, `User`.`login`, `User`.`active`, `User`.`gender`, `User`.`profile_visit_count`, `User`.`country_id`, `User`.`state_id`, `User`.`background`, `User`.`profession`, `User`.`photo_url`, `User`.`sm_photo_url`, `User`.`architecture_count`, `User`.`architect_count`, `User`.`activation_reminded`, `User`.`website`, `User`.`facebook`, `User`.`twitter`, `User`.`archived`, `User`.`last_login`, `User`.`cancelled`, `User`.`comment_notification`, `User`.`watch_notification`, `User`.`collection_notification` FROM `users` AS `User` WHERE `User`.`id` = '4c8b9eca-f94c-45fb-b6a1-02d0183d6281' | | 1 | 1 | 2 |
44 | SELECT `User`.`id`, `User`.`username`, `User`.`slug`, `User`.`fname`, `User`.`lname`, `User`.`verified`, `User`.`top_list_count`, `User`.`comment_count`, `User`.`old_id`, `User`.`created`, `User`.`modified`, `User`.`name`, `User`.`password`, `User`.`password_hash_version`, `User`.`old_password_hash`, `User`.`role_id`, `User`.`login`, `User`.`active`, `User`.`gender`, `User`.`profile_visit_count`, `User`.`country_id`, `User`.`state_id`, `User`.`background`, `User`.`profession`, `User`.`photo_url`, `User`.`sm_photo_url`, `User`.`architecture_count`, `User`.`architect_count`, `User`.`activation_reminded`, `User`.`website`, `User`.`facebook`, `User`.`twitter`, `User`.`archived`, `User`.`last_login`, `User`.`cancelled`, `User`.`comment_notification`, `User`.`watch_notification`, `User`.`collection_notification` FROM `users` AS `User` WHERE `User`.`id` = '4c8b9eca-f94c-45fb-b6a1-02d0183d6281' | | 1 | 1 | 2 |
45 | SELECT `User`.`id`, `User`.`username`, `User`.`slug`, `User`.`fname`, `User`.`lname`, `User`.`verified`, `User`.`top_list_count`, `User`.`comment_count`, `User`.`old_id`, `User`.`created`, `User`.`modified`, `User`.`name`, `User`.`password`, `User`.`password_hash_version`, `User`.`old_password_hash`, `User`.`role_id`, `User`.`login`, `User`.`active`, `User`.`gender`, `User`.`profile_visit_count`, `User`.`country_id`, `User`.`state_id`, `User`.`background`, `User`.`profession`, `User`.`photo_url`, `User`.`sm_photo_url`, `User`.`architecture_count`, `User`.`architect_count`, `User`.`activation_reminded`, `User`.`website`, `User`.`facebook`, `User`.`twitter`, `User`.`archived`, `User`.`last_login`, `User`.`cancelled`, `User`.`comment_notification`, `User`.`watch_notification`, `User`.`collection_notification` FROM `users` AS `User` WHERE `User`.`id` = '4c8b9eca-f94c-45fb-b6a1-02d0183d6281' | | 1 | 1 | 2 |
46 | SELECT DISTINCT CommentsUser.comment_id, CommentsUser.parent_id, Comment.body, Comment.last_message_id, `Comment`.`id` FROM `comments_users` AS `CommentsUser` LEFT JOIN `comments` AS `Comment` ON (`CommentsUser`.`comment_id` = `Comment`.`id`) WHERE ((`CommentsUser`.`user_id` = '4c8b9eca-f94c-45fb-b6a1-02d0183d6281') OR (`CommentsUser`.`mention_user_id` = '4c8b9eca-f94c-45fb-b6a1-02d0183d6281') OR (`CommentsUser`.`foreign_id` = '4c8b9eca-f94c-45fb-b6a1-02d0183d6281')) ORDER BY `Comment`.`id` desc | | 2 | 2 | 3 |
47 | SELECT `Comment`.`id`, `Comment`.`parent_id`, `Comment`.`foreign_id`, `Comment`.`model`, `Comment`.`user_id`, `Comment`.`increment`, `Comment`.`author_name`, `Comment`.`author_url`, `Comment`.`author_email`, `Comment`.`author_ip`, `Comment`.`author_agent`, `Comment`.`body`, `Comment`.`created`, `Comment`.`modified`, `Comment`.`is_edited`, `Comment`.`last_message_id`, `User`.`id`, `User`.`username`, `User`.`slug`, `Architect`.`id`, `Architect`.`title`, `Architect`.`slug`, `Architecture`.`id`, `Architecture`.`title`, `Architecture`.`slug`, `Receiver`.`id`, `Receiver`.`username`, `Receiver`.`slug`, `TopList`.`id`, `TopList`.`title`, `OriginalComment`.`id`, `OriginalComment`.`author_name`, `OriginalComment`.`foreign_id` FROM `comments` AS `Comment` LEFT JOIN `users` AS `User` ON (`Comment`.`user_id` = `User`.`id`) LEFT JOIN `architects` AS `Architect` ON (`Comment`.`foreign_id` = `Architect`.`id`) LEFT JOIN `architectures` AS `Architecture` ON (`Comment`.`foreign_id` = `Architecture`.`id`) LEFT JOIN `users` AS `Receiver` ON (`Comment`.`foreign_id` = `Receiver`.`id`) LEFT JOIN `top_lists` AS `TopList` ON (`Comment`.`foreign_id` = `TopList`.`id`) LEFT JOIN `comments` AS `OriginalComment` ON (`Comment`.`parent_id` = `OriginalComment`.`id`) WHERE `Comment`.`id` IN ('59673419-9d84-43e5-aecb-510d6d7b5e1b', '5442c50a-fe94-4259-a794-03856d7b5e1b') ORDER BY `Comment`.`last_message_id` desc, `Comment`.`id` desc | | 2 | 2 | 3 |
48 | SELECT `User`.`id`, `User`.`username`, `User`.`slug` FROM `users` AS `User` WHERE `User`.`id` = '58340c95-a1d8-4da6-b1b2-7d6a6d7b5e1b' | | 1 | 1 | 2 |
49 | SELECT `User`.`id`, `User`.`username`, `User`.`slug` FROM `users` AS `User` WHERE `User`.`id` = '5442c1b8-2578-4029-90fd-03c56d7b5e1b' | | 1 | 1 | 2 |
50 | SELECT `Architect`.`id`, `Architect`.`title`, `Architect`.`slug` FROM `architects` AS `Architect` WHERE `Architect`.`id` = '4b463917-00e0-4e1e-b685-0a6bb372233b' | | 0 | 0 | 2 |
51 | SELECT `Architect`.`id`, `Architect`.`title`, `Architect`.`slug` FROM `architects` AS `Architect` WHERE `Architect`.`id` = '4b46391d-c650-426b-953a-0a6bb372233b' | | 0 | 0 | 2 |
52 | SELECT `Architecture`.`id`, `Architecture`.`title`, `Architecture`.`slug` FROM `architectures` AS `Architecture` WHERE `Architecture`.`id` = '4b463917-00e0-4e1e-b685-0a6bb372233b' | | 1 | 1 | 2 |
53 | SELECT `Architecture`.`id`, `Architecture`.`title`, `Architecture`.`slug` FROM `architectures` AS `Architecture` WHERE `Architecture`.`id` = '4b46391d-c650-426b-953a-0a6bb372233b' | | 1 | 1 | 2 |
54 | SELECT `Receiver`.`id`, `Receiver`.`username`, `Receiver`.`slug` FROM `users` AS `Receiver` WHERE `Receiver`.`id` = '4b463917-00e0-4e1e-b685-0a6bb372233b' | | 0 | 0 | 2 |
55 | SELECT `Receiver`.`id`, `Receiver`.`username`, `Receiver`.`slug` FROM `users` AS `Receiver` WHERE `Receiver`.`id` = '4b46391d-c650-426b-953a-0a6bb372233b' | | 0 | 0 | 2 |
56 | SELECT `TopList`.`id`, `TopList`.`title` FROM `top_lists` AS `TopList` WHERE `TopList`.`id` = '4b463917-00e0-4e1e-b685-0a6bb372233b' | | 0 | 0 | 3 |
57 | SELECT `TopList`.`id`, `TopList`.`title` FROM `top_lists` AS `TopList` WHERE `TopList`.`id` = '4b46391d-c650-426b-953a-0a6bb372233b' | | 0 | 0 | 2 |
58 | SELECT `Mention`.`id`, `Mention`.`username`, `Mention`.`slug`, `Mention`.`fname`, `Mention`.`lname`, `Mention`.`verified`, `Mention`.`top_list_count`, `Mention`.`comment_count`, `Mention`.`old_id`, `Mention`.`created`, `Mention`.`modified`, `Mention`.`name`, `Mention`.`password`, `Mention`.`password_hash_version`, `Mention`.`old_password_hash`, `Mention`.`role_id`, `Mention`.`login`, `Mention`.`active`, `Mention`.`gender`, `Mention`.`profile_visit_count`, `Mention`.`country_id`, `Mention`.`state_id`, `Mention`.`background`, `Mention`.`profession`, `Mention`.`photo_url`, `Mention`.`sm_photo_url`, `Mention`.`architecture_count`, `Mention`.`architect_count`, `Mention`.`activation_reminded`, `Mention`.`website`, `Mention`.`facebook`, `Mention`.`twitter`, `Mention`.`archived`, `Mention`.`last_login`, `Mention`.`cancelled`, `Mention`.`comment_notification`, `Mention`.`watch_notification`, `Mention`.`collection_notification`, `CommentsUser`.`id`, `CommentsUser`.`comment_id`, `CommentsUser`.`user_id`, `CommentsUser`.`mention_user_id`, `CommentsUser`.`foreign_id`, `CommentsUser`.`parent_id` FROM `users` AS `Mention` JOIN `comments_users` AS `CommentsUser` ON (`CommentsUser`.`comment_id` IN ('59673419-9d84-43e5-aecb-510d6d7b5e1b', '5442c50a-fe94-4259-a794-03856d7b5e1b') AND `CommentsUser`.`mention_user_id` = `Mention`.`id`) | | 3 | 3 | 3 |
59 | SELECT `Comment`.`id`, `Comment`.`parent_id`, `Comment`.`foreign_id`, `Comment`.`model`, `Comment`.`user_id`, `Comment`.`increment`, `Comment`.`author_name`, `Comment`.`author_url`, `Comment`.`author_email`, `Comment`.`author_ip`, `Comment`.`author_agent`, `Comment`.`body`, `Comment`.`created`, `Comment`.`modified`, `Comment`.`is_edited`, `Comment`.`last_message_id`, `User`.`id`, `User`.`username`, `User`.`slug`, `Architect`.`id`, `Architect`.`title`, `Architect`.`slug`, `Architecture`.`id`, `Architecture`.`title`, `Architecture`.`slug`, `Receiver`.`id`, `Receiver`.`username`, `Receiver`.`slug`, `TopList`.`id`, `TopList`.`title`, `OriginalComment`.`id`, `OriginalComment`.`author_name`, `OriginalComment`.`foreign_id` FROM `comments` AS `Comment` LEFT JOIN `users` AS `User` ON (`Comment`.`user_id` = `User`.`id`) LEFT JOIN `architects` AS `Architect` ON (`Comment`.`foreign_id` = `Architect`.`id`) LEFT JOIN `architectures` AS `Architecture` ON (`Comment`.`foreign_id` = `Architecture`.`id`) LEFT JOIN `users` AS `Receiver` ON (`Comment`.`foreign_id` = `Receiver`.`id`) LEFT JOIN `top_lists` AS `TopList` ON (`Comment`.`foreign_id` = `TopList`.`id`) LEFT JOIN `comments` AS `OriginalComment` ON (`Comment`.`parent_id` = `OriginalComment`.`id`) WHERE `Comment`.`parent_id` = '59673419-9d84-43e5-aecb-510d6d7b5e1b' ORDER BY `Comment`.`id` DESC | | 0 | 0 | 3 |
60 | SELECT `Comment`.`id`, `Comment`.`parent_id`, `Comment`.`foreign_id`, `Comment`.`model`, `Comment`.`user_id`, `Comment`.`increment`, `Comment`.`author_name`, `Comment`.`author_url`, `Comment`.`author_email`, `Comment`.`author_ip`, `Comment`.`author_agent`, `Comment`.`body`, `Comment`.`created`, `Comment`.`modified`, `Comment`.`is_edited`, `Comment`.`last_message_id`, `User`.`id`, `User`.`username`, `User`.`slug`, `Architect`.`id`, `Architect`.`title`, `Architect`.`slug`, `Architecture`.`id`, `Architecture`.`title`, `Architecture`.`slug`, `Receiver`.`id`, `Receiver`.`username`, `Receiver`.`slug`, `TopList`.`id`, `TopList`.`title`, `OriginalComment`.`id`, `OriginalComment`.`author_name`, `OriginalComment`.`foreign_id` FROM `comments` AS `Comment` LEFT JOIN `users` AS `User` ON (`Comment`.`user_id` = `User`.`id`) LEFT JOIN `architects` AS `Architect` ON (`Comment`.`foreign_id` = `Architect`.`id`) LEFT JOIN `architectures` AS `Architecture` ON (`Comment`.`foreign_id` = `Architecture`.`id`) LEFT JOIN `users` AS `Receiver` ON (`Comment`.`foreign_id` = `Receiver`.`id`) LEFT JOIN `top_lists` AS `TopList` ON (`Comment`.`foreign_id` = `TopList`.`id`) LEFT JOIN `comments` AS `OriginalComment` ON (`Comment`.`parent_id` = `OriginalComment`.`id`) WHERE `Comment`.`parent_id` = '5442c50a-fe94-4259-a794-03856d7b5e1b' ORDER BY `Comment`.`id` DESC | | 0 | 0 | 3 |