Created
March 3, 2011 04:26
-
-
Save pikajude/852331 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 "/" for 127.0.0.1 at Wed Mar 02 23:19:59 -0500 2011 | |
| Memory usage: 83.5 KB | |
| Processing by NewsController#homepage as HTML | |
| Memory usage: 84.8 KB | |
| Map Load (4.6ms) SELECT `maps`.* FROM `maps` WHERE (featured = 1) ORDER BY maps.id DESC LIMIT 1 | |
| Memory usage: 98.8 KB | |
| News Load (0.4ms) SELECT `news`.* FROM `news` ORDER BY created_at DESC LIMIT 0, 4 | |
| Memory usage: 98.8 KB | |
| User Load (0.3ms) SELECT `users`.* FROM `users` WHERE (`users`.`id` = 12785) LIMIT 1 | |
| Memory usage: 98.9 KB | |
| CACHE (0.0ms) SELECT `users`.* FROM `users` WHERE (`users`.`id` = 12785) LIMIT 1 | |
| Memory usage: 98.9 KB | |
| SQL (0.2ms) BEGIN | |
| Memory usage: 98.9 KB | |
| SQL (2.5ms) UPDATE `users` SET `last_request_at` = '2011-03-03 04:20:02', `perishable_token` = 'BWCpVPbhgnGchqxC_Jl5', `updated_at` = '2011-03-03 04:20:02' WHERE (`users`.`id` = 12785) | |
| Memory usage: 98.9 KB | |
| [paperclip] Saving attachments. | |
| Memory usage: 98.9 KB | |
| SQL (10.0ms) COMMIT | |
| Memory usage: 98.9 KB | |
| Rendered themes/cooby/views/news/_show.html.haml (472.4ms) | |
| Memory usage: 98.9 KB | |
| Settings Load (0.4ms) SELECT `settings`.* FROM `settings` WHERE (`settings`.`object_id` = 12785) AND (`settings`.`object_type` = 'User') AND (`settings`.`var` = 'switchable') LIMIT 1 | |
| Memory usage: 98.9 KB | |
| Rendered themes/cooby/views/news/homepage.html.haml within layouts/application (733.1ms) | |
| Memory usage: 98.9 KB | |
| Completed 200 OK in 2912ms (Views: 769.4ms | ActiveRecord: 18.4ms) | |
| Memory usage: 98.9 KB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment