# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 3
# self = https://watcher.sour.is/conv/fqvs2ba
@emmanuel Btw I already figured out why accessing your web server is slow:


$ host wald.ovh
wald.ovh has address 86.243.228.45
wald.ovh has address 90.19.202.229


wald.ovh has 2 IPv4 addresses, one of which is dead and doesn't respond.. That's why accessing your website is so slow as depending on client and browser behaviors one of two things may happen 1) a random IP is chosen and 1/2 the time the wrong one is picked or 2) both are tried in some random order and 1/2 the time its slow because the broken one is picked.

If you don't know what 86.243.228.45 is, or it's a dead backup server or something, I'd suggest you remove this from the domain record.
@emmanuel Btw I already figured out why accessing your web server is slow:


$ host wald.ovh
wald.ovh has address 86.243.228.45
wald.ovh has address 90.19.202.229


wald.ovh has 2 IPv4 addresses, one of which is dead and doesn't respond.. That's why accessing your website is so slow as depending on client and browser behaviors one of two things may happen 1) a random IP is chosen and 1/2 the time the wrong one is picked or 2) both are tried in some random order and 1/2 the time its slow because the broken one is picked.

If you don't know what 86.243.228.45 is, or it's a dead backup server or something, I'd suggest you remove this from the domain record.
Second ip works, yes. According to redirect plinth this site is FreedomBox instance (tried FreedomBox on my single board computer)