Created
June 8, 2013 20:38
-
-
Save ankit-rakha/5736490 to your computer and use it in GitHub Desktop.
Google Chrome with SPDY disabled and set it to use System SSL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MAC OS X 10.8.3 | |
$ cd /Applications/Google\ Chrome.app/Contents/MacOS | |
$ mv Google\ Chrome Chrome | |
Copy the following 2 lines: | |
#!/bin/sh | |
/Applications/Google\ Chrome.app/Contents/MacOS/Chrome --use-spdy=off --use-system-ssl | |
$ pbpaste > Google\ Chrome | |
$ chmod +x Google\ Chrome | |
Reference: http://www.jamiestarke.com/2011/09/02/are-googles-services-running-slow-in-chrome-try-disabling-spdy/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment