Skip to content
TheCoachSMB
  • Follow Us:
Email: info@gmail.com
Call: +123-456-7890
TheCoachSMB

We Make It Happen

  • Blog
    • Magento2
    • HTML5
    • PHP Tutorial
  • Our Courses
  • Services
    • Magento 2 Installation Service
    • Magento Development Services
    • Support & Maintenance Services
    • Migration Services
    • Magento 2 Upgrade Service
    • Magento Security Patches
    • Magento Site Audit
    • Magento Speed & Performance
    • Magento Extension Development
    • Magento Consulting Services
    • SEO Services
    • Designing Services
  • Book A Call
  • Profile
  • About Us

    Lorem Ipsum is simply dummy text of the printing and typesetting industry.

    Contact Us
    Contact Info

    684 West College St. Sun City, United States America, 064781.

    (+55) 654 - 545 - 1235

    info@gmail.com

  • Get In Touch
  • Follow Us:
Email: info@gmail.com
Call: +123-456-7890
TheCoachSMB

We Make It Happen

  • Get In Touch
  • Blog
    • Magento2
    • HTML5
    • PHP Tutorial
  • Our Courses
  • Services
    • Magento 2 Installation Service
    • Magento Development Services
    • Support & Maintenance Services
    • Migration Services
    • Magento 2 Upgrade Service
    • Magento Security Patches
    • Magento Site Audit
    • Magento Speed & Performance
    • Magento Extension Development
    • Magento Consulting Services
    • SEO Services
    • Designing Services
  • Book A Call
  • Profile

Automatically Run Indexing in Magento2 via Cron

  • Home
  • Automatically Run Indexing in Magento2 via Cron
  • Sonal Motghare-Balpande Sonal Motghare-Balpande
  • Aug, Wed, 2023
  • Magento 2
Automatically Run Indexing in Magento2 via Cron

Indexing plays a vital role in Magento2. Magento modifies data such as products, inventory and categories to improve the performance of your store. If the data changes, the changed data must be updated or re-indexed.

Magento’s architecture is very complex and stores a lot of business data (including catalog information, prices, users and stores) in many database tables. To optimize the performance of the store, Magento collects data in special tables with the help of index.

For example, if you change the price of an item from $9.99 to $7.99. Magento needs to reindex the price change to show it in your store.

Without indexing, Magento would have to calculate the price of each product on the fly, taking into account cart price rules, package prices, discounts, tiered prices, etc. The product price would take a long time to load, which could lead to cart abandonment.

To set these options:

  1. Log in to the Admin.
  2. Click System > Tools > Index Management.
  3. Select the checkbox next to each type of indexer to change.
  4. From the Actions list, click the indexing mode.
  5. Click Submit.

You can also reindex from the command line

The following figure shows an example of setting indexers to Update by Schedule:

Changing indexer modes

Instead of manually running indexing, we can run it at perticular time also. To do that, below are the steps:

  1. Login into ssh terminal
  2. Travel to directory where Magento is installed
  3. Run below command
crontab -e

4. Press i button to below lines in the bottom of the file

0 0 * * * /usr/sbin/relax /opt/remi/php74/root/usr/bin/php /home/ae4978f0/584d2fc8d0.nxcli.net/html/bin/magento indexer:reindex


0 8 * * * /usr/sbin/relax /opt/remi/php74/root/usr/bin/php /home/ae4978f0/584d2fc8d0.nxcli.net/html/bin/magento indexer:reindex


0 4 * * * /usr/sbin/relax /opt/remi/php74/root/usr/bin/php /home/ae4978f0/584d2fc8d0.nxcli.net/html/bin/magento indexer:reindex

Press esc and :wq to save and to come out of this file.

These lines are performing indexing at 12am, 8pm and 4pm respectively.

In this way, we can avoid manually running indexing and can use automatic approach to run indexing.

Thank you for reading this article.

I wish you healthy life and keep learning, keep growing.

 

 

