Re: Newbie: Mixing HTML & WO Pages?
Re: Newbie: Mixing HTML & WO Pages?
- Subject: Re: Newbie: Mixing HTML & WO Pages?
- From: petite_abeille <email@hidden>
- Date: Thu, 23 Oct 2003 18:17:44 +0200
On Thursday, Oct 23, 2003, at 17:55 Europe/Amsterdam, Bob McCormick
wrote:
I guess I'm just being paranoid, as I've done a couple of big sites
and we had to eek out every last bit of performance and so have gotten
into the habit of thinking about static vs dynamic pages.
Well... I'm sure that Chuck will have some views on this issue...
but... both approach are not incompatible... one could use WOF to
generate (semi) static pages in the first place... and then let the web
server do its job of serving them...
In general, what is time consuming when generating a page dynamically
is not the generation itself (e.g. the WOF part), but rather whatever
it takes to generate the right content in the first place (e.g. the EOF
part). If your content doesn't change every half a second, you may be
better off caching whatever WOF generates and hand it over the web
server to play with instead of generating everything every single time.
YMMV.
Cheers,
PA.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.