10 magic command "Terminal", which will accelerate the response of the system in OS X El Capitan
Macos / / December 26, 2019
Every year, OS X acquires new functions, which can slow down the response of the system, even the Mac to the new, not to mention the three-year and older models. Fortunately, there are ways to increase the responsiveness of the system without compromising functionality.
Immediately it should make a reservation, that the tips below it will speed up the response of the system, and will not increase the Mac performance. CPU frequency does not rise, the memory will be no more, but the speed will increase interaction with the OS.
So, open the "Terminal" (folder "Applications» → «Utility") and in turn to insert copied from the list of commands below. For the changes to take effect will require a reboot. For information on how to return to the default settings, we will explain later in the article.
Interface
Accelerate animation and reduce the delay of the various elements OS X interface, including windows, Dock, menu and so on. All what we always have to deal with while working on a Mac.
Turning off the opening animation and closing windows
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false
Turning off the opening animation panel Quick Look
defaults write -g QLPanelAnimationDuration -float 0
Harvesting delay playback resizing windows player
defaults write NSGlobalDomain NSWindowResizeTime -float 0.001
Turning off the opening animation information window in the Finder
defaults write com.apple.finder DisableAllAnimations -bool true
Turning off the animated opening of applications from the dock
defaults write com.apple.dock launchanim -bool false
Accelerate Mission Control animations
defaults write com.apple.dock expose-animation-duration -float 0.1
Remove the delay when opening the dock
defaults write com.apple. Dock autohide-delay -float 0
Disable animations sending and replying to emails
defaults write com.apple.mail DisableReplyAnimations -bool true
defaults write com.apple.mail DisableSendAnimations -bool true
Safari
Turning off page renderer delay
defaults write com.apple. Safari WebKitInitialTimedLayoutDelay 0.25
Accelerating the activation hotkey
defaults write NSGlobalDomain KeyRepeat -int 0
How to undo changes
If you need to cancel all the changes, use the command defaults delete
and add it after the setting you want to restore to default. For example, to cancel the last command should be entered:
defaults delete NSGlobalDomain KeyRepeat
We also remind you that the changes take effect you need to restart your Mac.