Created
December 21, 2010 17:26
-
-
Save ch1ago/750252 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Started GET "/Thiago/list/followers" for 127.0.0.1 at 2010-12-21 16:22:15 -0200 | |
Processing by UsersController#list as HTML | |
Parameters: {"id"=>"Thiago", "list"=>"followers"} | |
User Load (12.2ms) SELECT "users".* FROM "users" WHERE (lower(username)='thiago') LIMIT 1 | |
Relationship Load (1.1ms) SELECT user2_id FROM "relationships" WHERE ("relationships".user1_id = 3 AND ("relationships"."is_followed" = 't')) | |
User Load (240.6ms) SELECT "users".* FROM "users" WHERE (id in (2,1,4,6,10,14,17,18,26,28,29,23,22,31,34)) | |
Post Load (31.4ms) SELECT "posts".* FROM "posts" WHERE ("posts"."id" IN (356,359,203,348,317,74,338,361,287,333,327,294,363)) | |
Photo Load (0.6ms) SELECT "photos".* FROM "photos" WHERE ("photos"."id" IN (1,2,3,13,7,11,12,21,33,49,28,34,56,60)) | |
User Load (4.5ms) SELECT "users".* FROM "users" WHERE ("users"."id" = 3) LIMIT 1 | |
Photo Load (0.3ms) SELECT "photos".* FROM "photos" WHERE ("photos"."id" = 50) LIMIT 1 | |
Rendered parts/_posts.html.erb (114.1ms) | |
CACHE (0.0ms) SELECT "photos".* FROM "photos" WHERE ("photos"."id" = 50) LIMIT 1 | |
Rendered users/list.html.erb within layouts/application (306.7ms) | |
Completed 200 OK in 1366ms (Views: 316.7ms | ActiveRecord: 290.8ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment