| Re: Please reconsider XOOPS 2.3.x Cache Directory Stucture |
| by phppp on 2008/9/16 8:49:58 Sorry for the confusing naming conversion rule. perhaps it would be better to use the term of "temporary_data" for "caches" (automatically generated by system and can be removed) and "persistent_data" for "configs" (manually created data) |
| Re: Please reconsider XOOPS 2.3.x Cache Directory Stucture |
| by jdseymour on 2008/9/16 1:46:57 From the smarty website: Quote: Smarty is too complicated, how can it be that fast? So smarty in some ways does cache so the code does not have to be compiled on each view. |
| Re: Please reconsider XOOPS 2.3.x Cache Directory Stucture |
| by yeppers on 2008/9/15 23:48:24 and skoda cars are generated by volkswagon. ferrari are generated by scuderia but you don't call them volkswagon or scuderia do you? i agree the idea of allowing them to be moved is good. but don't confuse users by telling them that smarty_templates are cache files, because they are not cache. you are supposed to be making things more user friendly, a start on that regard would be to not confuse people and make people think that smarty compiled templates are cache files. maybe long time XOOPS users will know this, but what about the newbies that start looking through the code, like myself. |
| Re: Please reconsider XOOPS 2.3.x Cache Directory Stucture |
| by Mamba on 2008/9/15 23:36:59 Quote: since when has templates_c been a cache folder? No need to be so literal with the names! ![]() Content of both directories is "generated" by XOOPS, and that's why they are placed together. Of course, if you don't like it to be called "cache", you can always change the name to something different. Actually, for security reasons, it is being encouraged. |
| Re: Please reconsider XOOPS 2.3.x Cache Directory Stucture |
| by Mamba on 2008/9/15 23:31:49 Quote: However, what's the different having cache to be hidden in external directory to ensure the security but we have mainfile.php which contain very critical information, open to the world ? Actually, we recommend to remove the critical information from the mainfile.php as well. See here... |