Site icon MageComp Blog

How to Run Compile Command Line in Magento 2

Hello Magento Friends,

In this tutorial blog post, I will clarify How to Run Compile Command Line in Magento 2. 

When the compilation process takes a longer time than usual, you need to run the compile command (setup:di:compile) in Magento 2. Usually, the compilation process takes a long time when the changes have been made at proxy js, factory methods, or other code. So if you feel you have made a lot of changes in your configuration and found the compilation process slows down, it’s time to run the setup:di:compile command.

What does the setup:di:compile command do?

The setup:di:compile command will perform the following things:

Now, let’s see How to Run Compile Command Line in Magento 2.

Steps to Run Compile Command Line in Magento 2:

Go to Magento Root Folder and run the help command to know what compile command does

php bin/magento setup:di:compile --help

It will display output as below:

Description:
   Generates DI configuration and all missing classes that can be auto-generated

Usage:
   setup:di:compile

Options:
  -h, --help            Display this help message
  -q, --quiet           Do not output any message
  -V, --version         Display this application version
      --ansi            Force ANSI output
      --no-ansi         Disable ANSI output
  -n, --no-interaction  Do not ask any interactive question
  -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

Now run the compile command from Magento Root Folder

php bin/magento setup:di:compile

The above command will show the output as below.

Compilation was started.
Plugin list generation... 9/9 [============================] 100% 46 secs 428.0 MiB
Generated code and dependency injection configuration successfully.

Conclusion:

Pretty easy! Right? This way you can Run Compile Command Line in Magento 2. Add your queries in the comment box and stay on track with us! Hire Magento Developer to fix your site issues quickly.

Let your friends know about the compile command for Magento 2 by sharing the article with them. 

Happy Reading!

Exit mobile version