Hello. I’m going through Glitch Garden 144 (Set and Place defender).
Thank you for the course, it’s so great and fun to learn with it!
I’ve been wondering for some time - we do not cache links as we did in previous tasks.
Is it worth doing to improve performance or is it not?
My main concern - we speedup search of elements when we cache those links, but at the same time we had to spend memory on links(not much though, but could it be an issue for mobile for example?).
Could you please clarify when we should cache and when it’s not a good idea?
Thank you -)