Furry stuff, oekaki stuff, and other stuff.
You are not logged in.
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
Open up the "hacks.php" file and look for this line:
define ('DISABLE_DNS_HOST_LOOKUP', 0);
change it to this:
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