Skip to content

Instantly share code, notes, and snippets.

@luizventurote
Last active October 16, 2016 17:23
Show Gist options
  • Save luizventurote/a56f2238e9a8cfccfe2f779a4af56631 to your computer and use it in GitHub Desktop.
Save luizventurote/a56f2238e9a8cfccfe2f779a4af56631 to your computer and use it in GitHub Desktop.
Magento 2 Server Tips

Show Server Mode

php bin/magento deploy:mode:show

Production server mode

php bin/magento deploy:mode:set production --skip-compilation

Developer server mode

php bin/magento deploy:mode:set developer

Disable these caches to be more faster in development mode:

Layouts = DISABLED
Blocks HTML output = DISABLED
Page Cache = DISABLED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment