Posts with tag performance

Lazy loading Javascript: On-demand scripts to faster load times

Loading on-demand code can boost website performance in the sense that the browser does not need to request and execute Javascript code that is not needed. Depending on the script, a different approach can be taken to lazy load it.

Continue reading about Lazy loading Javascript: On-demand scripts to faster load times...