Description
I am not sure if anyone working on this project knows/has implemented it or if it’s even possible in this case with Glance, but I stubbled upon this article: https://endtimes.dev/why-your-website-should-be-under-14kb-in-size/ and because I’ve seen Glance struggle sometimes to load even in local network (I also use it while remote) I thought it would be a good idea to at least present it to the project, whatever may happen. They gist of idea is that because a single TCP packet leaves 14kB of usable data, if your website (in all cases) is equal or less than that it should “load faster” because there will be less packages going back and forth from the server to the client. Of course not all the things on the dashboard can be fit in that small size, but as the article suggests you can try fitting only the crucial parts of the page into those 14kB and then have everything else that is larger load with time. That’s it. Not really demanding anything, just thought I should suggest it.