Defect #12284
closedRedmine has a slow startup
0%
Description
I was trying to setup so Redmine would go over a socket connection using unicorn and nginx, but it always timed out. I increased the timeout to 300 seconds on Unicorn and moved the connection over to port 3000. It finally connects and goes rather quickly after the first request, but it seems that the first request does take some time to load up.
Right now, my solution is to keep port 3000 open, when I first restart the server, I have to hit it over port 3000, wait for about 2-5 minutes (didn't time how long it takes) and after it finally works, then hit it over https afterwards and it works fine.
Can we look into how the start time is so slow and why and make it speed up? I woudln't mind if nginx would let you set the proxy timeout past 120s, but that isn't possible.