Don't know if this is the best place to ask this, ...
# hacktoberfest
p
Don't know if this is the best place to ask this, but will see what everyone thinks. I've been wanting to look at performance for Umbraco a bit and I noticed that a lot of memory goes towards the LocalizedTextService for containing all the translations within the backoffice. This is probably because all languages are being loaded in. Would it maybe be smart to only load in the languages that are actually used within the backoffice? Or is there a reason that everything is loaded in at the start?