- Issue created by @joe_carvajal
- 🇳🇿New Zealand atowl
Hi @joe_carvajal,
That defer is for the disabled scripts loader, so only gets enabled if there's something in the disabled scripts.
After doing some reading, i'm not totally convinced yet that it would make much of a difference? Are you seeing any significant improvements by doing this?
It could be an issue with drupal.behaviors, as the async wouldn't wait (fired straight after first file download), so its possible that if a disabled script is trying to enable a behavior then it might not work.
Would be keen to hear more if anyone else has opinions before making the change, OR we could make it a configuration to be set?