Created
January 2, 2011 20:28
-
-
Save ch1ago/762786 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 POST "/h/posts" for 127.0.0.1 at 2011-01-02 19:21:03 -0200 | |
Processing by HomeController#posts as */* | |
Parameters: {"tab"=>"#tab-home", "placement"=>"before", "comparison_post_id"=>"71"} | |
User Load (395.2ms) SELECT "users".* FROM "users" WHERE ("users"."id" = 3) LIMIT 1 | |
Relationship Load (1.6ms) SELECT "relationships".* FROM "relationships" WHERE ("relationships".user1_id = 3 AND ("relationships"."is_follower" = 't')) | |
Post Load (105.8ms) SELECT "posts".* FROM "posts" WHERE (id < '71') AND (user_id IN (3,1,4,6,10,8,7,5,29,23,22,31,33,32)) ORDER BY id DESC LIMIT 30 | |
User Load (440.7ms) SELECT "users".* FROM "users" WHERE ("users"."id" IN (1,5,6,10,8,4)) | |
Photo Load (1.2ms) SELECT "photos".* FROM "photos" WHERE ("photos"."id" IN (1,5,13,7,3)) | |
Rendered home/_posts.html.erb (1199.3ms) | |
CACHE (1.7ms) SELECT "posts".* FROM "posts" WHERE (id < '71') AND (user_id IN (3,1,4,6,10,8,7,5,29,23,22,31,33,32)) ORDER BY id DESC LIMIT 30 | |
Rendered home/posts.js.erb (1219.8ms) | |
Completed 200 OK in 2724ms (Views: 723.1ms | ActiveRecord: 946.1ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment