#Performance

1 messages · Page 1 of 1 (latest)

grim parcel
#

How would I go about making this better for performance? I believe the {@factorySettings} is taking up most of the reload time, it is around 1kms and I don't know any other way of making it faster, skript info listed below as well. (The GUI part may not be well done, I was rushing a little on that, I do plan to clear the variables after they have no use)

next stirrup
#

brother it is 1 second of reload time that is fine

grim parcel
#

I'm just wondering cause like, before I've been told that like, for 250~ ish lines that more then like 500ms was shitty

next stirrup
#

shouldn't start caring until you reach 2s

next stirrup
grim parcel
next stirrup
#

generally longer, vague lines increase parse times

#

your code doesn't really have any here so its not that applicable

grim parcel
#

I just could never find a good filter and I wanted to see if I could do decent with my newfound skills within lists

grim parcel
#

Oop, Sorry about the ping, forgot to turn it off

#

Would It help if I split it into different lists or option values?

#

then just add them all together?

next stirrup
#

gonna need context

grim parcel
#

I increased the word list to 450~ and now it is taking 5000ms (5 Seconds) to reload, I'm wondering if I split the LONG LIST (aka factorySettings) into multiple lists like factorySettings.1, factorySettings.2, so on, and I just add them all together would that reduce reload time?

#

O_O

#

Okay, so fun fact I now know

#

Taking a long list, then spliting it up into smaller lists, REALLY HELPS

#

After spliting it up 4 times im back down to sub 700ms

#

And turns out putting it into a diff file also helps :)

grim parcel
#

If anyone has any other suggestions lmk plz 🙏

plush gulch
#

there's a few things that drastically increase reload time