firegento-debug
firegento-debug copied to clipboard
shown number of indexes may be a little confusing
Shown number of indexes may be a little confusing
example:
A) firegento/diagnose/system shows: 10 up to date indexes 1 Index should be updated -> all together : 11 indexes
B) In Magento's standard view system/index -> only 9 indexes are visible and no update is needed
=> who is right?
=> solution: both :-)
mysql-table index_process shows it: There are 11 indexes. But 2 indexes of these are not shown in Magento's standard view:
- catalog_product_flat
- catalog_category_flat,
because the flat Flat Catalog is not activated in this shop One of these should be updated - but this not necessary since they are not in use
What could happen: users of these nice extension are searching for the missing indexes especially since they are worried because 1 should be updated
=> 2 possible solutions/ideas
- the shown numbers for indexes in this extension should be a little more detailed (differentiation of "active" and "not in use" indexes) or
- simply show the same number like magento standard (substract not used indexes in background)