I made a quick test and found [:red]
8341 extra white spaces (such as " ") in
this page.
It has a total of 9385 spaces, of which only 944 are needed at all. This turns into 4k of extra spaces per showflat file with at least 10 replies.
The php/perl code for w3t looks great, anyone can go in and find what he wants to change. But do we really nead to have things like :
[:blue]
echo "
</table></td></tr>
<tr><td colspan=3 class="lighttable">
<p class="post">
<BR><BR><SPAN CLASS="post">$Body</span>
<BR><BR>
</td></tr><tr><td colspan=3 class="body"></td></tr>
";
when the following would be just as understandable?:
[:purple]
echo "
</table></td></tr>
<tr><td colspan=3 class="lighttable">
<p class="post">
<BR><BR><SPAN CLASS="post">$Body</span>
<BR><BR>
</td></tr><tr><td colspan=3 class="body"></td></tr>
";
Oh, our cool html editors do that? I havent seen any recent html editor that doesnt allow you to turn this off. Check it! You will be saving download time for your site users!
Though I gave an example page, this happens at all generated pages...
Mateo Byler
CruceDeCaminos.com