linguisticexplorer / Linguistic-Explorer

Terraling is a Ruby on Rails web application to let you store and browse your linguistic data. For More information read the README file.
http://www.terraling.com/
MIT License
17 stars 14 forks source link

Consider to add Dalli #111

Open dej611 opened 11 years ago

dej611 commented 11 years ago

Lot of the memory usage, at the moment, is due by the search task: in particular each time the pagination is used a new search is performed with an highly usage of memory in the system.

Using a memcache system will reduce the amount of memory usage expecially for long paginated searches and features like geomapping.