🔍Wirewiki's Autocomplete API Fires in 121ms
Wirewiki's autocomplete API fires in 121ms, 99% of the time
TL;DR
Wirewiki's autocomplete API fires in 121ms, 99% of the time, making it super fast for DNS and email config lookups. The API uses Tranco and CZDS lists for results.
Wirewiki's autocomplete API fires in 121ms, 99% of the time, making it super fast for DNS and email config lookups. Developers and sysadmins will love this for quick infrastructure checks. The API uses Tranco and CZDS lists, returning results in rank order, with the first 8 being the most popular. Load tests show 1.6k req/s at 15ms p99 latency, but it's running on a single server in Europe, so more geo load balancing could improve latency further.
Key Points
Wirewiki's autocomplete API fires in 121ms, 99% of the time, making it super fast for DNS and email config lookups.
The API uses Tranco and CZDS lists, returning results in rank order, with the first 8 being the most popular.
Load tests show 1.6k req/s at 15ms p99 latency, but it's running on a single server in Europe.
The API uses an in-memory character trie for the head and an SSD-backed memory-mapped block index for the tail.
CDN caching of hot paths and Nielsen's 0.1s threshold make up for latency, but not enough to hit the target.
Why It Matters
If you're a developer or sysadmin, Wirewiki's autocomplete API is a game changer for quick DNS and email config lookups. The 121ms latency means you get results before you even finish typing. The API uses Tranco and CZDS lists, ensuring the most popular results come first. While it's running on a single server in Europe, CDN caching and hot path optimization help, but more geo load balancing could further reduce latency.
Frequently Asked Questions
Why does this matter?
If you're a developer or sysadmin, Wirewiki's autocomplete API is a game changer for quick DNS and email config lookups. The 121ms latency means you get results before you even finish typing. The API uses Tranco and CZDS lists, ensuring the most popular results come first. While it's running on a single server in Europe, CDN caching and hot path optimization help, but more geo load balancing could further reduce latency.
What happened?
Wirewiki's autocomplete API fires in 121ms, 99% of the time, making it super fast for DNS and email config lookups. The API uses Tranco and CZDS lists for results.
Comments
Be the first to comment
Enjoyed this article?
Get it daily. 7am. Free. Reads in 5 minutes.
Join 3,398 builders reading daily.