perf: eager preconnections and map loading to cut initial boot by 3s
This commit is contained in:
@ -12,6 +12,10 @@
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link rel="preconnect" href="https://maps.googleapis.com">
|
||||
<link rel="dns-prefetch" href="https://maps.googleapis.com">
|
||||
<link rel="preconnect" href="https://wtxzmbqchntjymxszngc.supabase.co" crossorigin>
|
||||
<link rel="dns-prefetch" href="https://wtxzmbqchntjymxszngc.supabase.co">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap" rel="stylesheet">
|
||||
<title>SIBU - Sistema de Transporte</title>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user