I have tested with 5 workers and still the same issue. It´s strange, If this is happening to everyone, it should be a more known problem. I have search everywhere in Internet and I couldn´t find anything related to it. My guess is that probably I have something in my Rails code related to sessions or cookies that is handled in a different way in the browsers but it´s also related to the application server. I don´t know. But although I feel really curious with the isssue and I would love to find it out, I think I will try with Puma. Thank you so much for your time.
> Date: Fri, 14 Nov 2014 18:34:34 +0000 > From: [email protected] > To: [email protected] > CC: [email protected] > Subject: Re: Issue with Unicorn: Big latency when getting a request > > Roberto Cordoba del Moral <[email protected]> wrote: > > I have installed Puma and it´s working. > > It´s the combination of Unicorn and Chrome which is not working. I > > don´t know why. > > Just curious, can you try configuring "worker_processes 4" in unicorn > (or maybe increase 4 to 8 or any hihgher number if you have enough > memory). If extra workers works, it's definitely the lack of baked-in > concurrency in unicorn (this is by design). > > So I suspect puma (or any other server) is better for your use case > anyways.
