Yes, the response time is a concern with farcry sites. To build navigation for example, many cfcs are called and many queries are done. This can take the response times up to maybe .3, .4 or 1/2 second.
But then there's Farcry's Caching. You wrap everything in a custom tag, give it a name and the queries etc are only done once and then cached for, say, a week. I routinely cache entire pages. This brings repsonse times way way down. Maybe to .1 of a second. Less? I'm not sure of the exact figures of the sites i've built because if you turn on debugging to see it, it slows down the page and skews the results. Then just do a decent job of the XHTML and CSS and you've got a very very very quick site. Regards Gavin On Fri, 27 Aug 2004 14:28:57 -0500, Marlon Moyer <[EMAIL PROTECTED]> wrote: > One thing I'm concerned about is response time. Most of the sites > that I've seen that used Farcry seemed to be a little slow to respond. > What are your typical render times on pages? I've never used any CMS > so I don't know if it's normal that they don't seem to render quite as > fast as other pages. > > Marlon > > > > > On Fri, 27 Aug 2004 15:04:29 -0400, Michael J. Sammut <[EMAIL PROTECTED]> wrote: > > Here is a list of some sites we have done using the magnificent FarCry > > > > http://www.goldbank.com > > http://www.fourseasonsdesigngroup.com > > http://www.ester-e.com > > http://www.ester-c.com > > http://www.foodbanknyc.org > > http://www.handb.com > > http://www.atlanticavenuebkny.org > > http://www.premcal.com > > http://www.apcmfg.com > > http://www.sealinfo.com > > http://www.scrubsonsale.com > > http://www.nextleveltrading.com > > > > Please feel free to pop me over an email with any questions. > > > > > > --- > You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > Aussie Macromedia Developers: http://lists.daemon.com.au/ > --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
