From ac4b0390b32ca4239ba9b69e2f2e134e83c4f8bc Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 25 Jul 2023 01:41:42 -0700 Subject: feat(html): add load info --- src/due/html.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/due/html.py b/src/due/html.py index 25799a8..d746fef 100644 --- a/src/due/html.py +++ b/src/due/html.py @@ -159,6 +159,8 @@ def page(main_content, footer):

{footer}

+ +
Slow loads? If your media hasn't been cached in a while, the first load will take a couple seconds longer than the rest. Subsequent requests on cached media should be faster.
""" -- cgit v1.2.3