From 453cf40d77d6b678e97b1cade4d9bf981da1d25f Mon Sep 17 00:00:00 2001 From: Sanjaiyan Parthipan Date: Tue, 6 May 2025 10:05:11 +0530 Subject: [PATCH] =?UTF-8?q?feat:=20Add=20defer=20attribute=20to=20script?= =?UTF-8?q?=20tags=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds the `defer` attribute to all external script tags. This allows the browser to parse the HTML while downloading scripts in parallel and executes them only after the document is parsed, improving initial page rendering speed. --- index.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index d0512e6..784f22f 100755 --- a/index.html +++ b/index.html @@ -53,6 +53,17 @@ + + + + + + + + + + + @@ -1657,16 +1668,5 @@
Speaker Bio
- - - - - - - - - - -