Kirby thanks for replying but is that the fix that you posted in the CODE? or were you just letting me know so I can fix them? If so, I am not sure how
Quote:
Originally Posted by KirbyDE
I don't think that this causes slowdowns, but it might be a good idea to fix your template conditionals
Code:
<!-- BEGIN left AdColumns -->
<if condition="THIS_SCRIPT != 'member' AND THIS_SCRIPT != 'profile' AND VBA_SCRIPT != 'gallery' AND THIS_SCRIPT != 'gainaccess'">
<table width="$stylevar[tablewidth]" cellpadding="0" cellspacing="0" border="0">
<tr>
<if condition="THIS_SCRIPT != 'memberlist' AND THIS_SCRIPT != 'search' AND THIS_SCRIPT != 'showthread' AND THIS_SCRIPT != 'editpost' AND THIS_SCRIPT != 'newreply' AND THIS_SCRIPT != 'newthread' AND THIS_SCRIPT != 'usercp' AND THIS_SCRIPT != 'private' AND THIS_SCRIPT != 'forumdisplay'">
<td style="width:130px" valign="top">
<if condition="THIS_SCRIPT != 'tratings'">$adcolumn_left<else />$swapadcolumn_left</if></td>
</if>
<td valign="top">
<table width="$stylevar[tablewidth]" cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="width:100%">
</if>
<!-- END AdColumns -->
|
Quote:
Originally Posted by KirbyDE
I don't think that this causes slowdowns, but it might be a good idea to fix your template conditionals
Code:
<!-- BEGIN left AdColumns -->
<if condition="THIS_SCRIPT != 'member' AND THIS_SCRIPT != 'profile' AND VBA_SCRIPT != 'gallery' AND THIS_SCRIPT != 'gainaccess'">
<table width="$stylevar[tablewidth]" cellpadding="0" cellspacing="0" border="0">
<tr>
<if condition="THIS_SCRIPT != 'memberlist' AND THIS_SCRIPT != 'search' AND THIS_SCRIPT != 'showthread' AND THIS_SCRIPT != 'editpost' AND THIS_SCRIPT != 'newreply' AND THIS_SCRIPT != 'newthread' AND THIS_SCRIPT != 'usercp' AND THIS_SCRIPT != 'private' AND THIS_SCRIPT != 'forumdisplay'">
<td style="width:130px" valign="top">
<if condition="THIS_SCRIPT != 'tratings'">$adcolumn_left<else />$swapadcolumn_left</if></td>
</if>
<td valign="top">
<table width="$stylevar[tablewidth]" cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="width:100%">
</if>
<!-- END AdColumns -->
|
Yeah your right, it didn't help even with the changes.
WTF could this be? I have posted my code that is causing the slow down. Any other ideas?