It is very simple:
defaults write com.apple.Safari WebKitInitialTimedLayoutDelay 0.25
Type that into terminal. Normally Safari has a 1 second delay in which it opens the data. This command does something and shortens the delay making pages load MUCH faster.
You can reverse the effect if you wish using:
defaults write com.apple.Safari WebKitInitialTimedLayoutDelay 1.00
Happy Surfing!
defaults write com.apple.Safari WebKitInitialTimedLayoutDelay 0.25
Type that into terminal. Normally Safari has a 1 second delay in which it opens the data. This command does something and shortens the delay making pages load MUCH faster.
You can reverse the effect if you wish using:
defaults write com.apple.Safari WebKitInitialTimedLayoutDelay 1.00
Happy Surfing!