Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
No there is, this is not a forum issue but just a question how I can make my browsser cache content for longer.there's no caching at all? i'll look at that tomorrow
<img loading="lazy" />
in them. Another forum I use has the same problem despite caching headers being set up properly. You'd want a tampermonkey script for removing that tag. I used this one <https://greasyfork.org/en/scripts/10697-no-lazy-image-load/code> but also added: if (attr.name == 'loading') {
attr.value = "eager";
} else