#Impact on deluxe tags performance

1 messages · Page 1 of 1 (latest)

strange rose
#

Hello I have a problem with the plugin deluxe tags, makes my server pulls, and does not work properly, I need to know how to solve this problem, I send photos of the timings.

strange rose
#

No help?

near ravine
#

considering it's only the join listener, it probably isn't a big issue

fleet monolith
#

you probably have too much players in your yml file so it reads a big file which causes issues

#

you can set disable_join_load or something like that in config

#

but that will make it not load on join but when player first chats

#

however that will make it not appear in your sccoreboard/tab (if you use it there)

#

until the player chats

#

consider deleting the player data in deluxe tags

near ravine
fleet monolith
#

and to load it in the map

#

it needs to first grab it from the yml file

near ravine
#

yes, but only load the YML file on plugin load

fleet monolith
#

which causes the issue

near ravine
#

not everytime a player joins

fleet monolith
#

saving the large files also cause lag spikes iirc

near ravine
#

🤷

fleet monolith
#

and deluxe tags saves lot of times

fleet monolith
#

Also, whats the size of your data file? (just to make sure)

strange rose
#

Hello!

#

Thank you very much to both of you for answering, I send you a screenshot so you can see the weight of the file.

strange rose
#

@fleet monolith

fleet monolith
#

ahhh 2.6Mb

#

i have a small test

#

you can maybe stop the server

#

rename that player_tags.yml to player_tags2.yml (so its not used and a new one is created)

#

start the server, if on join there is no lag spike

#

its because of that (the time it takes for it to load)

#

doing what i mentioned above would technically help as if its loaded in chat event

#

as its async chat event, might not impact the server

#

however, it will eventually do the same

fleet monolith
strange rose
#

Hello sorry

strange rose