[Radiant] Re: Slow page load times

2011-01-26 Thread russthehatch
Though this does not solve the immediate problem of the application grinding away to produce a page, you could put something like a href=http://www.varnish-cache.org/varnish/a in front of the application to cache it a bit more aggressively. This might enable you to cache some requests that radiant

Re: [Radiant] Slow page load times

2011-01-26 Thread Anton J Aylward
Carl Youngblood said the following on 01/25/2011 05:01 PM: to respond to Anton's previous comments, firebug shows that nearly all the delay is spent waiting for the server. Of course it is, but that isn't what I meant. You have a lot of images of your page. You have javascript and CSS. You

[Radiant] Site5 Install Problem

2011-01-26 Thread trans
Tried to install Radiant and setup a new radiant app but got this error: radiant --database mysql rad /usr/lib/ruby/site_ruby/1.8/rubygems.rb:779:in `report_activate_error': Could not find RubyGem radiant (= 0) (Gem::LoadError) from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:214:in

[Radiant] Re: Site5 Install Problem

2011-01-26 Thread Brad Herman
To set up on site5, you need to edit your GEMPATH to point to a location you choose, then install the required gems to that location. Then edit your GEMPATH in the environment.rb file to include the custom gem location. ie: ENV['GEM_PATH'] = '/home/myapplocation/gems:/usr/lib/ruby/gems/1.8'