Well the tutorial itself explains everything, still let me try if I can help:-
Indexing works fast when executed via shell and we need not to wait on browser.
To execute command first you need to reach via shell folder then you can execute all the below suggested command.
You need to simply mention
php indexer.php --reindex NameOFIndexer.
Example:- to index attributes of product(php indexer.php --reindex catalog_product_attribute)
Name of Indexer is the list you must be seeing in admin panel,here it follows:-
catalog_product_attribute Product Attributes
catalog_product_price Product Prices
catalog_url Catalog Url Rewrites
catalog_product_flat Product Flat Data
catalog_category_flat Category Flat Data
catalog_category_product Category Products
catalogsearch_fulltext Catalog Search Index
cataloginventory_stock Stock status
To get the list of all indexers you can write following on cmd:-
php indexer.php info
Apart from above method you can tell Magento to reindex all the indexer in a single go by following command:-
php indexer.php --reindexall
Zunächst einmal vielen Dank für Ihre Zeit verpassen Arushi. Aber ich möchte wissen, wie man einen Befehl ausführt. Ich werde in Italien geboren, also kann es sein, dass ich das Mittel der Ausführung nicht verstehe. Wie du geschrieben hast, muss ich das erwähnen (php indexer.php --reindex catalog_product_attribute), aber wo? In diesem Ordner (indexer.php) Wo muss ich diesen Befehl setzen. Nochmals vielen Dank für Ihre Zeit. – Sandro
Ihre Antwort wird sehr hilfreich für mich sein. – Sandro
Wo läuft Ihre Anwendung auf dem Live-Server oder in Ihrer lokalen Umgebung? Wenn in der lokalen Umgebung, dann tun Sie es mit der Eingabeaufforderung und wenn es auf dem Server ist, dann tun Sie es mit Putty (über SSH). Lassen Sie mich wissen, welche Sie verwenden, um Ihnen weiter zu helfen. – arushi