improve (boot): preload the data for faster boot

from a 3g connection we used to have 0.5s in between "DOMContentLoaded" and "Load", now it's 0.01s
This commit is contained in:
Mickael Kerjean 2022-01-31 01:43:50 +11:00
parent d6616856b5
commit 30fc08f191

View file

@ -9,6 +9,9 @@
<link rel="manifest" href="/assets/manifest.json">
<link rel="apple-touch-icon" href="/assets/logo/apple-touch-icon.png">
<link rel="stylesheet" href="/custom.css">
<link rel="preload" href="/api/config" as="script">
<link rel="preload" href="/overrides/xdg-open.js" as="script">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="Filestash" name="apple-mobile-web-app-title">
<meta content="black-translucent" name="apple-mobile-web-app-status-bar-style">