-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optimize the GUI opening speed #31
Comments
What version is this on? |
Minecraft 1.15.2, paper build 385. |
No no, the TransmuteIt version, that is useful too |
The latest developing version, downloaded from your jenkins server yesterday. |
Ah alright, I'll look into that a bit. |
OK, thanks~ |
I couldn't reproduce this with your PR (as that's all I got around to testing atm), so either your PR fixed it or it might be an issue outside of the plugin's scope. My recommendation (since you have Paper): |
I built my pr and tested it, the GUI still opens slowly with my pr. And that's my timings report. |
I don't know why, I tested it in my real server, it didn't lag at all. But when I tested in my local server, it is still laggy. |
Weird, do any other plugins with GUIs have similar effects? |
No. I use ChestCommands and GUIShop. Neither of them is laggy when opening the GUI. |
It took about 8 seconds for a player to open the GUI after performed the
/tm
command. The server also sent a warning of overloaded. It is necessary to optimize the GUI opening speed.The text was updated successfully, but these errors were encountered: