Hello everyone,
I'm trying to enable caching on most part of my pages, and disable caching on a few selected templates that generates data dynamically.
I'd like to split up my home.php into 5 sections with header, left col, main col, right col, and footer. The overal template will be fitted inside a table that wraps the left, main and right template.
Now the question is, I'd like to cache everything but the left template. Might anyone be able to give me some pointers?
Thank you.
