Home › Forums › JavaScript › Optimising delivery with dynamic deferred scripts and localStorage caching › Reply To: Optimising delivery with dynamic deferred scripts and localStorage caching
January 17, 2016 at 7:41 pm
#236931
Participant
Using JSON.parse
does seem wise. Been reading a lot about it. It’s all regular scripts for functionality and no sensitive data of course. Always a lot to learn from what jQuery does or has done.
This will exclude IE9 which will be loaded asynchronously through event listeners.
Synchronously that should say. It’s for scripts that have dependencies and could be tweaked when not.
Still much interested to hear your thoughts on the subject in general!