![]() |
|
page caching - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: page caching (/thread-3112.html) |
page caching - george2 - 2008-06-18 will there be any plans to support page caching? - zp badly needs it please don't use smarty - though it may seem good at first. smarty has its own templating system which wouldn't be used because of the theming already in zp. 90% of smarty wouldn't be needed for zp. and does zp hit the albums dir on each page load? if so that's very intensive and ill thought out. could it be an option in the admin to 'update database' or something and the album dir is traversed? caching html could be done in the database, storing the page as a record in a table, or as a file. this could be cleared from the admin, or expired past a certain date. page caching - acrylian - 2008-06-18 No plans for smarty, except for a user who wants to try experimentally. If that will be an option only. Do you really have that many problems with the speed of zp? Yes, zenphoto is file system based. If you really need a caching system, we have some third party solutions here: http://www.zenphoto.org/2008/06/performance-hacks/ page caching - invarbrass - 2008-06-19 like acrylian said, check out the performance hacks page. |