Why is Chrome Rendering Rails so slow when using POW?

When using Chrome with a POW domain .dev, page loading is incredibly slow.

There is a big delay between the Rails ending its work and the page displayed on the screen.

Running the same application in a domain .devin Safari or Firefox will instantly load the page. Like launching an alternative server locally on localhost.

+3
source share
2 answers

The specifics of working with OSX are as follows:

  • Open System Preferences
  • Open Network
  • Open Advanced
  • Click tab Proxies
  • in the field labeled “Bypass proxy settings” for hosts and domains, add *.dev
  • Click OK
  • Click Apply
+12
source

, . → → → DNS localhost 127.0.0.1 . .dev.

+3

All Articles