I have a small app that has a single Jquery Autocomplete field. It
seems very slow and spotty (not returning all the results it should)
on Heroku. It does work but not very well.
Is this due to the differences in databases between here and Heroku?
The call for the autocomplete is:
ProgramName.find(:all, :conditions => ['name LIKE ?', "%#{params[:q]}%"])
Is it due to a query limit (I am the only person using it at the moment).
Any ideas?
Thanks,
Sunny
--
You received this message because you are subscribed to the Google Groups
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en.