Hi bakers, I never used caching before in my life...so this is something new for me..On my website, I have left column which displays list of all tags that a user has in his library (check the diagram below). Since it expensive to do this query and render the view all the time, I ended up using lot of ajax...But ajax has its own issues...so I am reconstruct my webiste with minimum usage of ajax..
so here is my problem..how do I cache view. The problem is also rendering it again when the page loads..Since user have options to select either article or tags and display them in different format..... --------------------------------------------------- | | | | Artricle | Tag | | | Tag 1 | content | Tag 2 | | Tag 3 | // left column needs to be cache with the state... looking forward for some ideas.. Regards bingo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
