Skip to content

Instantly share code, notes, and snippets.

@ankit-rakha
Created June 8, 2013 20:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ankit-rakha/5736490 to your computer and use it in GitHub Desktop.
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
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