[Seaside] REST and Seaside

Nevin Pratt nevin at bountifulbaby.com
Sat Apr 9 16:32:47 CEST 2005


Dmitry Dorofeev wrote:

> The idea sounds reasonable.
>
> If we have 'static' pages on the site it would be more
> effective to get them from hard drive and not to generate with
> Seaside or other dynamic framework. Not aware about HttpView, sorry.
> Some kinf of caching would help. Of couse session information is
> a question here. Also i know about project for JIT compiler
> for Squeak, which i can not remember :-) Seems it never get
> to the production level. JIT compiler looks for me as a good option
> to address the problem.
>
> -Dmitry.
>
>

I might also add that I've got code in my Bountiful Baby site that 
detects spiders, and caches static-looking pages for feeding 
specifically to spiders.  It never regenerates a new page if it detects 
a spider-- it just feeds a page from the cache.

I've also got caching code for various Seaside pages served to the same 
user/session, so that they won't be regenerated a second time.

Nevin






More information about the Seaside mailing list