[phpwebapp-improvments] [phpwebapp - phpWebApp Improvements] Page caching support
Brought to you by:
dashohoxha
From: SourceForge.net <no...@so...> - 2003-07-30 10:07:42
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2127168 By: dashohoxha Add page caching support to the framework. Before processing the templates, the framework should check whether the requested page is already in the cache (the cache folder is specified by the constant CACHE_PATH in 'const.Paths.php'). Each component (WebBox or WebObject) should be cached separately because this reduces the size of the cache. If there is a component that cannot be cached, because it interacts with the DB, then the framework will parse and render it. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=135220 |