NineChime forum

Furry stuff, oekaki stuff, and other stuff.

You are not logged in.

#1 07-14-2007 18:02:21

AFDAS
New member

load time

Installed the newest ver. On a test server I have.
only one user.
my load time is always 4.5###
Just wondering if anything is slowing it down or something. I searched the forum and found that header script, gave me the same all around 4.5###

I have other scripts running that use my MySql server and they load pretty fast. So can't really blame mysql. I also have other php scripts that load post haste, can't be php.

IDK,

Offline

#2 07-15-2007 03:19:41

Waccoon
Administrator

Re: load time

Open up the "hacks.php" file and look for this line:

Code:

define ('DISABLE_DNS_HOST_LOOKUP', 0);

change it to this:

Code:

define ('DISABLE_DNS_HOST_LOOKUP', 1);

DNS lookup can be really slow on some ISPs for any number of reasons, though it's a rare problem.

Offline

#3 07-15-2007 18:08:18

AFDAS
New member

Re: load time

Thanks now i'm getting Load Time: 0.0### secs it did the trick.

Offline

#4 07-17-2007 07:12:43

Waccoon
Administrator

Re: load time

Yeah, it depends on a lot of factors.  Eventually, the DNS lookup may return to normal, but the host name is only used for banning, so if you don't have trouble with spammers, there's really no need to turn it back on.

Offline

Board footer

Yep, still running PunBB
© Copyright 2002–2008 PunBB