Sunday 12 August 2007 2:08:41 pm
Hey>
I'm trying to implement an AJAZ hierarchical menu on the left that changes content on the right. Do to this I made a different layout called 'ajax' which outputs the node without navigation etc. A) Normal URL for a product: http://dentsply.ca/product/552
B) Clicking a link on the left will get you just the section within the DIV on the right. An AJAX request is sent to:
http://dentsply.ca/layout/set/ajax/content/view/ajax/552 and the div is replaced with the new contents.
The problem is performance: Viewcaching works for A) but not for B). I can't figure out why. Cache-block on URI is also impractical because the product catalogue is large enough that I can't have it wiped out all the time. And I couldn't get that to work anyway. n.
|