Introduction

This topic is about cached generation time mod on http://www.phpbbstyles.com
Current Version

1.2.2
This is a stable version for phpBB 2.x
I am planning to releas final version and submit it to the MOD database very soon.
About

This mod is a very powereful mod:
- Caches SQL Queries (faster forum)
- Ads Page generation time (in overall_footer.php)
- Ads SQL querie counter (in overall_footer.php)
- This page generation MOD is highly effecient for forum speed.
Demo

Output down the bottom of the page
Example Of XS MOD update checker
Download

Version 1.2.2 - Download
Information

If you receive any bugs, please report them.
Also in the future, more SQL queries can be cached but at the moment this matches phpBBstyles configuration
To cache more SQL queries replace $db->sql_query($sql) with $db->sql_query($sql, false, true) or something like $db->sql_query($sql, false, 'posts_')
Optimization
If you want effecient forum, I recommend installing eXtreme Style MOD and this one.