mirror of
https://github.com/mickael-kerjean/filestash
synced 2026-01-05 23:35:34 +01:00
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:
parent
d6616856b5
commit
30fc08f191
1 changed files with 3 additions and 0 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue