Skip to content

Commit

Permalink
perftools profiler added to config.ru
Browse files Browse the repository at this point in the history
  • Loading branch information
minad committed Nov 10, 2012
1 parent 4559e27 commit e7ceec9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config.ru
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ end

use Rack::StaticCache, urls: ['/static'], root: app_path
use Rack::Session::Cookie, key: 'olelo.session', secret: Olelo::Config['rack.session_secret']

#require 'rack/perftools_profiler'
#use Rack::PerftoolsProfiler

use Olelo::Middleware::DegradeMimeType
use Olelo::Middleware::UAHeader

Expand Down

0 comments on commit e7ceec9

Please sign in to comment.