PDA

View Full Version : Loading Time and % Problem.. Please Help..


FFMania
01-17-2005, 03:54 PM
Hi all.. I have a problem...

Before moving to a new server.. my forum is working like normal, giving me reading like "Page Generated in 0.08xxx second (85%PHP - 15%SQL)" but after my host upgraded a new mySQL server... the forum now gives me reading like "Page generated in 28.24065804 seconds (12.74% PHP - 87.26% MySQL) with 14 queries"... this reading scares the hell out of me... I am not sure what to do now... can anybody please help me?

Note: I am using vb 3.0.0 and my SQL database is not localhost. Instead, my host has a dedicated IP for his SQL Database.

Thanks in advance :)

filburt1
01-17-2005, 04:11 PM
Your queries are likely going over a network and therefore taking way too long from time the query is sent to when all the result rows are returned.

Davey
01-18-2005, 12:06 AM
I would highly suggest upgrading to 3.0.5 because your board could be exploited via that vulnerability in earlier versions. The post regarding the update and the urgency of upgrading can be found here (http://www.vbulletin.com/forum/showthread.php?t=125480).

FFMania
01-18-2005, 01:57 AM
So is there anyway I can do to fix the problem?