Closed frankzhao closed 10 years ago
Accessing the server on a local network seems to be very slow. Possible fix is to disable reverse lookup for WEBrick. This seems to make it much speedier on my local tests.
~/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/config.rb
set :DoNotReverseLookup => true
Can someone confirm whether this fixes the speed issue?
Moved to BuckShlegeris/SubmissionApp
Accessing the server on a local network seems to be very slow. Possible fix is to disable reverse lookup for WEBrick. This seems to make it much speedier on my local tests.
~/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/config.rb
set :DoNotReverseLookup => true
Can someone confirm whether this fixes the speed issue?