Re: Caching the view of the entry homepage

2007-12-04 Thread MattC
This bug is probably the most frustrating thing about Cake for me. I had been using the fix described in the ticket (http:// trac.cakephp.org/ticket/1349). I rolled the change into a patch that matches the latest SVN and is slightly more configurable then the original fix. It's attached to the

Re: Caching the view of the entry homepage

2007-12-04 Thread Dave J
Thanks for the replies. I ended up settling for the redirect option for the short term fix. @Adam: Neat workaround, wish I thought about it earlier... just not the right time to start splitting down the homepage into elements right now :-) @Matt: I can understand your pain, especially the

Caching the view of the entry homepage

2007-12-03 Thread Dave J
Hi guys, I've been having issues with caching the view of the homepage, and previous posts regarding the subject ( http://groups.google.co.uk/group/cake-php/browse_thread/thread/2f005c48b785426a/5019bc5f68475195 ) only seem to have come up with workarounds involving redirecting from the htaccess

Re: Caching the view of the entry homepage

2007-12-03 Thread Adam Royle
Yes, this is a known issue, not sure if it has been addressed yet. However, my solution to this problem was to use an element (or two) to display the data and cache it that way. My homepage (http:// www.brisbanepowerhouse.org/) is actually made up from two elements sitting in my view. eg. ?php