Guys i know that this will not work for all. But after many days of searching through the forums and online guides i finally get rid of my imput latency. I decided to share this, because it may help you. And maybe you didn’t do the last step which i did:
My situation was like this:
I had latency imput and some lags from BOA
Even though i had low latency (World and Home latency (30 ms both)) i felt imput latency. Sometimes (few times in a minute) when i pressed button, the skill didn’t trigger and after a second or two it triggered, or sometimes not - a lag.
Some things you have done probably already, because there is full of this in the net. But i post all because i have done them all and maybe they all helped together.
-
Clean system installation.
a. (Set DNS to 1.1.1.1) -
Install WOW, and try without addons. (i still had a lags)
-
Update drivers: you can instal some free driver utility to check which driver you need to update. There are many more drivers than you my think thats need to update. probably they are not mandatory, but there is a chance… (Even with updated drivers i had lags on fresh Windows and updated drivers)
-
Set priority in Windows Services for WOW app to High (it helped a little)
-
Turn off Batlenet when you are playing
-
Set in game:
/console SpellQueueWindow 180
180 = 150 + 30 (my latency in ms)
To veryfie:
/dump GetCVar(“SpellQueueWindow”)
It didn’t helped -
Set in Game:
Reduce imput lag - it helped a little
Directx 11
Optimize network for speed -
This Step helped the most:
Uninstall unnecessary apps in powershell. Especially XBOX !!!
Get-AppxPackage Microsoft.XboxApp | Remove-AppxPackage
And rest:
Get-AppxPackage -AllUsers -Name Microsoft.WindowsAlarms | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.WindowsCamera | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.ZuneVideo | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.MicrosoftSolitaireCollection | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.WindowsMaps | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.ZuneMusic | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.Office.OneNote | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.BingWeather | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.Getstarted | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.SkypeApp | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.BingSports | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.BingNews | Remove-AppxPackage
I hope that this will help you.