Hey everyone after last update to my FiveM Client I’m getting this annoying message on my server. Is there anyway how to hide this message? I know normal Resource Time Warning where it shows the exact script I dealt with that already but this one is new. I profiled my server and changed some Citizen.Wait() parts so parts of the scripts would load “slower” but it is still showing this message. All of my scripts are under 0.15ms except vMenu but that is in C# and idk how to make it eat less resources. Someone on FiveM discord also suggested to set FiveM Process on High Priority but I already had that. Thanks for all tips and have a nice day!
As I said i’m trying to optimize them as much as possible but it still isn’t enough even though every script except vMenu is under 0.15ms but this isn’t problem just on my server but on almost every server after the last update because owners just can’t optimize their scripts that much. Isn’t there just an option to disable this warning? I understand the hitch warning for single script but for “all scripts” that’s just weird. I tried one of the best RP servers in my country and they have even higher hitch warning than my server.
And disable this warning it’s not solution, the warning indicates that the scripts are poorly optimized, it is necessary not to remove the warnings, but to solve the problem of its occurrence.
I fully understand you but it is just annoying when it is now on every server. I will just change to stable build again because it’s bad for normal RP when I have big warning on my screen when I can’t do anything about it. (When I’m playing on other server not mine.) Tbh I hope that this warning won’t get to stable build for now. On my server I will try to optimize the scripts even more. Thanks all
after client update today this annoying message… really poor to not even have the option of disabling the shown message, why dont show it on serverconsole anyhow where the ppl can take care off intead of blaming everyone who joined on the server… and even with disabling 10 of the most taking resources due to the monitoring its still on… or just give a opertunity to set a limit where the message can be shown…
There seems to be a lot of pushback against optimizing but have you guys at least opened the resource monitor to see which scripts’ loops are causing the most problem? Perhaps you’re only dealing with a few problematic scripts, in which case, optimizing(sorry) or finding an alternative script might resolve your issue.
The other thing that nobody has mentioned in this thread is your hosting environment. You may simply be running a server that can’t keep up with what you’re asking it to do. You can usually outrun your time warnings by simply throwing more cores at it.
there is no “pushback” on optimizing, but there should be a option meanwhile on optimizing, my server is running on Linux with 8 cores and 32 gb of ram with 500.000 up/down traffic rate and is still bored to death while my server is still in alpha-phase and not many ppl are playing on it… and therefore there are scripts which functionality are essential and cant be exchanged that easily without a complex and huge amount of effort to get an alternative… so all what Im asking for is to temporarily have a option of hiding the text, no one who is honestly interested on running a server is against optimizing stuff but it takes time
ify. I hope it will be removed because it is up to the owner if they want to optimize their server.
Players can also help optimizing the server by just reporting it to the owner.
Showing this warning is really annoying to the owner of a server and may lead to losing of players.
just my opinion.
@Marc_Schumacher “hiding the text” will do nothing but cause issues for your players by not optimizing your scripts. You cant run a server and not want to put in a “huge amount of effort”. Are you kidding me?
So I’ve had my server for 2 years now and never had a problem with optimisation. Recently people started getting this message but it seems like people with really low specs do. I’ve never gotten such message, I have an i9-9900k, 32gb 3200mhz ram, rtx 2060 and it seems like other people get the message but not me.
It’s getting harder and harder to optimise scripts when you have 20 different scripts, or a few really big scripts. Most people have a “core” resource which has over 20-30 files in it. And it seems like this new message shows the total, so imagine having 20+ scripts with under 0.5ms tick, that would add up but it doesn’t necessarily mean players experience issues… I really hope these messages would be a debugging option which can be turned on/off and would have more information to tell with determening the culprit script…