You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know the file is small and should be fast, perhaps I'm micro optimizing but Instead of running all the code right away would using getters make it faster, therefore only when each feature is checked:
if(feature.webGL){// right here it'll run the getter instead of onload}
Perhaps only do this if this file exceeds a certain file size?
The text was updated successfully, but these errors were encountered:
I know the file is small and should be fast, perhaps I'm micro optimizing but Instead of running all the code right away would using getters make it faster, therefore only when each feature is checked:
Perhaps only do this if this file exceeds a certain file size?
The text was updated successfully, but these errors were encountered: