From 7dc20d4ff43d4c5add4f0a47f16972fab1b425ac Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 15 Jan 2017 05:08:44 -0800 Subject: [PATCH] Updated readme [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1125526..b85539e 100644 --- a/README.md +++ b/README.md @@ -543,7 +543,7 @@ Reindex and set up a cron job to add new conversions daily. rake searchkick:reindex CLASS=Product ``` -**Note:** For a more performant (but slightly more advanced) approach, check out [performant conversions](#performant-conversions). +**Note:** For a more performant (but more advanced) approach, check out [performant conversions](#performant-conversions). ### Personalized Results @@ -1160,7 +1160,7 @@ Business.search "ice cream", routing: params[:city_id] ### Performant Conversions -Split out conversions into a separate method so you can use partial reindexing, and cache conversions to prevent N+1 queries. +Split out conversions into a separate method so you can use partial reindexing, and cache conversions to prevent N+1 queries. Be sure to use a centralized cache store like Memcached or Redis. ```ruby class Product < ActiveRecord::Base -- libgit2 0.21.0