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)
#Performance
1 messages · Page 1 of 1 (latest)
brother it is 1 second of reload time that is fine
I'm just wondering cause like, before I've been told that like, for 250~ ish lines that more then like 500ms was shitty
shouldn't start caring until you reach 2s
should remove skquery though it's literally useless
I'll keep that in mind
generally longer, vague lines increase parse times
your code doesn't really have any here so its not that applicable
I was just mainly worried about the factorySettings list cause I do plan to get to at least like 600...
I just could never find a good filter and I wanted to see if I could do decent with my newfound skills within lists
Yeah, now its increased to 5 seconds :P
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?
gonna need context
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 :)
If anyone has any other suggestions lmk plz 🙏
there's a few things that drastically increase reload time