Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 7th, 2012  |  syntax: None  |  size: 2.62 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Why has the asset pipeline slowed localhost in Rails 3.1
  2. # load of page itself...
  3. ...
  4. Completed 200 OK in 1231ms (Views: 933.0ms | ActiveRecord: 15.6ms)
  5.  
  6.  
  7. Started GET "/assets/blueprint/screen.css?body=1" for 127.0.0.1 at 2012-01-15 15:53:00 +0000
  8. Served asset /blueprint/screen.css - 304 Not Modified (0ms)
  9.  
  10.  
  11. Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-01-15 15:53:00 +0000
  12. Served asset /application.css - 304 Not Modified (0ms)
  13.  
  14.  
  15. Started GET "/assets/blueprint/print.css?body=1" for 127.0.0.1 at 2012-01-15 15:53:00 +0000
  16. Served asset /blueprint/print.css - 304 Not Modified (0ms)
  17.  
  18.  
  19. Started GET "/assets/universal/application.js?body=1" for 127.0.0.1 at 2012-01-15 15:53:01 +0000
  20. Served asset /universal/application.js - 304 Not Modified (2ms)
  21.  
  22.  
  23. Started GET "/assets/universal/animate-color.js?body=1" for 127.0.0.1 at 2012-01-15 15:53:01 +0000
  24. Served asset /universal/animate-color.js - 304 Not Modified (0ms)
  25.  
  26.  
  27. Started GET "/assets/universal/animate-shadow.js?body=1" for 127.0.0.1 at 2012-01-15 15:53:02 +0000
  28. Served asset /universal/animate-shadow.js - 304 Not Modified (0ms)
  29.  
  30.  
  31. Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-01-15 15:53:02 +0000
  32. Served asset /jquery_ujs.js - 304 Not Modified (0ms)
  33.  
  34.  
  35. Started GET "/assets/universal/jquery.placehold.js?body=1" for 127.0.0.1 at 2012-01-15 15:53:02 +0000
  36. Served asset /universal/jquery.placehold.js - 304 Not Modified (0ms)
  37.  
  38.  
  39. Started GET "/assets/universal/autoresize.js?body=1" for 127.0.0.1 at 2012-01-15 15:53:03 +0000
  40. Served asset /universal/autoresize.js - 304 Not Modified (0ms)
  41.  
  42.  
  43. Started GET "/assets/universal/utilities.js?body=1" for 127.0.0.1 at 2012-01-15 15:53:03 +0000
  44. Served asset /universal/utilities.js - 304 Not Modified (0ms)
  45.  
  46.  
  47. Started GET "/assets/universal/validators.js?body=1" for 127.0.0.1 at 2012-01-15 15:53:03 +0000
  48. Served asset /universal/validators.js - 304 Not Modified (0ms)
  49.  
  50.  
  51. Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-01-15 15:53:04 +0000
  52. Served asset /jquery.js - 304 Not Modified (0ms)
  53.  
  54.  
  55. Started GET "/assets/whitelabel/pingpanel/pingpanel.css?body=1" for 127.0.0.1 at 2012-01-15 15:53:04 +0000
  56. Served asset /whitelabel/pingpanel/pingpanel.css - 304 Not Modified (0ms)
  57.  
  58.  
  59. Started GET "/assets/logo.png" for 127.0.0.1 at 2012-01-15 15:53:05 +0000
  60. Served asset /logo.png - 304 Not Modified (0ms)
  61.  
  62.  
  63. Started GET "/assets/application_bar_background.png" for 127.0.0.1 at 2012-01-15 15:53:05 +0000
  64. Served asset /application_bar_background.png - 304 Not Modified (0ms)
  65.  
  66.  
  67. Started GET "/assets/linen-new.jpg" for 127.0.0.1 at 2012-01-15 15:53:06 +0000
  68. Served asset /linen-new.jpg - 304 Not Modified (0ms)
  69.        
  70. config.assets.debug = false