Hi ,
How can I cache my webpage?I am using smarty as template engine, In which smarty provides caching methods(that only caches the templates) that is not sufficient for me. I want to cache each webpage ie, if student.tpl is the template for a student,then smarty caches the first student requested page,when the second student request comes it shows the first student itself, because of student template caching. How can I cache eache page?
Thanks & Regards,
roomiesbglr
How can I cache my webpage?I am using smarty as template engine, In which smarty provides caching methods(that only caches the templates) that is not sufficient for me. I want to cache each webpage ie, if student.tpl is the template for a student,then smarty caches the first student requested page,when the second student request comes it shows the first student itself, because of student template caching. How can I cache eache page?
Thanks & Regards,
roomiesbglr
Comment