Thai does not put spaces between words. A search engine that splits on whitespace sees one enormous word per sentence and can match none of it.
Every text feature on a Thai site depends on a question the writing system does not answer for you.
Thai sentences run together without separators, so an index built on whitespace stores one token per sentence. Text is segmented into words first, which is what makes search return anything at all.
The same problem shows in layout: without word boundaries a browser breaks lines mid-word. Content is served with the hints that prevent it.
Signed-in and transactional pages always reach the origin, and from Bangkok a European one is a fifth of a second away before it does anything.
Thailand's regime asks who holds personal data and what happens when it moves abroad. Those are answered with a location and a list.
Thai traffic is overwhelmingly on phones, so round trips matter more than payload and the pages are built accordingly.
It looks like an empty index. A visitor types a Thai word that appears on the page, and the search returns no results because the index never stored that word as a word.
A Thai site can return results instantly and return none of the right ones, because the query is a word and the index holds sentences.
One property of the writing system causes most of it, and distance causes the rest.
| Setting | What we do | Why |
|---|---|---|
| Text segmentation | Thai split into words by dictionary before indexing | Thai omits spaces between words, so an index that tokenises on whitespace stores an entire sentence as one term and can never match a query. |
| Line breaking | Break hints served with Thai content | Without word boundaries a browser wraps lines in the middle of words, which is a legibility fault rather than a styling preference. |
| Origin region | Asia rather than a distant origin behind an edge | Cached pages are local either way, but signed-in and transactional requests reach the origin wherever it actually sits. |
| Round trips | Reduced ahead of payload size | Thai audiences are overwhelmingly mobile, and on those networks an extra sequential request costs more than the bytes it carries. |
| Data disclosure | Stated for PDPA including transfers abroad | The regime asks what happens when personal data leaves the country, which is a question about facts rather than product tiers. |
Every plan includes free migration, daily backups, SSL and 24/7 support.
Move the site to an Asia origin — migration is free, search configuration checked.