1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-07-31 22:40:19 +02:00

Merge pull request #4834 from anavalo/patch-1

Update pagespeed insights url version
This commit is contained in:
dsh
2024-05-09 19:43:49 +01:00
committed by GitHub

View File

@@ -15,5 +15,5 @@ JavaScript blocks the normal parsing of the HTML document, so when the parser re
- Add `async` (if the script doesn't rely on other scripts) or `defer` (if the script relies upon or is relied upon by an async script) as an attribute to your script tag.
- If you have small scripts, maybe use inline script place above async scripts.
- [Remove Render-Blocking JavaScript](https://developers.google.com/speed/docs/insights/BlockingJS)
- [Remove Render-Blocking JavaScript](https://developers.google.com/speed/docs/insights/v5/get-started)
- [Defer loading JavaScript](https://varvy.com/pagespeed/defer-loading-javascript.html)