← All posts
#seo
2 posts
-
Keyword Discovery: 25 Seconds Down to 0.2, by Calling Search Autocomplete
We mined Naver Q&A threads for keyword fragments and cleaned them up with two LLM calls. Replacing that with Google and Naver autocomplete took the button press from 25.1s to 0.2s and removed the LLM entirely. Google told people to stop using this endpoint in 2015, so there was something to settle before performance.
-
Connecting a Custom Domain with One Click — a Pipeline Built Around 'You Can't Speed Up DNS Propagation'
I built a feature to buy a domain and attach it to a blog. Bought four with the same code; all four failed differently. One cause: we ignored a wait we can't shorten (DNS propagation) and tried to do everything synchronously. Once we accepted that wait as a given, the pipeline settled into one synchronous stage plus two worker stages.