View Full Version : Double queries for one styleset? (DEFAULT)
Jalrock
03-03-2003, 05:46 PM
Can someone please help me figure out why my default theme has 63 queries on forumhome as opposed to the evolution theme that has 33 queries?
username= test
password= test
Any help appreciated.
I thought that the queries were from the php files not templates??????
Dean C
03-03-2003, 06:03 PM
Check your phpinclude template :)
- miSt
Jalrock
03-03-2003, 06:12 PM
Originally posted by Mist
Check your phpinclude template :)
- miSt
// This code is PHP4 only:
// ob_start();
// require("yourheader.html");
// $header = ob_get_contents();
// ob_end_clean();
include("./vbs_counter.php");
// This code is PHP4 only:
// ob_start();
// require("yourheader.html");
// $header = ob_get_contents();
// ob_end_clean();
include("./vbs_counter.php");
They are the same :(
Jalrock
03-03-2003, 06:15 PM
Also if I remove the include statment in the default phpinclude it reduces to 64 from 73 queries
I know I stated 63 queries earlier but it has gone up??????
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.