[Radiant] Re: Site5 Install Problem

2011-01-26 Thread trans
On Jan 26, 4:53 pm, Brad Herman wrote: > 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'] =

[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'

[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

Re: [Radiant] Slow page load times

2011-01-26 Thread Carl Youngblood
Anton, I'm not denying that the site could be optimized significantly, but those optimizations are orders of magnitude less important than fixing this problem I'm having with 30s refreshes. Until I resolve that, all these other techniques are superfluous. As they say, work on the bottlenecks. Besid

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 a

Re: [Radiant] Re: Slow page load times

2011-01-26 Thread nx
Would this help? https://github.com/tricycle/radiant-static-caching-extension On Wed, Jan 26, 2011 at 11:10 AM, russthehatch wrote: > Though this does not solve the immediate problem of the application > grinding away to produce a page, you could put something like href="http://www.varnish-cache

[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 http://www.varnish-cache.org"/>varnish in front of the application to cache it a bit more aggressively. This might enable you to cache some requests that radiant would n

Re: [Radiant] Slow page load times

2011-01-26 Thread Haselwanter Edmund
Hi, I too do experience slow page loads. especially with the sns extension. I updated the sns extension to allow for cache busting css and js urls and for a start of action caching the parsed textasset. https://github.com/iteh/radiant-sns-extension slightly modified * to add a cache busting tim

Re: [Radiant] Re: Extract the number from the tag list

2011-01-26 Thread Haselwanter Edmund
Hi, I just committed to: https://github.com/iteh/radiant-tags-extension and sent a pull request to https://github.com/jomz/radiant-tags-extension (), On 26.01.2011, at 11:11, swartz wrote: > Hi, > > Assuming you're talking about this extension: > https://github.com/jomz/radiant-tags

[Radiant] Re: Extract the number from the tag list

2011-01-26 Thread swartz
Hi, Assuming you're talking about this extension: https://github.com/jomz/radiant-tags-extension See this file, line 121: https://github.com/jomz/radiant-tags-extension/blob/master/app/models/radius_tags.rb Line that reads: output += "#{tag} (#{amount})" Change it to this: output += "#{amount