performance

dev
gravel 5 months ago
parent ce3e717c5e
commit 14bb64df9d
No known key found for this signature in database
GPG Key ID: CA95FFF4E0123903

@ -1,11 +1,6 @@
error_page 404 /error/404/index.html; error_page 404 /error/404/index.html;
location /icons { location / {
expires 60m;
# add_header Cache-Control "max-age=3600";
}
location /qr-codes {
# while an underestimate, # while an underestimate,
# this prevents us from tracking users across visits # this prevents us from tracking users across visits
expires 60m; expires 60m;

@ -120,7 +120,10 @@ if (basename($_SERVER['SCRIPT_FILENAME']) == "index.php"):
><img ><img
class="feather-icon" class="feather-icon"
src="/assets/icons/info.svg" src="/assets/icons/info.svg"
loading="lazy"
alt="()" alt="()"
height="24px"
width="24px"
></span><?php endif; ?> ></span><?php endif; ?>
</nav> </nav>
<nav id="about-session"> <nav id="about-session">

@ -39,10 +39,14 @@
class="feather-icon dark-theme-only" class="feather-icon dark-theme-only"
src="/assets/icons/moon.svg" src="/assets/icons/moon.svg"
alt="🌜" alt="🌜"
height="45px"
width="45px"
><img ><img
class="feather-icon light-theme-only" class="feather-icon light-theme-only"
src="/assets/icons/sun.svg" src="/assets/icons/sun.svg"
alt="☀️" alt="☀️"
height="45px"
width="45px"
></label> ></label>
<a <a
href="/support/" href="/support/"
@ -52,6 +56,8 @@
class="feather-icon" class="feather-icon"
src="/assets/icons/heart.svg" src="/assets/icons/heart.svg"
alt="❤️" alt="❤️"
height="45px"
width="45px"
></a> ></a>
</div> </div>
</header> </header>

Loading…
Cancel
Save