OS → oh-my-zsh: slow start

I figured out, that oh-my-zsh start very slow after some time (on opening new shell).

Solution:

Try running zsh in debug mode: zsh -xv and note where in the terminal freezes. In my case problem was in «composer» plugin:

plugins=(git composer laravel zsh-autosuggestions)