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
echo $this->element('homepage_feature_items', array('cache' => '1
hour'));
echo $this->element('homepage_featured_events', array('cache' => '1
hour'));
?>
Cheers,
Adam
On Dec 4, 3:24 pm, Dave J <[EMAIL PROTECTED]> wrote:
> 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/2f005c...
> ) only seem to have come up with workarounds involving redirecting
> from the htaccess
>
> The problem lies in cake not using the view cache when
> visitingwww.domain.com, however, usingwww.domain.com/articles/indexis just
> fine. I'm curious to see how people are doing this, since it seems
> this is a quite a substantial performance killer on high traffic
> sites.
>
> any ideas?
>
> PS: Using Cake 1.2.0.5875 here
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---