Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Optimising delivery with dynamic deferred scripts and localStorage caching Reply To: Optimising delivery with dynamic deferred scripts and localStorage caching

#236931
Shikkediel
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!