Skip to content

shown number of indexes may be a little confusing #22

Open
@hpvd

Description

@hpvd

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

  1. the shown numbers for indexes in this extension should be a little more detailed (differentiation of "active" and "not in use" indexes) or
  2. simply show the same number like magento standard (substract not used indexes in background)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions