JRjugesh raghavinjugeshraghav.hashnode.dev·Jun 10, 2024 · 3 min readAsync vs DeferEver wondered how to optimize your website's loading speed? JavaScript files are essential for interactivity, but they can also slow down page rendering. This is where async and defer come in - attributes you can add to script tags to control how Jav...00