Best proven ways to improve search performance [closed]
We are working on a website like www.justdial.com . Every State has Districts which have Cities which have Categories and subcategories.
Kindly suggest proven ways to improve performance.
- Add tags
- Create shorter standalone static index for popular queries.
- Create prepared static cached content for popular queries.
- Move (partially sort) popular queries to the beginning of the index.
- Optimize SQL queries with LIMIT, reduce number of JOINs and reduce number of string functions
精彩评论