nodejs.org
nodejs.org copied to clipboard
Optimizing load time of website 🛩
Optimizing the load performance.
- Preconnecting to google fonts for faster loading of fonts.
- Defering the script load and moving it to head tag (Fetching scripts without blocking the rendering of
HTML).