Fredhopper Data Configuration Best Practices

These are best practices to follow when configuring the data integration with your FAS instance.

When configuring your integration with Fredhopper, it's important to optimise the data integration to maintain performance. For each data parameter listed, there is a recommend optimal setting or limit, and if applicable an acceptable upper limit. Ignoring a recommendation won't individually cause an issue, but when combined with other recommendations being exceeded, it may lead to performance issues. Where there is an optimal and acceptable recommendation, consider the acceptable as a maximum limit.

Catalog Items

This refers to the total number of primary and variant items, per universe.

It's important to practice good data hygiene with your catalog in Fredhopper. The number of items in the catalog will directly affect the performance of search and recommendations.

Recommendations

Limit the number of items in your catalog where possible.

Item Attributes

The number of attributes per item will impact performance.

List and set attributes can have many values; the more values present the longer it will take to calculate a facet. Also keep in mind that incremental updates can be slow on list/set attributes with many values.

Recommendations

Consult the guide on choosing base types for more information.

The Navigation index gives control over which attributes can be used for sorting (e.g. in rankings, modifications, campaigns), faceting, filtering (query criteria like stock>0, color<{black}), or for some types of triggers (e.g. value distribution).

If attributes are not needed for any of the above, deactivate them to improve re-index times and query performance.

Recommendations

The list of attributes in the navigation index, and their current usage in merchandising rules can be seen in the System > Navigation > Navigation index page of the merchandising studio.

Search Index Attributes

Manage the number of attributes used for sorting, faceting and filtering in search to reduce re-index times and improve query response times.

This is configured per universe / locale.

Recommendations

Limit the number of attributes to improve performance.

Incremental Updates

The frequency of incremental updates has an impact on query response times because on every incremental update the navigation cache is cleared.

This is done in system.xml, with an entry under node /com/fredhopper/service/NavigationCache:

<entry key="result-lifetime" value="5"/>

Value 5, which is the system default, should be changed to a value higher than the maximum interval between two incremental updates.

Recommendations

Last updated

Was this helpful?