no preloader performance test
This commit is contained in:
parent
7c76ca9cfd
commit
507146945d
2 changed files with 2 additions and 25 deletions
Binary file not shown.
Before Width: | Height: | Size: 620 KiB After Width: | Height: | Size: 92 KiB |
|
@ -25,29 +25,6 @@
|
|||
@if($meta['keywords'])
|
||||
<meta name="keywords" content="{{$meta['keywords']}}">
|
||||
@endif
|
||||
{{-- <meta http-equiv="x-dns-prefetch-control" content="on"> --}}
|
||||
{{-- <meta http-equiv="x-preconnect-control" content="on"> --}}
|
||||
{{-- <link rel="dns-prefetch" href="//i1.wp.com"> --}}
|
||||
{{-- <link rel="preconnect" href="//i1.wp.com"> --}}
|
||||
{{-- <link rel="preconnect" href="https://fonts.googleapis.com" crossorigin> --}}
|
||||
{{-- <link rel="dns-prefetch" href="//fonts.gstatic.com"> --}}
|
||||
{{-- <link rel="dns-prefetch" href="//code.jquery.com"> --}}
|
||||
{{-- <link rel="dns-prefetch" href="//cdnjs.cloudflare.com"> --}}
|
||||
{{-- <link rel="preconnect" href="//fonts.gstatic.com">
|
||||
<link rel="preconnect" href="//cdnjs.cloudflare.com">
|
||||
<link rel="preconnect" href="//code.jquery.com"> --}}
|
||||
{{-- <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@400;500;600&display=swap" crossorigin> --}}
|
||||
{{-- @vite(['resources/js/app.js']) --}}
|
||||
{{-- <style>
|
||||
{!! Vite::content('resources/scss/google-fonts.scss') !!}
|
||||
{!! Vite::content('resources/scss/fa.scss') !!}
|
||||
</style> --}}
|
||||
{{-- {!! Vite::content('resources/scss/la.scss') !!} --}}
|
||||
{{-- @vite(['resources/js/img.js']) --}}
|
||||
{{-- <link rel="preload" as="script" href="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous">
|
||||
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script> --}}
|
||||
{{-- <style> --}}
|
||||
{{-- <link rel="preload" as="image" type="image/svg+xml" href="{{asset('images/logo.svg')}}" fetchpriority="high"/> --}}
|
||||
@vite(['resources/scss/app.scss','resources/scss/google-fonts.scss'])
|
||||
|
||||
{{-- @vite(['resources/js/jqfix.js']) --}}
|
||||
|
@ -63,13 +40,13 @@
|
|||
</head>
|
||||
<body @stack('context')>
|
||||
<!-- preloader start -->
|
||||
<div id="preloader">
|
||||
{{-- <div id="preloader">
|
||||
<div class="pre-logo">
|
||||
<div class="gif">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><radialGradient id="a12" cx=".66" fx=".66" cy=".3125" fy=".3125" gradientTransform="scale(1.5)"><stop offset="0" stop-color="#03CF03"></stop><stop offset=".3" stop-color="#03CF03" stop-opacity=".9"></stop><stop offset=".6" stop-color="#03CF03" stop-opacity=".6"></stop><stop offset=".8" stop-color="#03CF03" stop-opacity=".3"></stop><stop offset="1" stop-color="#03CF03" stop-opacity="0"></stop></radialGradient><circle transform-origin="center" fill="none" stroke="url(#a12)" stroke-width="20" stroke-linecap="round" stroke-dasharray="200 1000" stroke-dashoffset="0" cx="100" cy="100" r="70"><animateTransform type="rotate" attributeName="transform" calcMode="spline" dur="0.7" values="360;0" keyTimes="0;1" keySplines="0 0 1 1" repeatCount="indefinite"></animateTransform></circle><circle transform-origin="center" fill="none" opacity=".2" stroke="#03CF03" stroke-width="20" stroke-linecap="round" cx="100" cy="100" r="70"></circle></svg>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> --}}
|
||||
<!-- preloader end -->
|
||||
|
||||
<div class="page-wrapper" id="main-scrollbar" data-scrollbar>
|
||||
|
|
Loading…
Reference in a new issue