this post was submitted on 30 Oct 2023
1 points (100.0% liked)
Homelab
371 readers
3 users here now
Rules
- Be Civil.
- Post about your homelab, discussion of your homelab, questions you may have, or general discussion about transition your skill from the homelab to the workplace.
- No memes or potato images.
- We love detailed homelab builds, especially network diagrams!
- Report any posts that you feel should be brought to our attention.
- Please no shitposting or blogspam.
- No Referral Linking.
- Keep piracy discussion off of this community
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Things you can do to improve that from your side.
Make sure your servers and devices are cabled, this has reduced latency over wireless. Every hop will add more.
Run your AnyDesk, devices, host and vms with in performance mode, balanced and power saving modes put devices into low power or sleep states that add to their spin up time when someone accesses them.
Run your storage from ZFS and services (SQL, Web Servers and Web APPS) from arc cache. Arc cache will reduce web page load times and latency from 7seconds, 7000ms to 63ms on device when paired with HTTP2/3. You will add on average 50ms from each cabled hop and 80ms from each wireless hop.
Install SSL certificates and tell everything to use HTTP2.0 or HTTP3.0, with QUIC where possible as this reduces latency and pushes data using multiple streams.