Re: [Radiant] Optimizing Radiant for Heroku

2013-08-24 Thread Zachary Linke
Hi Jim, Thank you for your response. I am now using Unicorn for a webserver and cleaned up the radius code for the template by removing all multi-purpose conditionals and simply focusing the template on one task: pulling the pages and page parts. I have 200 pages to pull, each with

[Radiant] Optimizing Radiant for Heroku

2013-08-18 Thread Zachary Linke
I'm running Radiant 1.0.1 in Rails 2.3.18 on Heroku and it needs some speed improvement / optimization. I'm using Thin for a webserver. My production.rb looks like this... # Settings specified here will take precedence over those in config/environment.rb # The production environment is

Re: [Radiant] Optimizing Radiant for Heroku

2013-08-18 Thread Jim Gay
On Sat, Aug 17, 2013 at 4:36 PM, Zachary Linke zlink...@gmail.com wrote: I'm running Radiant 1.0.1 in Rails 2.3.18 on Heroku and it needs some speed improvement / optimization. I'm using Thin for a webserver. My production.rb looks like this... # Settings specified here will take precedence