Auto_complete by default uses full text search to the database.
That can be very slow if you your database is big...
so, let use memcached instead.
Auto_complete by default uses full text search to the database.
That can be very slow if you your database is big...
so, let use memcached instead.
In this article I describe how to make your application increase considerably in performance
./script/plugin discover ./script/plugin install cache_fu
gem install memcache_client
(http://www.danga.com/memcached)