tomusborne/generatepress

Consider Async Loading to reduce render blocking

diggeddy opened this issue · 0 comments

We could reduce render blocking resources through async loading of small scripts such as menu.js and back-to-top.js
Reference here:

https://wordpress.org/support/topic/make-back-to-top-js-async/

We may also want to review the inlining the script to remove the request and potentially improve INP:
#593