Skip to content

Instantly share code, notes, and snippets.

@jamland
Created October 16, 2013 13:05
Show Gist options
  • Save jamland/7007369 to your computer and use it in GitHub Desktop.
Save jamland/7007369 to your computer and use it in GitHub Desktop.
ProjectMembership Load (31.8ms) SELECT `project_memberships`.* FROM `project_memberships` WHERE `project_memberships`.`user_id` = 63730 AND `project_memberships`.`project_id` = 1055 LIMIT 1
SQL (217.3ms) UPDATE `project_memberships` SET `updated_at` = '2013-10-16 12:58:27' WHERE `project_memberships`.`id` = 564624
User Exists (23.4ms) SELECT 1 AS one FROM `users` INNER JOIN `project_memberships` ON `users`.`id` = `project_memberships`.`user_id` WHERE `project_memberships`.`project_id` = 1055 AND `users`.`id` = 63730 LIMIT 1
Rendered error_interface/index.html.erb within layouts/error_interface (0.4ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered layouts/_kiss.html.erb (0.1ms)
Rendered layouts/_footer_for_common_js.html.erb (81.1ms)
Account Load (0.4ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 28669 LIMIT 1
Subscription Load (0.3ms) SELECT `subscriptions`.* FROM `subscriptions` WHERE `subscriptions`.`id` = 34145 LIMIT 1
Plan Load (0.3ms) SELECT `plans`.* FROM `plans` WHERE `plans`.`id` = 62 LIMIT 1
Integration Load (0.3ms) SELECT `integrations`.* FROM `integrations` WHERE `integrations`.`project_id` = 1055 AND `integrations`.`active` = 1
Service Load (0.3ms) SELECT `services`.* FROM `services` WHERE `services`.`name` = 'webhook' LIMIT 1
Service Load (0.4ms) SELECT `services`.* FROM `services` WHERE `services`.`name` = 'hipchat' LIMIT 1
Service Load (0.3ms) SELECT `services`.* FROM `services` WHERE `services`.`name` = 'pivotal_tracker' LIMIT 1
Service Load (0.2ms) SELECT `services`.* FROM `services` WHERE `services`.`name` = 'jira' LIMIT 1
Service Load (0.2ms) SELECT `services`.* FROM `services` WHERE `services`.`name` = 'campfire' LIMIT 1
Service Load (0.3ms) SELECT `services`.* FROM `services` WHERE `services`.`name` = 'flowdock' LIMIT 1
Service Load (0.2ms) SELECT `services`.* FROM `services` WHERE `services`.`name` = 'lighthouse' LIMIT 1
Service Load (0.3ms) SELECT `services`.* FROM `services` WHERE `services`.`name` = 'assembla' LIMIT 1
Service Load (0.2ms) SELECT `services`.* FROM `services` WHERE `services`.`name` = 'github' LIMIT 1
Service Load (0.4ms) SELECT `services`.* FROM `services` WHERE `services`.`id` = 1 LIMIT 1
Service Load (0.2ms) SELECT `services`.* FROM `services` WHERE `services`.`id` = 2 LIMIT 1
Service Load (0.2ms) SELECT `services`.* FROM `services` WHERE `services`.`id` = 5 LIMIT 1
Service Load (0.2ms) SELECT `services`.* FROM `services` WHERE `services`.`id` = 6 LIMIT 1
Service Load (0.2ms) SELECT `services`.* FROM `services` WHERE `services`.`id` = 10 LIMIT 1
Project Load (56.4ms) SELECT `projects`.* FROM `projects` INNER JOIN `project_memberships` ON `projects`.`id` = `project_memberships`.`project_id` WHERE `project_memberships`.`user_id` = 63730 ORDER BY projects.name LIMIT 100
Account Load (0.6ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` IN (28669)
Subscription Load (0.2ms) SELECT `subscriptions`.* FROM `subscriptions` WHERE `subscriptions`.`id` IN (34145)
Plan Load (0.2ms) SELECT `plans`.* FROM `plans` WHERE `plans`.`id` IN (62)
Integration Load (1.0ms) SELECT `integrations`.* FROM `integrations` WHERE `integrations`.`active` = 1 AND `integrations`.`project_id` IN (83992, 87103, 1055, 82284, 86935, 86934, 69818, 85579, 88318, 90484, 58578, 85164, 85635, 87306, 90072, 85087, 88665, 89742, 87957, 82050, 83389, 83989, 89578, 86625, 90537, 90541, 90542, 90550, 90552, 90554, 90555, 90556, 90569, 90571, 90573, 90574, 90575, 90588, 90589, 90597, 90601, 90622, 90627, 90645, 48921, 89737, 87542, 88640)
Service Load (0.3ms) SELECT `services`.* FROM `services` WHERE `services`.`id` = 7 LIMIT 1
CACHE (0.0ms) SELECT `services`.* FROM `services` WHERE `services`.`id` = 1 LIMIT 1
CACHE (0.0ms) SELECT `services`.* FROM `services` WHERE `services`.`id` = 2 LIMIT 1
CACHE (0.0ms) SELECT `services`.* FROM `services` WHERE `services`.`id` = 1 LIMIT 1
CACHE (0.0ms) SELECT `services`.* FROM `services` WHERE `services`.`id` = 2 LIMIT 1
CACHE (0.0ms) SELECT `services`.* FROM `services` WHERE `services`.`id` = 5 LIMIT 1
CACHE (0.0ms) SELECT `services`.* FROM `services` WHERE `services`.`id` = 6 LIMIT 1
CACHE (0.0ms) SELECT `services`.* FROM `services` WHERE `services`.`id` = 10 LIMIT 1
CACHE (0.0ms) SELECT `services`.* FROM `services` WHERE `services`.`id` = 2 LIMIT 1
CACHE (0.0ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 28669 LIMIT 1
CACHE (0.0ms) SELECT `subscriptions`.* FROM `subscriptions` WHERE `subscriptions`.`id` = 34145 LIMIT 1
CACHE (0.0ms) SELECT `plans`.* FROM `plans` WHERE `plans`.`id` = 62 LIMIT 1
Integration Load (0.3ms) SELECT `integrations`.* FROM `integrations` WHERE `integrations`.`project_id` = 58578 AND `integrations`.`active` = 1
CACHE (0.0ms) SELECT `services`.* FROM `services` WHERE `services`.`id` = 2 LIMIT 1
Rendered layouts/_footer_for_backbone_js.html.erb (9555.7ms)
Completed 200 OK in 10061ms (Views: 9607.5ms | ActiveRecord: 436.0ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment