wp-parsely icon indicating copy to clipboard operation
wp-parsely copied to clipboard

Consider using async/defer for script loading

Open acicovic opened this issue 1 year ago • 0 comments

Is your feature request related to a problem?

WordPress 6.3 has introduced the ability to register scripts with async and defer attributes.

Describe the solution you'd like

Check all the scripts we're loading, and see if it makes sense to apply async/defer to any of them. According to the above article, this can be done in a backward-compatible way.

acicovic avatar Jul 28 '23 07:07 acicovic