Use gd_user
everywhere for better performance
#348
Labels
Milestone
gd_user
everywhere for better performance
#348
To provide customized experiences (and to prevent errors) we check in the entire project some tings several times in various more or less performant ways.
Since #320, thanks to @webaxones we have a new object that stores all the information needed, obtained using performant methods.
GlotDict/js/glotdict.js
Lines 20 to 25 in f6973ff
But we don't use it yet. There are a few chronological things to do:
gd_user
generation code fromglotdict.js
toglotdict-user.js
and loadglotdict-user.js
first. We want to keep the loading of everything else inglotdict.js
last, as proposed by @Mte90 here. We could also move it to another file that loads first, such asglotdict-settings.js
, if we don't want an additional file.gd_user
evaluations.This would uniformize the checks and improve performance.
The text was updated successfully, but these errors were encountered: