Forum Moderators: phranque
What exactly is a flat file system? I wonder if vBulletin can be changed to that system.
thanks!
Database systems are more efficient for the server and offer more flexibility, but are harder to manage and setup.
PhPBB is a good database based bulliten board.
During development of phpBB2 a recurring issue of server load has cropped up. phpBB 2.0.0 differs from many of its contemporaries by doing many more tasks at runtime. While this allows for simpler upgrade and modification paths it also leads to a greater strain being placed on the server. To help reduce this issue a cacheing template system was created based on work by Crimsonbane. This stores a compiled version of each template resulting in a generally significant reduction in server load and perhaps page generation time.Two versions of the cacheing system are contained in this directory, one uses flat files the other a MySQL database. Testing has shown that, in general, the average virtual host seems to show better performance with the flat file solution. However this may not be the case for your system, so please feel free to try both.
In both cases you need to rename your existing template.php script (in includes/) and replace it with whichever template_*.php you want to try.
src code here: [tecfa.unige.ch]
I'd forgotten about this, the explanation above is pretty clear, it's cutting down a huge amount of processing by simply caching the output html pages, not assembling and loading all those tpl components, each tpl is one diskaccess.
I'm not wrong, I'm just quoting directly from the page above. If this page is wrong then it needs to be fixed/updated.
If this mod which they say exists doesn't exist then tell these guys to change this wording, it says they have a flat file system in plain english, I've never used it, but I've read about both on that page and elsewhere.
If you are connected with the phpbb scene them tell these guys to stop saying there is this mod if it doesn't exist.
Since using a template cache system is generally beneficial to a forum, phpBB 2.2 is going to incorporate the file-based version into its core code.