What is the best way to do a reindex from the data?
I was thinking to create a cronjob every day at night and set the index mode to "manual update".
Now i'm not sure what is the best way to do this. Because i don't know what happens with product updates or the stock from a product. can someone help me please with info about it
Great, Lex
You don't need to set the index options to 'manual update' to run the indexer.php
shell script. In fact, it's probably better not to; the 'update on save' option pretty much guarantees your data will be correct if someone modifies it during the day.
One of the only reasons you'd want 'manual update' is if you're running a product import to speed things up.
As Anton said, run a cron script to indexer.php to reindex all data at 3AM and things will be fine.