developer.chrome.com icon indicating copy to clipboard operation
developer.chrome.com copied to clipboard

Deferring `<script />` load for faster web page load.

Open sanjaiyan-dev opened this issue 1 year ago • 2 comments

Deferring <script /> load for faster web page load.

Sorry if I made any mistakes :(

sanjaiyan-dev avatar Oct 09 '22 07:10 sanjaiyan-dev

Deploy Preview for developer-chrome-com ready!

Name Link
Latest commit f2c0076bcf21cf5064651840568ee4a6b1322567
Latest deploy log https://app.netlify.com/sites/developer-chrome-com/deploys/63427db94989320009622979
Deploy Preview https://deploy-preview-3950--developer-chrome-com.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

netlify[bot] avatar Oct 09 '22 07:10 netlify[bot]

This change doesn't seem to improve anything because defer keeps the scripts in practically the same position they were previously, i.e. just before DOMContentLoaded. The only negligible difference is now they are swapped with the analytics scripts.

tophf avatar Oct 11 '22 17:10 tophf