Performance issues on Heroku

Issue #15 resolved
Fredrik repo owner created an issue
2014-09-01T08:00:02.020368+00:00 app[web.1]: Started GET "/" for 146.185.186.162 at 2014-09-01 08:00:02 +0000
2014-09-01T08:00:02.026304+00:00 app[web.1]: Processing by StaticPagesController#home as */*
2014-09-01T08:00:02.026317+00:00 app[web.1]:   Parameters: {"locale"=>"sv"}
2014-09-01T08:00:02.096497+00:00 app[web.1]:   Rendered static_pages/home.html.erb within layouts/application (0.2ms)
2014-09-01T08:00:03.309619+00:00 app[web.1]: Completed 200 OK in 1021ms (Views: 951.3ms | ActiveRecord: 0.0ms)
2014-09-01T08:00:03.312485+00:00 heroku[router]: sock=client at=error code=H18 desc="Request Interrupted" method=GET path="/" host=stormy-headland-2241.herokuapp.com request_id=3d45eb8b-45df-4f95-9243-e3bbf0544f76 fwd="146.185.186.162" dyno=web.1 connect=3ms service=1300ms status=503 bytes=346
2014-09-01T08:00:04.037502+00:00 app[web.1]:   Parameters: {"locale"=>"sv"}
2014-09-01T08:00:04.037483+00:00 app[web.1]: Processing by StaticPagesController#home as */*
2014-09-01T08:00:04.038943+00:00 app[web.1]:   Rendered static_pages/home.html.erb within layouts/application (0.3ms)
2014-09-01T08:00:04.034422+00:00 app[web.1]: Started GET "/" for 146.185.186.162 at 2014-09-01 08:00:04 +0000
2014-09-01T08:00:05.242058+00:00 app[web.1]: Completed 200 OK in 1204ms (Views: 1203.7ms | ActiveRecord: 0.0ms)
2014-09-01T08:00:05.241624+00:00 heroku[router]: sock=client at=error code=H18 desc="Request Interrupted" method=GET path="/" host=stormy-headland-2241.herokuapp.com request_id=dace489a-093e-4cab-8dd8-c33f9910548b fwd="146.185.186.162" dyno=web.1 connect=1ms service=1211ms status=503 bytes=346

1000ms in rendering time is unacceptable

Comments (4)

  1. Log in to comment