Log in

View Full Version : MAke my forum runs faster


goshalim
08-17-2008, 05:26 AM
Hi , all ,

I need your help.

I am sure i saw a few days ago , in this forum , a code which by install in it, can make my forum works faster.

Any ones know where is that thread ? I lloked everywhere ??

Please help

Opserty
08-17-2008, 09:56 AM
"Adding more code" isn't going to make it faster.

Try this thread: https://vborg.vbsupport.ru/showthread.php?t=180657 it has some useful suggestions.

goshalim
08-18-2008, 11:55 AM
Hi , It was a 2 line code , so simple which i tried it , and was working super.
THe only thing i made a small mistake and ai had to remove and install it again.
But i havent saved it and i lost it.
The only thing i remember is something to do at the end with time 0 ( zero )

Marco van Herwaarden
08-18-2008, 12:03 PM
Probably one of the following:
YSLOW 1.0.3 (Make Your Forum Faster) (https://vborg.vbsupport.ru/showthread.php?t=178286&highlight=faster)
Make your forum's speed seem faster (https://vborg.vbsupport.ru/showthread.php?t=121315&highlight=faster)

Please note that these both only make your forum seem to be running faster.

goshalim
08-18-2008, 12:08 PM
Marko thanks for your soonest reply

This is the code

<meta http-equiv="Page-Exit" content="BlendTrans(Duration=0)" />
<meta http-equiv="Page-Enter" content="BlendTrans(Duration=0)" />


This one i tried , and was working faster !!!

Marco van Herwaarden
08-18-2008, 12:12 PM
No it does not make anything faster, it will only make the page transition look faster/smoother (and i think only on IE).

UaECasher
08-18-2008, 12:26 PM
you can make it faster by doing the following :

1) Get better server or web host.

2) keep your forum lite (don't install too much mods and don't allow too big attach "there is alot of free hosting sites")

3) use lite style " vbulletin default style and change it through CSS (if you know it, although it's easy)"

goshalim
08-18-2008, 12:28 PM
Hi , again ,

The problem was that when i install the code , the logo is disappear .

look below the attachments Forum 1 was before and Forum 2 is after the install.

ALso find the code from the header .

<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
&nbsp;
</td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output


Where i must add the code then not to have the same problem

Please someon help me

ssslippy
08-18-2008, 12:47 PM
Your using subdreamer CMS, after adding your code reskin the forum.

goshalim
08-18-2008, 12:49 PM
Correct , iam using subdreamer CMS

Any solutions how to avoid that ?