Got this Farcry site. Isn't still released due to performance issues. When I use the cache everything works quite fine. But since the execution time is VERY high before the cache is generated ColdFusion ends up with too many queued requests and the site becomes unuseable.
What version of FarCry are you running?
Have you optimised the database schema? FarCry installs by default with no indices.
Oh, one more thing. When adding cache to a dmNews page it caches the content, but since my cache is inside the display method farcry still does the getdata on the news object. Is there any way around this?
You can apply CFCACHE flatfile caching to the primary invocation url... probably ../www/index.cfm -- this basically means you only execute the Application.cfm.
But typically a single db look up for an object display should not pose too much of a burden on a correctly optimised db schema.
Turn off stats caching -- run your stats from web logs instead of FarCry. Stats can be a performance hog.
-- geoff http://www.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/
