Quote:
Originally Posted by kellyandmike
Yes. Can you help?
|
-/home/.../forums/templates/
-/home/.../forums/templates/index.html
-/home/.../forums/template_cache.php
Do you have this structure?
From your error messages it looks like template_cache.php is not found.
Quote:
Originally Posted by Razasharp
I'm not quite sure what this 'caches' (sorry bit of a nube!)..
Does it cache templates such as postbit, threadbit etc etc? Or does it cache whole pages?
In simple terms how does this save resources or speed things up?
What is the best thing to look out for once it's installed to 'see' if it's having any impact? Speed when server loads are up or speed in general?
Sorry for the newbie-type questions - and thanks for what seems like will be a very useful hack 
|
It saves all the templates needed for one page (eg. showthread.php) in one file and saves the database query that would be needed to get them. You can also save certain sized templates seperately and thus avoid the eval() call. It both lowered page creation time and server load for me.