Created
December 30, 2010 17:58
-
-
Save ch1ago/760055 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 "/h/ajax_tab_data/1/after/374/count/1" for 127.0.0.1 at 2010-12-30 16:56:46 -0200 | |
Processing by HomeController#ajax_index_tab_data as */* | |
Parameters: {"tab_id"=>"1", "after"=>"374", "count"=>"1"} | |
User Load (9.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')) | |
SQL (0.3ms) SELECT COUNT(*) AS count_id FROM (SELECT 1 FROM "posts" WHERE (id > '374') AND (user_id IN (3,1,4,6,10,8,7,5,29,23,22,31,33,32)) LIMIT 3) AS subquery | |
Rendered text template (0.1ms) | |
Completed 200 OK in 421ms (Views: 1.8ms | ActiveRecord: 11.1ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment