mysql - how to make magento search functionality faster? -


i have developed magento website searching product catalogue slow. how can improve searching speed?

here website.

http://kawasakiretail.com/

  1. is flat catalog on or not.if not switch on.

  2. use solr search might need purchase solr bridge extension.

  3. make sure have optimized magento : tweaking magento performance link has lots of magento speed optimization tips.


Comments

Popular posts from this blog

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -

java - the value of local variable is not used -