You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lighthouse doesn't like the amount of time it takes to load the scripts, it throws render blocking errors, that's why I recommend adding defer/async to the scripts, so that they are loaded asynchronously or right at the end of the load, reducing the time it takes to load the page.
Maybe make it optional, so that you can control wether you want it to load asynchronously or not.
Greeting from 🇦🇷 🤝 🇧🇩
The text was updated successfully, but these errors were encountered:
Hi @marco-esubasta, thanks for reaching out. My knowledge in javascript is limited. Can you provide me some documentation or if you can make a PR that would be really helpful.
Thanks!
Vamos Argentina 🇦🇷
Lighthouse doesn't like the amount of time it takes to load the scripts, it throws render blocking errors, that's why I recommend adding defer/async to the scripts, so that they are loaded asynchronously or right at the end of the load, reducing the time it takes to load the page.
Maybe make it optional, so that you can control wether you want it to load asynchronously or not.
Greeting from 🇦🇷 🤝 🇧🇩
The text was updated successfully, but these errors were encountered: