

INFO WEBrick::HTTPServer#start: pid=9936 port=3000 This is webrick on the fast machine C:\Users\John\SimpleGym\simplegym>rails server webrick Rendered sessions/ within layouts/application (113.0ms)Ĭompleted 200 OK in 621ms (Views: 538.5ms | ActiveRecord: 8.0ms | Solr: 0.0ms) Session Load (1.0ms) SELECT "sessions".* FROM "sessions" ORDER BY "sessions"."id" DESC LIMIT ? ] (0.0ms) SELECT COUNT(*) FROM "students" INNER JOIN "attendances" ON "students"."id" = "attendances"."student_id" WHERE "attendances"."session_id" = ? ] Session Load (0.0ms) SELECT "sessions".* FROM "sessions" ORDER BY "sessions"."id" DESC LIMIT ? ] Session Load (0.0ms) SELECT "sessions".* FROM "sessions" Rendering sessions/ within layouts/application Processing by SessionsController#index as HTML Started GET "/" for ::1 at 18:59:54 +0300ĪctiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" (called from block (2 levels) in at C:/Ruby22/lib/ruby/gems/2.2.0/gems/actionpack-5.0.0.1/lib/abstract_controller/callbacks.rb:191) *** SIGUSR2 not implemented, signal based restart unavailable!ĭEPRECATION WARNING: after_filter is deprecated and will be removed in Rails 5.1. This is Puma on the fast machine C:\Users\John\SimpleGym\simplegym>rails s still no avail, the response time is really slow!
#WINDOWS 10 VERY SLOW STARTUP WINDOWS#
I thought it was a browser problem, so to rule that out, i browsed the site by another of my local machines, so i can only use the server and not the Windows browser.

Same slow response, but a little faster than the laptop!Īlso weird thing is that, if i run the rails console side by side, i see the rails log printed in the console, but the browser loads for a long time! * Version 3.6.0 (ruby 2.2.4-p230), codename: Sleepy Sunday SerenityĪs you'd expect this performance continues throughout the page.Īny ideas? am i missing something? any of you guys developing rails 5 on windows? any tips? *** SIGHUP not implemented, signal based logs reopening unavailable! *** SIGUSR1 not implemented, signal based restart unavailable! Very big time gap here close to 25 seconds *** SIGUSR2 not implemented, signal based restart unavailable! => Rails 5.0.0.1 application starting in development on => Run `rails server -h` for more startup options C:\Users\John\railstestapp\testapp>rails s The main reason i wanted to program this app in rails, is to run in a local server, but the user has windows on his machine. I know there are many relative issues but most talk about rails in earlier versions. I also tested Webrick and the latency is still there.

So i started a new rails app, to rule out my code, and the latency was the same. I started working on a project which i wanted to specificaly test under windows, and i noticed some lags and latency.