Related Posts:

  • HTML5
  • How to create Admin Module in Magento2
  • Events and Observers in Magento2
  • How to add a new input form to checkout in Magento 2
  • How to Configure Theme Properties in Magento 2
  • How To Create A New Admin Menu and Sub-Menu In Magento 2
Comments (1)
Sonal Motghare-Balpande

Hello Readers, My passion is to guide people by sharing the knowledge I have. If I can contribute even little to the people life, its very big achievement for me. Thank You, Sonal

One thought on “Automatically Run Indexing in Magento2 via Cron”

  1. Omar Garzon says:
    August 9, 2023 at 10:34 AM

    Mrs Sonal Motghare, always with important articles regarding Magento

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search
Recent Posts

  • Install/debug Magento2 delivery date extensionNovember 18, 2024
  • Install Magento 2.4.6 on Ubuntu 22.04 [Complete Guide]October 16, 2024
  • Install Magento 2.4.7 on Ubuntu 22.04 [Complete Guide]October 16, 2024
Categories

  • Accounting
  • Agency
  • Business
  • Consultant
  • Finance
  • Investment
  • Magento 2
  • Masonry
Calendar
May 2025
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  
« Nov    
Tags

6 Steps to Install Magento 2 on XAMPP Windows Using Composer Agency Business composer install magento 2 download xampp for windows Graphics how to install magento how to install magento2 in localhost how to install magento2 in localhost ubuntu how to install magento2 in localhost wamp how to install magento 2 in windows 10 How To Install Magento2 in Windows on localhost using Xampp how to install magento 2 on xampp How to install Magento 2 using Composer in windows How to install Magento 2.4 in localhost XAMPP how to install magento 2.4 on xampp install magento 2 in windows10 install magento 2 using composer install magento 2 using composer windows install magento 2 windows xampp install Magento 2 with Sample Data install magento2.4 Install Magento 2.4 xampp windows 10 install magento 2.4.3 install magento2.4.3 install xampp on windows 10 Latest magento2 magento 2 composer install magento 2 install magento2 install magento 2 installation magento 2 installation steps magento 2 installation using composer magento 2 system requirement magento2.4 magento2.4.3 magento download magento for windows magento installation on xampp Magento with windows magneto2 Multisite thecoachsmb xampp download

LATEST BUSINESS IDEAS

Subscribe to Our Newsletter
& Stay Update

Lorem ipsum is placeholder text commonly used in the graphic, print, and publishing industries for previewing layouts and visual mockups.

Thank you to visit our site and doing business with us.

We give our 100% to help you and to grow together.

About Us

Ready To Start Work With Us?

Felis consequat magnis est fames sagittis ultrices placerat sodales porttitor quisque.

Get a Quote
Contact Us
  • Courses
  • Blog
  • Magento2 Tutorial
  • Shop
Quick Links
  • Appointment
  • Price Plans
  • Investment Strategy
  • Financial Advices
  • Strategy Growth
  • Services
  • Business Planning
Links
  • Privacy Policy
  • Terms and Conditions
  • My Account
  • Contact Us
  • About Us
Latest Posts
  • Install/debug Magento2 delivery date extensionNovember 18, 2024
  • Install Magento 2.4.6 on Ubuntu 22.04 [Complete Guide]October 16, 2024
  • Install Magento 2.4.7 on Ubuntu 22.04 [Complete Guide]October 16, 2024
Open Hours

Our support available to help you.

  • Monday-Friday: 10am to 10pm
  • Email: support@thecoachsmb.com
  • Call: +91 7020500374
Opening Hours
Week Days 10:00 - 17:00
Saturday 10:00 - 15:00
Sunday Day Off
Contact us
Copyright © 2025 TheCoachSMB
🚀 Let’s Connect on LinkedIn! 🚀

Want to level up your skills and knowledge? 🚀
Follow us on LinkedIn to get:
✅ Expert insights on business growth
✅ Daily tips to sharpen your skills
✅ Exclusive updates from The Coach SMB

Let's grow together!

Follow me on LinkedIn

No thanks, I’m not interested!

WhatsApp

WhatsApp

Skype

Skype

Hide