Conversation

Charlotte 🦝 therian

new website change: it caches the most recent file metadata for each request so that it doesn’t hit the database on every request (if the file metadata is older than 1 minute it will asynchronously refetch it as to not slow down any requests)

1
0
4

initial testing shows that it can serve requests in <1ms at a request rate of about 100 requests per second

1
0
2

the numbers speak for themselves

times in seconds, le means “this many requests took less than this much time to complete”


a list of prometheus metrics. 1…
1
0
2

i should add, db raccess from this node is between 25-50ms

this doesn’t just reduce latency from requests it just removes them

0
0
3