Posts: 298
Threads: 103
Joined: Sep 2015
Reputation:
0
My server is sometimes delayed, I have F5 and see the ackslimit index stand still does not work that jump up very high, can someone help me how to overcome the way to know the code cause this way ?
Posts: 2,528
Threads: 124
Joined: Jul 2009
Reputation:
0
Do you use dini or unthreaded mysql queries?
Posts: 1,266
Threads: 6
Joined: Oct 2014
You can use samp performance profiler plugin to see which function(s) getting so long to execute...
Posts: 2,528
Threads: 124
Joined: Jul 2009
Reputation:
0
Yup, rembmer that Input/Output operations are the most expensive thing your script can do. dini is inefficient (opening and closing file for every read/write), and unthreaded queries hang the script until result is fetched.