How you can found out what make lagg/delay?
#1

I'm trying to find out what makes lagg on my server.... i mean sometimes when i'm using a command it takes a little delay ? 1 second , 2 ? .....

- All mysql are only on player disconnect.
timers

Код:
	SetTimer("SyncUp", 60000, 1);
	SetTimer("OtherChecks", 1000, 1);
	SetTimer("ReduceGas", 30000, 1);
 	SetTimer("ImproveKM", 25000, 1);
 	SetTimer("Hunger", 60000, 1);
        SetTimer("StoppedVehicle", RunOutTime, 1);
Update deleted old timers , useless timers

pawn Код:
SetTimer("SyncUp", 60000, 1);
    SetTimer("OtherChecks", 1500, 1);
    SetTimer("ReduceGas", 30000, 1);
..
Reply
#2

Run profiler plugin for a few hours during heavy load.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)