Questions tagged [indexer]

Denotes questions related to the magento's indexer process.

Denotes questions related to the magento's indexer process.

171 questions
1
vote
1 answer

Is my indexer working?

I've managed to import >200,000 SKUs and am now struggling to index them running the command line indexer. It's basically running for more than 12 hours now and I don't even don't know if it's doing anything or not. I got 4 errors in the meantime…
0
votes
1 answer

When magento Indexer call

I need to know that, When magento runs the indexer process on below phase. - Add to cart (While user add products on cart) - Add to wishlist (While user add products on wishlist) - Apply Coupon code - Submitting order Your…
Abhishek Gupta
  • 1,185
  • 8
  • 17
0
votes
1 answer

One or more indexers are invalid. Make sure your Magento cron job is running. Can it be fixed from admin panel?

I have a magento 2.4.3 running on a production server. I have the following error message in the admin panel. Also some of the indexers shows "reindex required". I do not have the SSH access so how can I fix it from the admin panel?
0
votes
1 answer

Bind a Custom Entity Event to an Indexer ?

I have added an event for a custom entity to an Indexer but I have some issue: _registerEvent() is called correctly _processEvent() is never triggered Here what I did: In my Indexer Model I have add the Custom Entity/Event: /** * @var array …
Fra
  • 6,965
  • 12
  • 65
  • 99