Hi,

I have an element like this:
<?php echo $this->element('tabelle', array('cache'=>array('time'=>'+1
day','key'=>'tab'))); ?>

and inside this element I call
<?php $results = $this->requestAction('soap/tabelle'); ;?>

For some reason the page is always doing the soap request and I
thought I can avoid this by using the cache?
But I also don't see any cache file in /tmp?

What I am doing wrong?
What can I do to minimize the page loading time?
As I have to call the soap client 3 times on just 1 page?

Any ideas?

Thanks!

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to