Re: [Radiant] Pre-loading cache

2010-12-21 Thread Ahn Byungmo
may i ask about your hardware spec?
actually I'm using radiant on solaris and I think it's little slow though i've 
been using many radius tags.
so i thought exactly same as with you getting over my issue by making cache.

thanks in advance


On Dec 21, 2010, at 10:16 AM, john muhl wrote:

> On Mon, Dec 20, 2010 at 7:13 PM, Wes Gamble  wrote:
>> All,
>> 
>> Is there any way to pre-load the Radiant cache so that initial page view
>> times are improved?
> 
> i'd just hook wget to a post-deploy task. surely there is something
> more elegant though.



Re: [Radiant] Pre-loading cache

2010-12-21 Thread Wes Gamble
Are there any hooks to help me isolate time spent in Radius tags or 
other Radiant subsystems?


W

On 12/21/10 9:30 PM, Jim Gay wrote:

On Mon, Dec 20, 2010 at 8:16 PM, john muhl  wrote:

On Mon, Dec 20, 2010 at 7:13 PM, Wes Gamble  wrote:

All,

Is there any way to pre-load the Radiant cache so that initial page view
times are improved?

i'd just hook wget to a post-deploy task. surely there is something
more elegant though.


Slowness might have something to do with your radius code too.
Simplifying that might help.



Re: [Radiant] Pre-loading cache

2010-12-21 Thread Jim Gay
On Mon, Dec 20, 2010 at 8:16 PM, john muhl  wrote:
> On Mon, Dec 20, 2010 at 7:13 PM, Wes Gamble  wrote:
>> All,
>>
>> Is there any way to pre-load the Radiant cache so that initial page view
>> times are improved?
>
> i'd just hook wget to a post-deploy task. surely there is something
> more elegant though.
>

Slowness might have something to do with your radius code too.
Simplifying that might help.

-- 
Jim Gay
Saturn Flyer LLC
http://www.saturnflyer.com
571-403-0338


Re: [Radiant] Pre-loading cache

2010-12-20 Thread john muhl
On Mon, Dec 20, 2010 at 7:13 PM, Wes Gamble  wrote:
> All,
>
> Is there any way to pre-load the Radiant cache so that initial page view
> times are improved?

i'd just hook wget to a post-deploy task. surely there is something
more elegant though.