perf: optimize critical request chain and clean up head tags
This commit is contained in:
38
index.html
38
index.html
@@ -26,31 +26,35 @@
|
|||||||
<title>Muğla Sürücü Kursu | Güvenilir Ehliyet Eğitimi</title>
|
<title>Muğla Sürücü Kursu | Güvenilir Ehliyet Eğitimi</title>
|
||||||
<!-- Favicon Icon -->
|
<!-- Favicon Icon -->
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917625/muglasurucukursu/logo.jpg">
|
<link rel="shortcut icon" type="image/x-icon" href="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917625/muglasurucukursu/logo.jpg">
|
||||||
<link rel="preload" href="css/bootstrap.min.css" as="style">
|
|
||||||
<link rel="preload" href="css/all.min.css?v=1.1" as="style">
|
|
||||||
<link rel="preload" href="css/custom.css?v=1.1" as="style">
|
|
||||||
<!-- Google Fonts Css-->
|
<!-- Google Fonts Css-->
|
||||||
|
<link rel="dns-prefetch" href="https://res.cloudinary.com">
|
||||||
|
<link rel="dns-prefetch" href="https://fonts.googleapis.com">
|
||||||
<link rel="preconnect" href="https://res.cloudinary.com" crossorigin>
|
<link rel="preconnect" href="https://res.cloudinary.com" crossorigin>
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
|
|
||||||
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Big+Shoulders:opsz,wght@10..72,100..900&family=Onest:wght@100..900&display=swap">
|
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Big+Shoulders:opsz,wght@10..72,100..900&family=Onest:wght@100..900&display=swap">
|
||||||
|
<link rel="preload" as="style" href="css/bootstrap.min.css">
|
||||||
|
<link rel="preload" as="style" href="css/custom.css?v=1.1">
|
||||||
|
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Big+Shoulders:opsz,wght@10..72,100..900&family=Onest:wght@100..900&display=swap" rel="stylesheet" media="print" onload="this.media='all'">
|
<link href="https://fonts.googleapis.com/css2?family=Big+Shoulders:opsz,wght@10..72,100..900&family=Onest:wght@100..900&display=swap" rel="stylesheet" media="print" onload="this.media='all'">
|
||||||
<!-- Bootstrap Css -->
|
<!-- Bootstrap Css -->
|
||||||
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
|
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||||||
<!-- SlickNav Css -->
|
|
||||||
<link href="css/slicknav.min.css" rel="stylesheet" media="print" onload="this.media='all'">
|
|
||||||
<!-- Swiper Css -->
|
|
||||||
<link rel="stylesheet" href="css/swiper-bundle.min.css" media="print" onload="this.media='all'">
|
|
||||||
<!-- Font Awesome Icon Css-->
|
|
||||||
<link href="css/all.min.css?v=1.1" rel="stylesheet" media="screen">
|
|
||||||
<!-- Animated Css -->
|
|
||||||
<link href="css/animate.css" rel="stylesheet" media="print" onload="this.media='all'">
|
|
||||||
<!-- Magnific Popup Core Css File -->
|
|
||||||
<link rel="stylesheet" href="css/magnific-popup.css" media="print" onload="this.media='all'">
|
|
||||||
<!-- Mouse Cursor Css File -->
|
|
||||||
<link rel="stylesheet" href="css/mousecursor.css" media="print" onload="this.media='all'">
|
|
||||||
<!-- Main Custom Css -->
|
<!-- Main Custom Css -->
|
||||||
<link href="css/custom.css?v=1.1" rel="stylesheet" media="screen">
|
<link href="css/custom.css?v=1.1" rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- SlickNav Css (Non-critical) -->
|
||||||
|
<link href="css/slicknav.min.css" rel="stylesheet" media="print" onload="this.media='all'">
|
||||||
|
<!-- Swiper Css (Non-critical) -->
|
||||||
|
<link rel="stylesheet" href="css/swiper-bundle.min.css" media="print" onload="this.media='all'">
|
||||||
|
<!-- Font Awesome Icon Css (Non-critical) -->
|
||||||
|
<link href="css/all.min.css?v=1.1" rel="stylesheet" media="print" onload="this.media='all'">
|
||||||
|
<!-- Animated Css (Non-critical) -->
|
||||||
|
<link href="css/animate.css" rel="stylesheet" media="print" onload="this.media='all'">
|
||||||
|
<!-- Magnific Popup Core Css File (Non-critical) -->
|
||||||
|
<link rel="stylesheet" href="css/magnific-popup.css" media="print" onload="this.media='all'">
|
||||||
|
<!-- Mouse Cursor Css File (Non-critical) -->
|
||||||
|
<link rel="stylesheet" href="css/mousecursor.css" media="print" onload="this.media='all'">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user